What Is Clash Verge Rev?

Clash Verge Rev is an open-source graphical client for the Clash proxy stack. After the original Clash Verge project stopped receiving updates, the community fork continued development under the Rev name. The app runs on the Mihomo core (formerly Clash.Meta) and supports mainstream protocols including Shadowsocks, VMess, VLESS, Trojan, and Hysteria2. For Windows users who want a maintained GUI with modern features, Clash Verge Rev is one of the most capable options available today.

Compared with legacy tools such as Clash for Windows, Clash Verge Rev offers a cleaner interface, stronger TUN support, and more frequent releases. If you need reliable proxy routing on Windows—with rule-based split tunneling, subscription sync, and optional full-system capture—this client is the practical default choice in 2026.

This guide targets users searching for Clash Verge Rev Windows install, subscription import, or TUN setup. You do not need prior Clash experience; follow the steps in order and you can be online in about five minutes.

Tip: Source code and release notes live on GitHub at clash-verge-rev/clash-verge-rev.

System Requirements

Before you install, confirm that your PC meets these baseline requirements:

Item Minimum Recommended
Operating system Windows 10 64-bit Windows 11 64-bit
Architecture x64 x64 / ARM64
Memory 2 GB RAM 4 GB RAM or more
Disk space 200 MB 500 MB or more
Network Internet access Stable broadband
Note: TUN mode requires administrator privileges. Right-click the shortcut and choose Run as administrator when you need virtual adapter capture.

Step 1: Download and Install

You can download the Windows installer from this site’s download page instead of hunting for mirrors on GitHub. That keeps the file path simple and avoids broken release links.

  1. Open the download page
    Visit our client download page and locate Clash Verge Rev under Windows. Most PCs need clash-verge-rev-win-x64.exe (Intel/AMD 64-bit). Snapdragon ARM laptops should use clash-verge-rev-win-arm64.exe.
  2. Run the installer
    Double-click the .exe file and follow the wizard. If Windows Defender SmartScreen appears, click More infoRun anyway to continue (the binary is unsigned in many community builds).
  3. First launch
    Start Clash Verge Rev from the desktop shortcut. On first run, the app may download the latest Mihomo core automatically—keep the network connected until that finishes.
Run as administrator by default: Right-click the shortcut → PropertiesCompatibility → check Run this program as an administrator. TUN mode will then work without repeated UAC prompts.

Step 2: Import Your Subscription URL

Clash Verge Rev is built around remote profiles. Your VPN or proxy provider supplies a subscription URL (sometimes called a Clash link). The client fetches nodes and routing rules from that URL on a schedule you define.

Get your subscription link

Log in to your provider’s dashboard and copy the Clash subscription URL from the plan or setup page. It should start with https://. Store it somewhere safe—you will paste it into the client next.

Add a remote profile in the client

  1. Open Clash Verge Rev and select Profiles in the left sidebar.
  2. Click New in the top-right corner and choose Remote Profile.
  3. Paste your subscription URL into the dialog and click Import. The client pulls the remote config and lists it under Profiles.
  4. Click the imported profile once so it becomes active (highlighted). Only the selected profile drives live routing.

Enable automatic subscription updates

Providers rotate nodes and rules over time. Right-click the profile → Edit info → set Auto update to 720 minutes (12 hours) or shorter, then save. Your node list stays current without manual refreshes.

Step 3: Choose a Proxy Node

After import, open the Proxies tab. You will see policy groups (for example Auto Select) and individual servers underneath.

Many subscriptions ship an auto group that picks the lowest-latency node. You can also click Latency test and manually select a region that matches your use case—US streaming, EU browsing, Asia gaming, and so on.

Practical strategy: Use Auto Select for daily browsing. Switch to a fixed country node only when you need geo-specific access (streaming libraries, app stores, etc.).

Step 4: Turn On System Proxy

On the home screen, flip the System Proxy switch to ON (blue). Windows system proxy settings are applied automatically, so Chromium-based browsers and most desktop apps that respect system proxy will route through Clash.

Test the setup by opening a browser and visiting google.com. If the page loads, system proxy mode is working.

Step 5: Enable TUN Mode (Recommended)

System proxy only affects applications that honor Windows proxy settings. Command-line tools, some games, and certain UWP apps ignore it. TUN mode creates a virtual network adapter and captures outbound traffic at the OS layer—true full-system proxying.

