A GUI application based on warp-cli for linux written in Rust
Install using the script from AUR!
yay -S warp-gui
WARNING! To connect using WARP you need to register an account, this can be done through the GUI itself (Settings button in the bottom right corner -> Account -> register).
-
Install warp-cli
-
Arch Linux:
yay -S cloudflare-warp-bin
-
Ubuntu / Debian:
sudo apt install cloudflare-warp
-
CentOS / RHEL:
sudo yum install cloudflare-warp
-
-
Start systemd service warp-svc
sudo systemctl enable warp-svc.service --now
-
Download the GUI binary in the release section
-
Grant permission to run
sudo chmod +x warp-gui
-
To run the program anywhere using the terminal, move the binary file to the /usr/bin directory
sudo mv ./warp-gui /usr/bin/warp-gui
-
Run binary
warp-gui
-
WARNING! To connect using WARP you need to register an account, this can be done through the GUI itself (Settings button in the bottom right corner -> Account -> register).