⬇ 官方下载 · SHA256 校验 · 开源安全 ⬇ Official Downloads · SHA256 Verified · Open Source

Clash 下载中心 Clash Download Center

选择您的操作系统,获取官方推荐的 Clash 客户端。所有版本均提供校验哈希,确保安全无忧。 Choose your operating system and get the officially recommended Clash client. All builds include hash verification for security.

⬇ 立即查看所有平台下载 ⬇ View All Platform Downloads

所有平台客户端 All Platform Clients

以下为各操作系统官方推荐的 Clash 客户端,点击即可进入官方仓库下载。每个客户端均附节点购买 校验入口,确保文件完整性。 Below are the officially recommended Clash clients for each operating system. Click to visit official repositories.节点购买 verification is provided for file integrity.

🖥️ Windows

推荐:Clash for Windows / Clash Verge Rev

Recommended: Clash for Windows / Clash Verge Rev

CFW 适合新手快速上手;Verge Rev 界面更新更美观,支持深色主题与一键系统代理。

CFW is beginner-friendly; Verge Rev has a modern UI with dark theme and one-click system proxy.

🍎 macOS

推荐:ClashX Pro / Clash Verge Rev

Recommended: ClashX Pro / Clash Verge Rev

ClashX Pro 为 Mac 经典客户端;Verge Rev 基于 Tauri,跨平台体验一致,界面简洁。

ClashX Pro is a classic Mac client; Verge Rev is Tauri-based with a consistent cross-platform experience.

🐧 Linux

推荐:Clash Verge Rev / Mihomo Party

Recommended: Clash Verge Rev / Mihomo Party

支持 Debian/Ubuntu/Fedora/Arch 等主流发行版,Mihomo Party 提供更友好的图形界面。

Supports Debian/Ubuntu/Fedora/Arch; Mihomo Party offers a friendlier GUI experience.

📱 Android

推荐:Clash for Android

Recommended: Clash for Android

官方 Android 客户端,功能完整,支持订阅链接导入、策略组管理与分流规则编辑。

Official Android client with full functionality: subscription import, policy management, and rule editing.

📱 iOS

推荐替代:Stash

Alternative: Stash

Clash 无原生 iOS 版,Stash 完整支持 Clash 配置与规则,可在 App Store 获取。

No native iOS Clash; Stash fully supports Clash configs and rules. Available on the App Store.

下载安装中的疑问,这里解答 Answers to Your Download & Install Questions

涵盖版本选择、校验、安装失败、订阅导入、多平台同步及安全下载六大类问题。 Covers version selection, verification, installation issues, subscription import, cross-platform sync, and safe downloads.

❶ 如何选择适合我的客户端版本? ❶ How do I choose the right client version for me?
  1. 确认操作系统与架构:首先明确你使用的操作系统(Windows 10/11、macOS、Linux 发行版等)以及系统架构(64位或ARM)。推荐优先选择带有图形界面的客户端(GUI),它们比命令行版本更易于配置和管理。如果你追求极致轻量或仅用于服务器环境,则可选择内核命令行版本。
  2. Identify OS & Architecture: First confirm your operating system (Windows 10/11, macOS, Linux distro) and architecture (64-bit or ARM). GUI clients are recommended for most users as they are easier to configure than command-line versions. For lightweight or server-only needs, the kernel CLI version is suitable.
  3. 了解各客户端特点:Clash for Windows (CFW) 界面经典、配置直观,适合新手快速上手;Clash Verge Rev 基于 Tauri 框架,界面现代化,支持深色主题与系统代理一键切换,更新活跃;ClashX Pro 是 macOS 上最流行的选择之一,与系统集成度高。
  4. Understand Client Features: Clash for Windows (CFW) has a classic, intuitive interface ideal for beginners. Clash Verge Rev is built on Tauri with a modern UI, dark theme, and one-click system proxy toggle, and is actively updated. ClashX Pro is one of the most popular macOS choices with deep system integration.
  5. 考虑更新活跃度与社区支持:查看客户端的 GitHub 仓库,了解最近是否有提交更新、Star 数量以及 Issue 解决情况。活跃更新的客户端通常能更快适配新协议和安全补丁。Clash Verge Rev 和 Mihomo Party 目前维护非常活跃。
  6. Check Update Frequency & Community: Look at the client's GitHub repository for recent commits, stars, and issue resolution. Actively updated clients adapt faster to new protocols and security patches. Clash Verge Rev and Mihomo Party are currently very actively maintained.
  7. 新手建议:如果你不确定选哪个,Windows 用户首选 Clash Verge Rev,macOS 用户可从 ClashX Pro 入手,Linux 用户推荐 Clash Verge Rev 或 Mihomo Party。Android 用户直接使用 Clash for Android,iOS 用户则使用 Stash。
  8. Beginner's Recommendation: If unsure, Windows users should try Clash Verge Rev first; macOS users can start with ClashX Pro; Linux users should pick Clash Verge Rev or Mihomo Party; Android users use Clash for Android; iOS users should use Stash.
  9. 尝试多个客户端:由于配置文件和订阅链接通常是通用的,你可以同时安装两个客户端(例如 CFW 和 Verge Rev),使用同一份配置体验差异,最终保留最顺手的一个。
  10. Try Multiple Clients: Since configuration files and subscriptions are usually universal, you can install two clients (e.g., CFW and Verge Rev) and use the same config to compare experiences, then keep the one you prefer.