How to enable TUN mode

  1. Run as administrator
    Close the app if needed, then launch it with administrator rights.
  2. Open Settings
    Go to Settings at the bottom of the sidebar and locate the Clash Core section.
  3. Turn on TUN
    Enable the TUN Mode switch. Windows may prompt you to install the Wintun driver—confirm to proceed. After installation, TUN starts automatically.
  4. Verify
    Open Command Prompt and run ping google.com. A normal reply indicates CLI traffic is also tunneled.
Important: When TUN is active, you can turn off System Proxy. Running both at once may double-handle traffic and cause odd connection errors.

Step 6: Understand Rule-Based Routing

By default, Clash Verge Rev uses Rule mode: each connection is matched against a rule list that decides DIRECT, PROXY, or REJECT. This is the main reason power users choose Clash over single-toggle VPN apps.

Typical behavior in a well-maintained subscription:

  • Domestic sites (local CDNs, regional services): DIRECT for lower latency
  • International sites (search, video, social): routed through your proxy group
  • Ad or tracker domains: REJECT when the ruleset includes blocking lists

Most providers bundle GEOIP and domain rules so you do not need to edit config.yaml on day one. If a site routes incorrectly, switch policy groups on the Proxies page or ask your provider to refresh the remote ruleset.

Power users can later open the profile folder and tweak custom rules, but the defaults are enough for browsing, development tools, and streaming once nodes are healthy.

Common Issues and Fixes

Issue 1: Subscription import fails with a network error

The subscription host may be unreachable before any proxy is running—a classic chicken-and-egg problem. Try these workarounds:

  • Temporarily use a mobile hotspot, import successfully, then return to your usual network
  • Download the config on another device that already has connectivity, then import the file locally
  • Ask your provider for a backup URL or a direct download link

Issue 2: Speed drops after enabling the proxy

Throughput usually depends on node quality and routing mode:

  • Run a latency test and switch to a faster server
  • Confirm you are in Rule mode, not Global—Global sends all traffic abroad and feels slower for local sites
  • Check whether your plan expired or bandwidth quota is exhausted
  • Ask support if peak-hour throttling applies to your tier

Issue 3: TUN is on but CLI apps still fail

Common causes:

  • Wintun did not install correctly—restart as administrator and toggle TUN again
  • Windows Firewall blocks the virtual adapter—allow Mihomo through private and public networks
  • The selected node lacks UDP support, which breaks some DNS or gaming traffic

Issue 4: Concern about DNS leaks

With TUN enabled, Clash Verge Rev can hijack DNS queries and reduce leak risk. In Settings, confirm DNS hijacking is on and choose redir-host or fake-ip as appropriate. Upstream DNS over HTTPS (DoH) adds another layer when your provider supports it.

Advanced Tips for Daily Use

Launch at login

Enable Launch at Login under Settings so Clash Verge Rev starts with Windows—handy if you rely on it all day.

Language and theme

The UI supports multiple languages and dark themes. Under Settings → Appearance, pick Follow system to match Windows light/dark mode automatically.

Multiple profiles

If you use more than one provider, import each subscription as a separate profile and click to switch—no reinstall required.

Traffic and connection logs

The title bar shows live upload/download speed. Open Connections to inspect active sessions: destination, matched rule, and outbound node—useful when debugging unexpected routes.

Why Download From This Site?

Third-party repacks of Clash Verge Rev sometimes bundle outdated cores or modified binaries. Our download page points to maintained builds and mirrors files for faster access:

  • Trusted source: Installers align with official release channels without unknown repackaging
  • Stable downloads: Hosted on our CDN instead of scattered mirror links
  • Up-to-date versions: We track new releases and update the listing
  • Cross-platform: Windows, macOS, Android, and Linux clients are available from the same hub

Visit the download page to grab the latest build for your platform.

Many one-click VPN apps hide routing behind a single connect button—you cannot see which domains go direct or through the tunnel, and switching protocols often means reinstalling. Browser-only extensions cover web traffic but leave games, terminals, and store apps untouched. Clash Verge Rev, backed by the Mihomo core, exposes rule-based split routing, subscription sync, latency tests, and optional TUN capture in one desktop UI—so you keep control without juggling multiple tools. If you want that flexibility on Windows, start with a clean install from our download page.

Download Clash free for every platform →