Go to file
UnnoTed b0a00140da
Merge pull request #34 from tgbv/feat-33
feature: Allow parsing of zip archives to read multiple config files at once
2023-09-25 13:48:44 -03:00
deb v1 2023-03-30 04:26:00 +02:00
flags init 2020-05-27 15:48:31 +02:00
gui feat: allow parsing of zip archives 2023-09-25 00:14:11 +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 v1 2023-03-30 04:26:00 +02:00
static v1 2023-03-30 04:26:00 +02:00
.gitignore v1 2023-03-30 04:26:00 +02:00
deps.sh v1 2023-03-30 04:26:00 +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 v1 2023-03-30 04:26:00 +02:00
package_deb.sh v1 2023-03-30 04:26:00 +02: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 2023-03-30 04:26:00 +02:00
run.sh init 2020-05-27 15:48:31 +02:00
wireguird.glade v1 2023-03-30 04:26:00 +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)

wget https://github.com/UnnoTed/wireguird/releases/download/v1.0.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