Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)
Go to file
2023-06-30 09:35:49 +08:00
.github/workflows chore: fix ci 2023-03-16 23:54:14 +08:00
.husky chore: add x 2022-11-02 00:57:27 +08:00
docs chore: readme 2022-04-06 01:52:20 +08:00
scripts chore: update clash meta 2023-06-30 09:02:26 +08:00
src fix: error boundary with key 2023-06-30 09:17:59 +08:00
src-tauri fix: linux not change icon 2023-05-28 18:14:11 +08:00
.editorconfig chore: format rust code 2022-11-12 11:37:23 +08:00
.gitignore feat: add animation to ProfileNew component (#252) 2022-10-29 20:02:51 +08:00
LICENSE chore: update license 2021-12-22 01:12:32 +08:00
package.json chore: update deps 2023-05-28 16:45:43 +08:00
README.md chore: update README (#435) 2023-03-07 22:55:38 +08:00
tsconfig.json refactor: ts path alias 2022-08-06 02:35:11 +08:00
UPDATELOG.md chore: update log 2023-06-30 09:35:49 +08:00
vite.config.ts fix: add os platform value 2023-01-14 12:07:31 +08:00
yarn.lock chore: update deps 2023-05-28 16:45:43 +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.
  • Built-in support Clash.Meta core.
  • 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.