Go to file
UnnoTed 038509a943 Merge branch 'tray_tunnels_submenu_update'
# Conflicts:
#	gui/tunnels.go
2026-05-02 15:31:36 -03:00
.github/workflows GitHub auto release 2026-04-26 23:51:45 -03:00
deb new settings for country flags, reconnect, passwordless polkit policy 2026-04-26 23:43:11 -03:00
flags smaller country flags 2026-04-26 23:43:50 -03:00
gui Merge branch 'tray_tunnels_submenu_update' 2026-05-02 15:31:36 -03:00
Icon Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 2021-08-15 03:05:17 +02:00
settings new settings for country flags, reconnect, passwordless polkit policy 2026-04-26 23:43:11 -03:00
static keep static dir 2026-04-27 13:29:33 -03:00
.gitattributes modernize project with GoReleaser integration 2026-04-26 23:39:18 -03:00
.gitignore clean 2026-04-26 23:53:26 -03:00
.goreleaser.yaml modernize project with GoReleaser integration 2026-04-26 23:39:18 -03:00
fileb0x.toml new settings for country flags, reconnect, passwordless polkit policy 2026-04-26 23:43:11 -03:00
go.mod modernize project with GoReleaser integration 2026-04-26 23:39:18 -03:00
go.sum modernize project with GoReleaser integration 2026-04-26 23:39:18 -03:00
LICENSE init 2020-05-27 15:48:31 +02:00
main.go only use tempdir for icons when not installed 2026-04-27 13:29:19 -03: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 new settings for country flags, reconnect, passwordless polkit policy 2026-04-26 23:43:11 -03:00
run.sh init 2020-05-27 15:48:31 +02:00
wireguird.glade new settings for country flags, reconnect, passwordless polkit policy 2026-04-26 23:43:11 -03: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: sudo apt install wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go resolvconf

git clone https://github.com/UnnoTed/wireguird
cd wireguird
go install github.com/goreleaser/goreleaser/v2@latest
goreleaser release --snapshot --clean