warp-gui-app

Crates.iowarp-gui-app
lib.rswarp-gui-app
version0.1.2
sourcesrc
created_at2024-01-19 18:14:22.278979
updated_at2024-01-19 23:10:38.163167
descriptionCloudflare Warp GUI client
homepage
repositoryhttps://github.com/Abhay-N-J/warp-gui-app
max_upload_size
id1105569
size130,561
(Abhay-N-J)

documentation

README

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
Commit count: 0

cargo fmt