Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)
Go to file
2023-10-21 23:53:57 +08:00
.github chore: change ubuntu ci version 2023-08-28 14:44:09 +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-10-08 21:45:12 +08:00
src feat: theme: change color 2023-10-21 17:30:50 +08:00
src-tauri feat: Nyanpasu Misc 2023-10-20 11:52:40 +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: import MUI Lab 2023-10-21 16:43:30 +08:00
README.md chore: update README.md 2023-10-21 17:02:13 +08:00
tsconfig.json chore: tsconfig: skip Lib Check 2023-10-21 23:53:57 +08:00
UPDATELOG.md chore: update log 2023-09-10 19:01:59 +08:00
vite.config.ts fix: add os platform value 2023-01-14 12:07:31 +08:00
yarn.lock chore: import MUI Lab 2023-10-21 16:43:30 +08:00

Clash
Clash Nyanpasu

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.

FAQ

1. macOS "Clash Nyanpasu" is damaged and can't be opened

open the terminal and run sudo xattr -r -d com.apple.quarantine /Applications/Clash\ Nyanpasu.app

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.

# force update to latest version
# yarn run check --force

yarn run check

Then run

yarn dev

# run it in another way if app instance exists
yarn dev:diff

Or you can build it

yarn build

Todos

This keng is a little big...

Disclaimer

This is a learning project for Rust practice.

Contributions

Issue and PR welcome!

Acknowledgement

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

License

GPL-3.0 License. See License here for details.