Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)
Go to file
2022-04-23 17:26:32 +08:00
.github/workflows chore: rename green to portable 2022-04-13 01:17:40 +08:00
.husky chore: add husky 2021-12-25 17:04:55 +08:00
docs chore: readme 2022-04-06 01:52:20 +08:00
scripts chore: update clash version 2022-04-20 21:02:41 +08:00
src feat: add update interval 2022-04-21 14:26:41 +08:00
src-tauri wip: windows service mode 2022-04-23 17:26:32 +08:00
.editorconfig chore: compatible with macos 2021-12-06 10:31:56 +08:00
.gitignore chore: ignore update json 2022-01-10 22:08:57 +08:00
LICENSE chore: update license 2021-12-22 01:12:32 +08:00
package.json chore: check script proxy agent supports 2022-04-17 00:37:21 +08:00
README.md chore: readme 2022-04-06 01:52:20 +08:00
tsconfig.json chore: init project 2021-12-04 14:31:26 +08:00
UPDATELOG.md chore: update log 2022-04-13 01:29:48 +08:00
vite.config.ts refactor: ui theme 2022-03-30 12:36:39 +08:00
yarn.lock chore: check script proxy agent supports 2022-04-17 00:37:21 +08:00

Clash
Clash Verge

A Clash GUI based on tauri.

Features

  • Full clash config supported, Partial clash premium config supported.
  • Profiles management and enhancement (by yaml and Javascript). Doc
  • Simple UI and supports custom theme color.
  • System proxy setting and guard.

Install

Download from release. Supports Windows x64, Linux x86_64 and macOS 11+

Or you can build it yourself. Supports Windows, Linux and macOS 10.15+

Notes: If you could not start the app on Windows, please check that you have Webview2 installed.

Development

You should install Rust and Nodejs, see here for more details. Then install Nodejs packages.

yarn install

Then download the clash binary... Or you can download it from clash premium release and rename it according to tauri config.

yarn run check

Then run

yarn dev

Or you can build it

yarn build

Todos

This keng is a little big...

Screenshots

demo1 demo2 demo3 demo4 demo5 demo6

Custom Theme

demo1 demo2 demo3 demo4 demo5 demo6

Disclaimer

This is a learning project for Rust practice.

Contributions

Issue and PR welcome!

Acknowledgement

Clash Verge was based on or inspired by these projects and so on:

License

GPL-3.0 License. See License here for details.