mirror of https://github.com/UnnoTed/wireguird
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 day ago | |
---|---|---|
Icon | 2 years ago | |
deb | 6 months ago | |
flags | 3 years ago | |
gui | 2 days ago | |
settings | 6 months ago | |
static | 6 months ago | |
.gitignore | 6 months ago | |
LICENSE | 3 years ago | |
README.md | 6 months ago | |
deps.sh | 6 months ago | |
fileb0x.toml | 3 years ago | |
go.mod | 6 months ago | |
go.sum | 6 months ago | |
install.sh | 6 months ago | |
main.go | 6 months ago | |
package.sh | 6 months ago | |
package_deb.sh | 6 months ago | |
preview.png | 2 years ago | |
run.sh | 3 years ago | |
wireguird.glade | 6 months ago |
README.md
wireguird
a linux gtk gui client for Wireguard
Features:
- System tray icon goes red when connected, black when disconnected.
- Looks the same and does almost the same things as the official Wireguard's Windows gui client.
- Lists tunnels from
/etc/wireguard
- Controls Wireguard
throughwg-quick
Preview (video)
Download
v0.2.0 tested on: Ubuntu 18.04 LTS
, 20.04 LTS
and 21.04
v1.0.0 tested on: Ubuntu 22.04 LTS
and 22.10
, Linux Mint 21.1
wget https://github.com/UnnoTed/wireguird/releases/download/v1.0.0/wireguird_amd64.deb
sudo dpkg -i ./wireguird_amd64.deb
Compile
deb dependencies: wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go resolvconf
git clone https://github.com/UnnoTed/wireguird
cd wireguird
chmod +x ./*.sh
./deps.sh
./package.sh
./install.sh