❷ 下载后如何验证文件完整性(SHA256)? ❷ How to verify file integrity after download (SHA256)?
  1. 获取官方校验文件:在客户端的 GitHub Releases 页面,通常除了安装包外还会提供 `sha256sum.txt` 或类似文件,里面列出了各个文件的 SHA256 哈希值。请务必从官方仓库获取该校验文件,不要从第三方网站下载。
  2. Obtain Official Checksums: On the client's GitHub Releases page, you'll usually find a `sha256sum.txt` or similar file alongside the installer. Always get this file from the official repository, never from third-party sites.
  3. 在 Windows 上计算哈希:打开命令提示符或 PowerShell,使用 `certutil -hashfile 文件名 SHA256` 命令,即可输出下载文件的 SHA256 值。将该值与校验文件中的值逐字符对比,完全一致则说明文件未被篡改。
  4. Calculate Hash on Windows: Open Command Prompt or PowerShell and use `certutil -hashfile filename SHA256` to output the file's SHA256 hash. Compare it character-by-character with the checksum file; a perfect match means the file is untampered.
  5. 在 macOS/Linux 上计算哈希:在终端中使用 `shasum -a 256 文件名` 命令即可得到 SHA256 值。部分发行版也可用 `sha256sum 文件名`。同样与官方提供的哈希进行对比验证。
  6. Calculate Hash on macOS/Linux: In the terminal, use `shasum -a 256 filename` or `sha256sum filename` to get the SHA256 value. Compare it with the official hash just as you would on Windows.
  7. 验证的重要性:验证哈希可以防止下载过程中文件损坏,更重要的是能检测文件是否被中间人攻击或恶意镜像站点篡改。即使下载来源看似官方,也建议花一分钟进行校验,这是保障安全的基本习惯。
  8. Why Verification Matters: Hash verification prevents issues from file corruption during download and, more importantly, detects tampering from MITM attacks or malicious mirror sites. Even if the download source appears official, taking a minute to verify is a fundamental security habit.
❸ 安装时被系统警告“无法验证开发者”怎么办? ❸ What if the system warns "unverified developer" during installation?
  1. 理解警告原因:该提示通常出现在 macOS 和 Windows 上,因为许多开源客户端未购买昂贵的代码签名证书。这并不意味着软件有病毒,而是操作系统无法自动验证发布者身份。只要你是从官方 GitHub 仓库下载,且通过了 SHA256 校验,通常可以安全地继续安装。
  2. Understand the Warning: This prompt often appears on macOS and Windows because many open-source clients don't purchase expensive code signing certificates. It doesn't mean the software is malicious — just that the OS can't automatically verify the publisher. If you downloaded from the official GitHub repo and passed SHA256 verification, it's generally safe to proceed.
  3. Windows 解决方法:当 Windows Defender SmartScreen 弹出“已阻止此应用”时,点击“更多信息”,然后选择“仍要运行”。你也可以右键点击安装文件,选择“属性”,在“常规”选项卡底部勾选“解除锁定”,然后重新运行安装程序。
  4. Windows Workaround: When Windows Defender SmartScreen says "this app has been blocked", click "More info" and then "Run anyway". Alternatively, right-click the installer, select "Properties", check "Unblock" at the bottom of the General tab, and run the installer again.
  5. macOS 解决方法:对于 ClashX Pro 或 Verge Rev 等应用,首次打开时系统会提示“无法打开,因为它来自身份不明的开发者”。此时打开“系统偏好设置” → “安全性与隐私” → “通用”,点击底部的“仍要打开”按钮即可。你也可以在 Finder 中右键点击应用,选择“打开”,然后确认打开。
  6. macOS Workaround: For apps like ClashX Pro or Verge Rev, the system may say "cannot be opened because the developer cannot be verified". Go to "System Preferences" → "Security & Privacy" → "General" and click "Open Anyway" at the bottom. You can also right-click the app in Finder, select "Open", and confirm.
  7. Linux 注意事项:Linux 下通常不会出现此类警告,但若通过 AppImage 或 deb/rpm 包安装时遇到权限问题,确保文件具有可执行权限(`chmod +x 文件名`),且尽量使用官方仓库或包管理器安装。
  8. Linux Note: Linux usually doesn't show such warnings, but if you encounter permission issues with AppImage or deb/rpm packages, ensure the file has execute permissions (`chmod +x filename`) and always prefer official repositories or package managers.
  9. 强化安全习惯:虽然可以绕过这些警告,但务必确保下载来源是官方 GitHub 仓库的 Releases 页面,而不是任何百度网盘、论坛或非官方镜像。同时完成 SHA256 校验,这两步做足后即可安心安装。
  10. Reinforce Safe Habits: While you can bypass these warnings, always ensure your download comes from the official GitHub Releases page, not from random forums, cloud drives, or unofficial mirrors. Coupled with SHA256 verification, you can install with confidence.
