mirror of
https://github.com/UnnoTed/wireguird
synced 2024-11-24 10:35:29 +00:00
d806a8bc05
fix: Handle the case when no rows are selected |
||
---|---|---|
deb | ||
flags | ||
gui | ||
Icon | ||
settings | ||
static | ||
.gitignore | ||
deps.sh | ||
fileb0x.toml | ||
go.mod | ||
go.sum | ||
install.sh | ||
LICENSE | ||
main.go | ||
package_deb.sh | ||
package.sh | ||
preview.png | ||
README.md | ||
run.sh | ||
wireguird.glade |
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