mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
Clash Nyanpasu
A Clash GUI based on tauri.
Features
- Full
clashconfig supported, Partialclash premiumconfig supported. - Built-in support Clash.Meta core & ClashRs core.
- Profiles management and enhancement (by yaml and Javascript). Doc
- Material You Design UI and amimation support.
- System proxy setting and guard.
Preview
Links
Development
Configure your development environment
You should install Rust and Nodejs, see here for more details.
Clash Nyanpasu uses the pnpm package manager. See here for installation instructions. Then, install Node.js packages.
pnpm i
Download the Clash binary & other dependencies
# force update to latest version
# pnpm check --force
pnpm check
Run dev
pnpm dev
# run it in another way if app instance exists
pnpm dev:diff
Build application
pnpm build
Contributions
Issue and PR welcome!
Acknowledgement
Clash Nyanpasu was based on or inspired by these projects and so on:
- zzzgydi/clash-verge: A Clash GUI based on tauri. Supports Windows, macOS and Linux.
- tauri-apps/tauri: Build smaller, faster, and more secure desktop applications with a web frontend.
- Dreamacro/clash: A rule-based tunnel in Go.
- MetaCubeX/Clash.Meta: A rule-based tunnel in Go.
- ClashRs: A custom protocol, rule based network proxy software.
- Fndroid/clash_for_windows_pkg: A Windows/macOS GUI based on Clash.
- vitejs/vite: Next generation frontend tooling. It's fast!
- mui/material-ui: Ready-to-use foundational React components, free forever.
Contributors
License
GPL-3.0 License. See License here for details.
