https://github.com/progzone122/warp-cloudflare-gui-rust
A GUI application based on warp-cli for linux written in Rust
https://github.com/progzone122/warp-cloudflare-gui-rust
cloudlfare gui rust slint warp warp-gui
Last synced: about 2 months ago
JSON representation
A GUI application based on warp-cli for linux written in Rust
- Host: GitHub
- URL: https://github.com/progzone122/warp-cloudflare-gui-rust
- Owner: progzone122
- License: gpl-3.0
- Created: 2024-06-28T21:06:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T21:12:20.000Z (7 months ago)
- Last Synced: 2025-04-19T14:57:50.551Z (2 months ago)
- Topics: cloudlfare, gui, rust, slint, warp, warp-gui
- Language: Svelte
- Homepage:
- Size: 730 KB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: ReadME.md
- License: LICENSE
Awesome Lists containing this project
README
## Warp Cloudflare GUI written in Rust
A GUI application based on warp-cli for linux written in Rust## Screenshots
![]()
![]()
![]()
![]()
## Installation Guide
**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).**
### I use Arch Linux btw?
1. Install using the script from AUR!``
yay -S warp-gui
``2. Start systemd service **warp-svc**
``
sudo systemctl enable warp-svc.service --now
``### Debian package
1. Install [warp-cli](https://developers.cloudflare.com/warp-client/get-started/linux/)- 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 and install Debian package:
- If you are using dpkg:
``
sudo dpkg -i warp-gui.deb
``
- If you are using debtap:
```
sudo debtap -u
debtap -Q warp-gui.deb
sudo pacman -U generated_name.pkg.tar.xz
```### AppImage package
1. Install [warp-cli](https://developers.cloudflare.com/warp-client/get-started/linux/)- 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 and run AppImage package