#warp #gui #cli #warp-cli #warp-gui

bin+lib warp-gui-app

Cloudflare Warp GUI client

2 releases

0.1.2 Jan 19, 2024
0.1.1 Jan 19, 2024
0.1.0 Jan 19, 2024

#2127 in Network programming

42 downloads per month

Custom license and GPL-3.0-only…

34KB
75 lines

Cloudflare Warp GUI Client made with Slint and Rust

This is a Warp Client Gui app built for linux and uses warp-cli to handle the connections.

Installation

Install cargo, rustup, warp-cli and register with warp-cli register.

Then install from crates.io:

$ cargo install warp-gui-app

Or from source:

$ git clone https://github.com/Abhay-N-J/warp-gui-app
$ cd warp-gui-app
$ cargo build --release
or 
$ cargo install --git https://github.com/Abhay-N-J/warp-gui-app

Note: warp-sys-tray from https://github.com/Abhay-N-J/warp-sys-tray is optional to enable System tray.

Uninstallation

$ cargo uninstall warp-gui-app

Todo

Desktop file
Docs

Dependencies

~10–21MB
~315K SLoC