/warp-cloudflare-gui

A GUI application based on warp-cli for Linux

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Warp Cloudflare GUI

A GUI application based on warp-cli for Linux.

Quick Access

Installation

Read the warp-cli install documentation. Install warp-cli and register with the $ warp-cli register command.

Then execute the following commands:

$ git clone https://github.com/mrmoein/warp-cloudflare-gui
$ cd warp-cloudflare-gui
$ python3 install.py
$ sudo chmod +x ~/.local/share/applications/warp-gui.desktop

Now search for warp cloudflare in your desktop menu.

⚠️ IMPORTANT: After the installation please make sure you do not remove the repository directory. It is required for the desktop shortcut to work.

Hidden Mode

If you only want to use the tray icon, you can run the program in hidden mode.

$ python ./main.py --hide

Uninstall

Just remove the ~/.local/share/applications/warp-gui.desktop file.

Screenshot

warp cloudflare gui

Resolved Issues