Home
Softono

Wireguird

Open source MIT Go
1K
Stars
75
Forks
47
Issues
13
Watchers
4 months
Last Commit

 About Wireguird

wireguard gtk gui for linux

Platforms

Web Self-hosted Linux

Languages

Go

Links

Need Help Installing Wireguird?

We provide expert installation service for this software. Our team will install, configure, and secure Wireguird on your server. plans start at just $30.

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