// the find
zzzgydi/clash-verge
A Clash GUI based on tauri. Supports Windows, macOS and Linux.
A Tauri-based desktop GUI for Clash, a rule-based proxy client used primarily for network traffic routing in regions with restricted internet access. Built with React + TypeScript frontend over a Rust shell. The repo is abandoned — last commit November 2023, README deleted — and the active successor is the community fork clash-verge-rev.
- Tauri over Electron is the right call here: the binary is dramatically smaller and memory usage is lower, which matters for a tool that runs in the background constantly.
- Cross-platform from a single codebase (Windows, macOS, Linux) with native OS integration via Tauri's Rust layer rather than shelling out to Node.
- 22k stars and 3k forks generated a large community, which is why clash-verge-rev exists and is actively maintained today.
- Dead. README removed, no commits in over two years, the upstream Clash Premium core it depends on was also pulled from GitHub in late 2023. You cannot adopt this repo as-is.
- The directory tree shows only README.md — the actual source has been stripped or the repo was partially deleted, making it impossible to build from this state.
- Depends on a closed-source Clash Premium core binary for its advanced features; the open-source Clash core lost significant functionality by comparison.
- Anyone finding this repo should be redirected to clash-verge-rev immediately — featuring the original instead of the fork is doing users a disservice.