Clash

Next-Gen Meta Core Network Proxy Hub

Get Cross-Platform Clients · Master Unrestricted Routing · The Best CFW Alternative

Clash – For All Your Devices

Get Client

Clash Verge Rev / FlClash are modern, easy-to-use proxy apps for Windows, macOS, Android, and Linux. Import subscriptions in one click and enjoy seamless high-speed connectivity powered by the built-in Meta core.

Configuration Guide – Master Your Traffic Routing

Rules & Tutorials

Knowledge Base to tackle complex network configurations. Step-by-step TUN mode setup, custom GeoIP rules for streaming unlock, and ChatGPT IP protection strategies.

Under the Hood: Why Choose the Meta (Mihomo) Core?

Compared to the abandoned closed-source Premium core, the Meta core delivers a massive leap in protocol support, performance, and routing engine capabilities.

Full Protocol Support

Fully supports Vmess, VLESS, Trojan, Shadowsocks, TUIC, and the latest Hysteria2 protocol for stable, censorship-resistant connections.

TUN Virtual NIC Mode

Intercepts all traffic at the OS network layer. Permanently fixes proxy bypass issues for terminal apps (Git/npm), emulators, and UWP applications.

Precise Domain Sniffing

Automatically restores real request domains, paired with built-in GeoIP/GeoSite databases for precise streaming routing and ad-blocking.

Peak Performance & Memory Optimization

Deeply optimized in Go, with drastically reduced memory usage. Handles millions of routing rules while maintaining millisecond response times.

Cross-Platform Ecosystem

Compare Versions
Clash Verge Rev Stable v1.6.x

The ultimate desktop successor to Clash for Windows (CFW). Features built-in Meta core, native TUN mode, multi-subscription merging, and visual rule management.

FlClash

A lightweight Flutter-based cross-platform client focused on mobile. Ultra-clean UI, low memory usage, one-click subscription import, and a native Android experience.

Clash Nyanpasu

Another popular CFW desktop alternative built with Tauri, featuring a modern anime-inspired UI and buttery-smooth animations.

Windows / macOS / Linux
Powerful Rule Config & Conversion Tools

Beyond proxy clients, we've curated the best subscription converter (Subconverter), public routing rulesets (Loyalsoldier), and full guides for leak-proofing your setup.

Explore the Ecosystem Toolchain

More than a proxy – a transparent routing hub

The power of the Meta core lies in its rule engine. Using handcrafted or subscribed YAML configs, you can achieve granular traffic splitting – domestic apps connect directly, overseas traffic routes through proxies, with zero interference.

  • AI Account Protection: Route ChatGPT and Claude to dedicated residential IP nodes, dramatically reducing ban risk.
  • GeoIP & Domain Sniffing: Auto-detect streaming services (Netflix, Disney+) for seamless multi-region switching.
  • TUN Mode: Capture all traffic at the OS network layer, enabling terminal tools (Git, curl) that bypass system proxy to route through the proxy as well.
Learn Custom Routing Rules
config.yaml
port: 7890
allow-lan: true
mode: rule
tun:
  enable: true
  stack: system

rules:
  # Dedicated AI Routing – Prevent IP Hopping
  - DOMAIN-SUFFIX,openai.com,GPT-Node
  - DOMAIN-SUFFIX,anthropic.com,GPT-Node
  
  # Microsoft Services & Direct Connections
  - DOMAIN-SUFFIX,microsoft.com,DIRECT
  - GEOIP,CN,DIRECT
  
  # Fallback Rules
  - MATCH,PROXY

Three Simple Steps to Unrestricted Internet

From zero to connected in 5 minutes – set up your next-gen proxy client and import subscriptions

01

Download Your Client

Leave abandoned Clash for Windows behind. Visit our download page to get Verge Rev or FlClash with the latest Meta core built in.

02

Import Subscription (URL)

In the client's Profiles page, paste the YAML subscription URL from your provider, then click Import to load all proxy nodes.

03

Enable Proxy & Traffic Routing

Enable system proxy with one click. Highly recommended: install Service Mode and enable TUN virtual NIC for seamless proxy coverage across all apps.

Frequently Asked Questions (FAQ)

Answers to your biggest pain points in client migration and node configuration

Migrate to Clash Verge Rev (the flagship desktop client, fully compatible with CFW configs) or Clash Nyanpasu (Tauri-based, more modern UI). Both include the latest Meta (Mihomo) core and support direct config import with zero modifications. Mobile users can choose FlClash (Android / iOS).

Premium is an abandoned closed-source core. Meta (Mihomo) is fully open-source and community-maintained, surpassing Premium in every dimension: adds TUIC and Hysteria2 support; more stable TUN mode; improved domain sniffing accuracy; deeply optimized Go code with reduced memory usage and millisecond response for millions of rules.

Absolutely not, and we never will. This site is purely an information hub and configuration guide for open-source proxy clients. We only provide download links and tutorials. Proxy nodes and subscription services must be obtained through your own legal channels. Always use these tools in compliance with your local laws.

Terminal tools (Git, npm, curl) do not use the system proxy by default, so enabling the client alone won't help. Solutions: ① Enable TUN mode to intercept all traffic at the OS network layer – the permanent fix; ② Quick fix: manually set the environment variable in terminal: export https_proxy=http://127.0.0.1:7890.