2 个版本
0.1.2 | 2024年1月19日 |
---|---|
0.1.1 |
|
0.1.0 | 2024年1月19日 |
#760 in 网络编程
34KB
75 行
使用 Slint 和 Rust 开发的 Cloudflare Warp GUI 客户端
这是一个为 Linux 开发的 Warp 客户端 GUI 应用程序,使用 warp-cli 处理连接。
安装
安装 cargo、rustup、warp-cli 并使用 warp-cli register 进行注册。
然后从 crates.io 安装
$ cargo install warp-gui-app
或从源代码安装
$ 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
注意:warp-sys-tray 来自 https://github.com/Abhay-N-J/warp-sys-tray 是可选的,用于启用系统托盘。
卸载
$ cargo uninstall warp-gui-app
待办事项
Desktop file
Docs
依赖关系
~10–21MB
~306K SLoC