Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)
Go to file
2023-11-13 14:49:28 +08:00
.github chore: test: use pnpm 2023-11-13 14:49:28 +08:00
.husky chore: test: use pnpm 2023-11-13 14:49:28 +08:00
docs chore: readme 2022-04-06 01:52:20 +08:00
scripts chore: test: use pnpm 2023-11-13 14:49:28 +08:00
src feat: minor tweaks 2023-11-12 00:10:23 +08:00
src-tauri chore: test: use pnpm 2023-11-13 14:49:28 +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: test: use pnpm 2023-11-13 14:49:28 +08:00
pnpm-lock.yaml chore: test: use pnpm 2023-11-13 14:49:28 +08:00
README.md chore: test: use pnpm 2023-11-13 14:49:28 +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

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.

pnpm i

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
# pnpm run check --force

pnpm run check

Then run

pnpm dev

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

Or you can build it

pnpm 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.