Clash Verge Rev: A Fresh Take on the Clash Meta GUI You Probably Already Needed
If you've ever wrestled with configuring Clash proxies through clunky web dashboards or terminal-only tools, you know the pain. You want the power of a modern proxy kernel without sacrificing a decent interface. That's where Clash Verge Rev comes in—a community-driven continuation of the original Clash Verge project, rebuilt from the ground up with Rust and Tauri to give you a fast, native-feeling GUI for the mihomo (Clash.Meta) kernel.
What It Does
Clash Verge Rev is a desktop GUI application that wraps the mihomo kernel (formerly known as Clash.Meta) in a clean, cross-platform interface. It's built on Tauri 2, which means the frontend is lightweight web tech while the backend runs on Rust—a combination that keeps the app snappy and the memory footprint low compared to Electron-based alternatives.
The project supports Windows (x64/x86), Linux (x64/arm64), and macOS 11+ (both Intel and Apple Silicon). You manage your proxy configurations, switch between profiles, and toggle system proxy or TUN (virtual network card) mode—all from a unified dashboard. It also handles profile management with merge and script enhancements, visual editing for nodes and rules, and even WebDAV-based backup and sync for your configs.
Why It's Cool
There's a lot to like here, especially if you've been stuck with older Clash GUIs that feel abandoned or overly complicated.
-
It's a true continuation, not a fork-and-forget. The original Clash Verge project went quiet, and this fork picks up the torch with active development. That matters when you're relying on a tool for daily network management—you want bug fixes and kernel updates to keep flowing.
-
Tauri 2 and Rust under the hood. This isn't just a marketing bullet. Using Tauri means the app starts fast and uses less RAM than Electron-based competitors. For a tool you might keep running in the background all day, that's a real quality-of-life win.
-
Built-in kernel with version flexibility. The mihomo kernel comes bundled, but you can also switch to an
Alphaversion kernel if you want to test newer features. That's a nice middle ground between stability and bleeding-edge experimentation. -
Deep customization without touching config files by hand. You can change theme colors, customize proxy group and tray icons, and even inject custom CSS into the UI. If you're the type who likes their tools to look a certain way, this is a welcome touch.
-
Power features for power users. The merge and script enhancements for profile management are genuinely useful. You can layer modifications on top of your base configs without editing them directly, which makes it much easier to maintain multiple setups. Visual editing for nodes and rules is another big time-saver.
-
WebDAV backup and sync. Losing a carefully tuned proxy config is tragic. Having built-in sync means your profiles can live on your own WebDAV server, so you're not locked into a proprietary cloud.
How to Try It
Getting started is straightforward. Head over to the release page and grab the installer for your platform. There are three flavors:
- Stable — the reliable, daily-driver build.
- Alpha — was used for testing the release process, but it's now deprecated according to the README.
- AutoBuild — a rolling update channel for testing and feedback, but expect occasional bugs.
The README also points to a documentation site for installation notes and common issues, which is worth checking if you hit any snags.
If you're a developer who wants to run it from source, you'll need Tauri's prerequisites installed, then:
pnpm i
pnpm run prebuild
pnpm dev
There are also pnpm dev:service and pnpm dev:sidecar commands if you want to explicitly control how the development service is installed.
The repo itself is open to contributions—issues and PRs are welcome. If you find it useful, the maintainers also accept sponsorship via GitHub Sponsors.
Final Thoughts
Clash Verge Rev is one of those projects that fills a gap you might not have realized was there until you tried it. If you're already using mihomo or Clash Meta configs and you're tired of managing them through a browser tab or a half-broken third-party tool, this is worth a serious look. The Tauri-based architecture gives it a performance edge, and the active development means it's not going to rot. It's best suited for anyone who wants granular control over their proxy setup without sacrificing a modern, customizable interface. Give it a spin—you might find it becomes your default.
Follow @githubprojects for more developer tools and open source projects.