Go to file
Alex Kay 8eeaa75e6a
Create ./dev/opt directory
Otherwise the script fails due to missing directory
2021-09-02 09:54:01 -04:00
deb Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +02:00
flags init 2020-05-27 15:48:31 +02:00
gui Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +02:00
Icon Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +02:00
static Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +02:00
.gitignore init 2020-05-27 15:48:31 +02:00
deps.sh v0.1 2021-02-28 21:47:03 +01:00
fileb0x.toml v0.1 2021-02-28 21:47:03 +01:00
go.mod Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +02:00
go.sum Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +02:00
install.sh Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +02:00
LICENSE init 2020-05-27 15:48:31 +02:00
main.go Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +02:00
package.sh Create ./dev/opt directory 2021-09-02 09:54:01 -04: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 Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +02:00
run.sh init 2020-05-27 15:48:31 +02:00
wireguird.glade Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +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

Ubuntu

tested on: 18.04 LTS, 20.04 LTS and 21.04

wireguird_amd64.deb (1.8mb)

Compile

dependencies: wireguard-tools libgtk-3-dev libappindicator3-dev

git clone https://github.com/UnnoTed/wireguird
./deps.sh
./package.sh
./install.sh