Go to file
2024-10-19 13:05:22 +11:00
.github/workflows Add github release action 2024-10-19 13:05:22 +11:00
deb v1.1 2023-10-01 00:39:49 +02:00
flags init 2020-05-27 15:48:31 +02:00
gui Support custom tunnels path via settings file (no gui yet) 2024-10-19 12:31:36 +11:00
Icon Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +02:00
settings Support custom tunnels path via settings file (no gui yet) 2024-10-19 12:31:36 +11:00
static Clean up project setup 2024-10-19 11:11:09 +11:00
.gitignore Clean up project setup 2024-10-19 11:11:09 +11:00
deps.sh Update deps.sh 2023-09-29 22:01:08 +02:00
fileb0x.toml v0.1 2021-02-28 21:47:03 +01:00
go.mod v1 2023-03-30 04:26:00 +02:00
go.sum v1 2023-03-30 04:26:00 +02:00
install.sh v1 2023-03-30 04:26:00 +02:00
LICENSE init 2020-05-27 15:48:31 +02:00
main.go Support custom tunnels path via settings file (no gui yet) 2024-10-19 12:31:36 +11:00
package_deb.sh Support custom tunnels path via settings file (no gui yet) 2024-10-19 12:31:36 +11:00
package.sh v1 2023-03-30 04:26:00 +02:00
preview.png Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +02:00
README.md v1.1 2023-10-01 00:39:49 +02:00
run.sh init 2020-05-27 15:48:31 +02:00
wireguird.glade Fix #38 long lines not enabling horizontal scroll 2023-10-01 00:34:12 +02:00

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