❹ 下载后如何导入订阅或配置文件? ❹ How to import a subscription or config file after downloading?
  1. 打开客户端配置界面:启动下载好的 Clash 客户端(以 Clash Verge Rev 为例),在主界面左侧或顶部找到“配置”或“Profiles”选项卡。这是管理订阅链接和本地配置文件的核心位置。
  2. Open the Client's Config Section: Launch your downloaded Clash client (e.g., Clash Verge Rev). Locate the "Profiles" or "Configuration" tab, typically in the left sidebar or top menu — the central place for managing subscriptions and local configs.
  3. 粘贴订阅链接(推荐):如果你有节点服务商提供的订阅链接,点击“新建”或“添加订阅”,在输入框中粘贴完整的链接地址(以 http/https 开头),然后点击“下载”或“确定”。客户端会自动拉取并解析配置,显示节点列表和规则组。建议开启“自动更新”选项并设置更新间隔(如6小时)。
  4. Paste Subscription Link (Recommended): If you have a subscription link from a node provider, click "New" or "Add Subscription", paste the full URL (starting with http/https), and click "Download" or "OK". The client will fetch and parse the config, showing node lists and rule groups. Enable "Auto Update" and set an interval (e.g., 6 hours).
  5. 导入本地 YAML 文件:若你使用的是自行编写的 YAML 配置文件,选择“导入”或“从本地加载”,在文件浏览器中找到对应的 `.yaml` 或 `.yml` 文件并打开。客户端会直接读取该文件内容。此方式适合高级用户进行高度自定义配置。
  6. Import Local YAML File: If using a self-written YAML config, select "Import" or "Load from local", browse to your `.yaml` or `.yml` file, and open it. The client will read the file directly. This is suitable for advanced users needing highly customized setups.
  7. 选择并激活配置:导入成功后,你需要在该配置项上点击“激活”或“切换”,使其成为当前生效的配置。部分客户端支持同时存储多个配置,你可以通过一键切换在不同节点服务商或不同策略之间快速迁移。
  8. Select & Activate Config: After successful import, click "Activate" or "Switch" on the profile to make it the active configuration. Some clients support storing multiple configs, allowing one-click switching between different node providers or strategies.
