Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)
Go to file
2022-03-30 01:30:22 +08:00
.github/workflows chore: ci support linux 2022-03-19 10:50:44 +08:00
.husky chore: add husky 2021-12-25 17:04:55 +08:00
docs chore: update readme 2022-02-22 21:54:33 +08:00
scripts chore: update clash core 2022-03-22 01:50:15 +08:00
src chore: add api 2022-03-30 01:30:22 +08:00
src-tauri chore: update tauri 2022-03-29 23:05: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: update tauri 2022-03-29 23:05:32 +08:00
README.md chore: readme 2022-03-28 01:33:58 +08:00
tsconfig.json chore: init project 2021-12-04 14:31:26 +08:00
UPDATELOG.md chore: update log 2022-03-28 01:18:18 +08:00
vite.config.ts feat: supports edit profile file 2022-03-27 00:58:17 +08:00
yarn.lock chore: update tauri 2022-03-29 23:05:32 +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
  • 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

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.