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.
 
 
UnnoTed 6dac3cd878 v1.1 7 months ago
Icon Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years ago
deb v1.1 7 months ago
flags init 4 years ago
gui v1.1 7 months ago
settings v1 1 year ago
static Fix #38 long lines not enabling horizontal scroll 7 months ago
.gitignore v1 1 year ago
LICENSE init 4 years ago
README.md v1.1 7 months ago
deps.sh Update deps.sh 7 months ago
fileb0x.toml v0.1 3 years ago
go.mod v1 1 year ago
go.sum v1 1 year ago
install.sh v1 1 year ago
main.go v1 1 year ago
package.sh v1 1 year ago
package_deb.sh v1 1 year ago
preview.png Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years ago
run.sh init 4 years ago
wireguird.glade Fix #38 long lines not enabling horizontal scroll 7 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 through wg-quick

Preview (video)

wireguird preview

Download

v0.2.0 tested on: Ubuntu 18.04 LTS, 20.04 LTS and 21.04

wireguird_amd64.deb (1.8mb)

v1.0.0 tested on: Ubuntu 22.04 LTS and 22.10, Linux Mint 21.1

wireguird_amd64.deb (2.6mb)

v1.1.0 tested on: Ubuntu 23.04

wireguird_amd64.deb (2.6mb)

wget https://github.com/UnnoTed/wireguird/releases/download/v1.1.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