❺ 可以在多台设备上使用同一个订阅吗? ❺ Can I use the same subscription on multiple devices?
  1. 确认服务商政策:大多数商业节点服务商的订阅允许在多个设备上同时使用,但通常会限制同时在线设备数量(例如5台或10台)。请查阅你的服务商条款,避免因超量使用导致订阅被暂停。免费订阅往往限制更严格。
  2. Check Provider Policy: Most commercial node providers allow multiple devices per subscription, but usually limit concurrent online devices (e.g., 5 or 10). Review your provider's terms to avoid suspension for overuse. Free subscriptions often have stricter limits.
  3. 在多设备上配置同一订阅:只需将完全相同的订阅链接粘贴到每台设备的客户端中即可。由于配置自动同步更新,所有设备都会获得相同的节点列表和规则。无需为每台设备单独申请不同链接。
  4. Configure the Same Subscription on Multiple Devices: Simply paste the identical subscription link into each device's client. Because configurations auto-sync, all devices receive the same node list and rules — no need to obtain separate links per device.
  5. 注意设备标识与并发限制:服务商通过客户端的连接请求来判断设备数。如果某台设备长时间未使用,连接会断开,因此偶尔超过限制不一定立刻出问题,但最好控制在允许范围内。部分客户端支持“按需连接”,有流量时才建立连接,可优化并发数。
  6. Mind Concurrent Connections: Providers judge device count by active connections. Devices idle for a while will disconnect, so occasionally exceeding the limit may not trigger issues immediately, but it's best to stay within bounds. Some clients support "on-demand" connections, establishing links only with traffic, optimizing concurrency.
  7. 跨平台同步配置小技巧:如果你使用 Clash Verge Rev 等支持 WebDAV 或 iCloud 同步的客户端,可以将配置文件存储在云端,多设备共享同一份本地配置的路径,实现策略组和规则的手动一致性。但最简单的方法仍然是使用同一个订阅链接。
  8. Cross-Platform Sync Tip: If using clients like Clash Verge Rev that support WebDAV or iCloud sync, you can store configs in the cloud for manual consistency across devices. Still, the simplest method remains using the same subscription link everywhere.
❻ 如何安全地下载 Clash 客户端?避免恶意软件? ❻ How to download Clash clients safely and avoid malware?
  1. 仅从官方 GitHub Releases 下载:所有主流 Clash 客户端均在 GitHub 上开源,其 Releases 页面是唯一官方分发渠道。不要使用百度网盘、论坛附件或任何“一键安装版”,这些很可能捆绑了广告软件或木马。记住官方域名:github.com。
  2. Only Download from Official GitHub Releases: All major Clash clients are open-source on GitHub; the Releases page is the sole official distribution channel. Avoid Baidu Cloud, forum attachments, or any "one-click installer" — these are likely bundled with adware or trojans. Remember the official domain: github.com.
  3. 核对仓库 Star 数与社区活跃度:在 GitHub 上,合法的 Clash 客户端通常拥有数千甚至上万的 Star,且 Issue 和 Pull Request 活跃。如果一个仓库看起来像 Clash 但 Star 数极少、长期未更新,极有可能是仿冒的钓鱼仓库。可以直接搜索“clash verge rev”等准确名称,进入正确的仓库。
  4. Check Repository Stars & Activity: Legitimate Clash clients on GitHub typically have thousands of stars and active Issues/Pull Requests. If a repo looks like Clash but has very few stars and hasn't been updated in ages, it's likely a fake phishing repo. Search for the exact name like "clash verge rev" to find the correct one.
  5. 使用 SHA256 或 GPG 签名验证:如前面 FAQ 所述,下载后务必用 `sha256sum` 或 `certutil` 验证哈希值。部分客户端还提供 GPG 签名文件(.asc),可使用作者的公开密钥验证。这一步能有效防止下载过程中的文件替换攻击。
  6. Use SHA256 or GPG Signature Verification: As described in the earlier FAQ, always verify the hash with `sha256sum` or `certutil` after downloading. Some clients also provide GPG signature files (.asc) that can be verified with the author's public key, effectively preventing file substitution during download.
  7. 警惕“汉化版”或“破解版”:互联网上流传的所谓“Clash 破解版”、“VIP 版”或“汉化增强版”几乎都是恶意软件的重灾区。Clash 本身开源且支持中文界面(大部分客户端自带多语言),完全不需要额外的“汉化”或“破解”。坚持使用原版客户端。
  8. Beware of "Localized" or "Cracked" Versions: So-called "cracked", "VIP", or "enhanced" versions of Clash circulating online are hotbeds of malware. Clash itself is open source and supports multiple languages (most clients include Chinese natively), so extra "localization" or "cracks" are completely unnecessary. Stick to the original clients.
  9. 安装前用杀毒软件扫描:尽管从官方源下载,最后一步仍可用 Windows Defender 或其他可靠杀毒软件扫描安装包。这能作为额外保险,识别出极少数情况下的供应链污染。但需注意,部分杀毒软件可能对代理工具产生误报,请结合哈希验证综合判断。
  10. Scan with Antivirus Before Installation: Even from official sources, a final scan with Windows Defender or another reliable antivirus provides extra insurance, detecting rare supply chain contamination. Note that some antivirus may flag proxy tools as false positives — combine with hash verification for a comprehensive judgment.