No description
Find a file
2020-12-17 15:47:54 +01:00
debian More debian files needed for package, and correct license for logo 2020-12-17 15:47:54 +01:00
screenshots Fix statusbar pics again 2020-11-25 20:25:35 +01:00
src More debian files needed for package, and correct license for logo 2020-12-17 15:47:54 +01:00
LICENSE Initial commit 2020-11-25 18:06:11 +01:00
README.md Update README.md 2020-12-17 14:13:26 +01:00

WireGUIde

WireGUIde is a graphical user interface for WireGuard: https://www.wireguard.com/

It makes use of:

For packaging a debian package you can use these dependencies:

  • libnm0
  • wxpython
  • gir1.2-nm-1.0

Thanks to Jan Bodnar of zetcode.com for the valuable tutorial on wxPython dialogs:

Prerequisites

WireGUIde requires a fairly recent version of network-manager, and of course wireguard support. For example, while wireguard is available from buster-backports, network-manager for Debian Buster is too old (1.14.6). WireGUIde is known to work on Debian and Ubuntu versions with network-manager >= 1.22.10. That means that it will work on Debian Bullseye, Ubuntu Focal and Ubuntu Groovy. Other distros have not been tested yet, but should work if the software running is sufficiently new.

Also: make sure you are using resolvconf and systemd-resolvd otherwise NetworkManager might empty /etc/resolv.conf when you remove the last tunnel:

sudo apt install resolvconf
sudo systemctl restart systemd-resolved.service

Installation

You can install using pip:

sudo apt install python3-wxgtk4.0 network-manager
pip install wireguide

or you can download appimage: WireGUIde-0.1.0.glibc2.32-x86_64.AppImage

NOTICE: In the future, WireGUIde will be distributed as debian and rpm-packages as it has proven difficult to handle dependecies using universal binaries and pip. For now though, pip and the appimage is what is available.

Packaging

pypi

Screenshots

No config Open dialog Activate Deactivate