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.
 
 
Go to file
Micke Nordin ca53279fb5
More debian files needed for package, and correct license for logo
3 years ago
debian More debian files needed for package, and correct license for logo 3 years ago
screenshots Fix statusbar pics again 3 years ago
src More debian files needed for package, and correct license for logo 3 years ago
LICENSE Initial commit 3 years ago
README.md Update README.md 3 years ago

README.md

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