You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).**
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