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 89b8eb8d09 Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years ago
Icon Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years ago
deb Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years ago
flags init 4 years ago
gui Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years ago
static Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years ago
.gitignore init 4 years ago
LICENSE init 4 years ago
README.md Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years ago
deps.sh v0.1 3 years ago
fileb0x.toml v0.1 3 years ago
go.mod Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years ago
go.sum Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years ago
install.sh Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years ago
main.go Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years ago
package.sh Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years 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 Update dependencies, add icons, tunnel editor, buttons to add, delete and zip tunnels. 3 years 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

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