Skip to content

Commit 6100e4c

Browse files
committed
add ReadME.md
1 parent 55e33be commit 6100e4c

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

ReadME.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
## Warp Cloudflare GUI written in Rust
2+
A GUI application based on warp-cli for linux written in Rust
3+
4+
## Screenshots
5+
6+
## Installation Guide
7+
### I use Arch Linux btw?
8+
Install using the script from AUR!
9+
10+
``
11+
yay -S warp-gui
12+
``
13+
14+
**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).**
15+
16+
### Or install manually
17+
1. Install [warp-cli](https://developers.cloudflare.com/warp-client/get-started/linux/)
18+
19+
- Arch Linux:
20+
21+
``
22+
yay -S cloudflare-warp-bin
23+
``
24+
- Ubuntu / Debian:
25+
26+
``
27+
sudo apt install cloudflare-warp
28+
``
29+
30+
- CentOS / RHEL:
31+
32+
``
33+
sudo yum install cloudflare-warp
34+
``
35+
36+
2. Start systemd service **warp-svc**
37+
38+
``
39+
sudo systemctl enable warp-svc.service --now
40+
``
41+
3. Download the GUI binary in the [release section](https://github.com/progzone122/warp-cloudflare-gui-rust/releases)
42+
4. Grant permission to run
43+
44+
``
45+
sudo chmod +x warp-gui
46+
``
47+
48+
5. To run the program anywhere using the terminal, move the binary file to the /bin directory
49+
50+
``
51+
sudo mv ./warp-gui /bin/warp-gui
52+
``
53+
54+
6. Run binary
55+
56+
``
57+
warp-gui
58+
``
59+
60+
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).**

0 commit comments

Comments
 (0)