Skip to content

A GUI application based on warp-cli for linux written in Rust

Notifications You must be signed in to change notification settings

progzone122/warp-cloudflare-gui-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warp Cloudflare GUI written in Rust

A GUI application based on warp-cli for linux written in Rust

Screenshots

1720103650_grim 1720103658_grim 1720103690_grim

Installation Guide

I use Arch Linux btw?

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).

Or install manually

  1. Install warp-cli

    • Arch Linux:

      yay -S cloudflare-warp-bin

    • Ubuntu / Debian:

      sudo apt install cloudflare-warp

    • CentOS / RHEL:

      sudo yum install cloudflare-warp

  2. Start systemd service warp-svc

    sudo systemctl enable warp-svc.service --now

  3. Download the GUI binary in the release section

  4. Grant permission to run

    sudo chmod +x warp-gui

  5. 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

  6. Run binary

    warp-gui

  7. 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).

About

A GUI application based on warp-cli for linux written in Rust

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages