A ProtonVPN GUI for GNU/Linux. Aimed to imitate the Windows-GUI and fully written in Python.
Clone this repository into your desired location using
git clone https://github.com/Nilusink/ProtonVPN-GUI
Since there isn't a login function yet, you will need to run init.py and login
using your OpenVPN credentials. Those can be found in your ProtonVPN account settings
under OpenVPN / IKEv2. You will need to run the init file using superuser permissions.
(sudo / doas)
Run
sudo python3.10 main.pywin the ProtonVPN-GUI directory. You will need superuser permissions, since the protonvpn_cli library requires them.
- Login (setup) built into the GUI
- Further UI improvements
