Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 831 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 831 Bytes

ProtonVPN-UI

ProtonVPN UI for Ubuntu 20

A convienient UI tool to trigger protonVPN cli commands via UI.

Tested on Ubuntu 20, built with gtkmm3.0.

Executable Main file in Release path

https://github.com/shawndfernandes/ProtonVPN-UI/releases/tag/1.0

Instructions:

Run "./main" from terminal, or rename and copy "main" to "/usr/local/bin" folder (can execute from any path).

Command to run program with its own terminal (can even be configured to run from startup)

gnome-terminal -x bash -c "main; exec bash"

gnome-terminal -x bash -c "<name of executable file>; exec bash"

Pre requisites : ProtonVPN CLI on Unix

https://protonvpn.com/blog/linux-vpn-cli-beta/

Additional Links :

https://protonvpn.com/support/linux-vpn-tool/

https://github.com/ProtonVPN/linux-cli