Go to file
2023-10-18 11:28:00 +08:00
.github ci: update go version 2023-09-04 16:47:14 +08:00
ClashX misc: sometimes dashboard won't popup to front, recall activate command 2023-10-18 11:28:00 +08:00
ClashX.xcodeproj feat: use custom jsbridge, remove WebViewJavascriptBridge for xcode 15 issue 2023-10-16 15:53:25 +08:00
ClashX.xcworkspace misc: sync core between ClashX and ClashXPro 2023-09-05 10:53:22 +08:00
fastlane feat: add new native connection panel (#1181) 2023-07-16 12:16:15 +08:00
ProxyConfigHelper misc: fix typo 2023-02-20 14:18:08 +08:00
scripts/travis Feature: Add CI Support (#100) 2019-02-12 16:12:44 +08:00
zh-Hans.lproj Feature: add Chinese support 2018-10-08 23:37:38 +08:00
.bartycrouch.toml feat: add new native connection panel (#1181) 2023-07-16 12:16:15 +08:00
.gitignore misc: upgrade Sparkle version to 2.0 (#1162) 2023-06-14 13:37:53 +08:00
.swiftlint.yml feat: add new native connection panel (#1181) 2023-07-16 12:16:15 +08:00
a_cat_with_eye.png Revert "feat(icon): a cat with eyes (#239)" 2020-03-03 19:47:33 +08:00
Gemfile fix: should request location permission on macOS14 2023-10-14 19:33:05 +08:00
Gemfile.lock fix: should request location permission on macOS14 2023-10-14 19:33:05 +08:00
install_dependency.sh fix: delete webview cache when version update, remove git dir in dashboard folder, add more log in dashboard window 2023-06-15 14:08:45 +08:00
LICENSE Update License 2019-10-17 21:20:50 +08:00
Podfile misc: update deps 2023-10-16 15:59:30 +08:00
Podfile.lock misc: update deps 2023-10-16 15:59:30 +08:00
README.md docs: update readme 2023-06-03 13:38:58 +08:00
Shortcuts.md docs: add notes for global shortcuts 2022-03-24 11:33:35 +08:00
SMJobBlessUtil.py ci: update SMJobBlessUtil.py from https://gist.github.com/mikeyh/89a1e2ecc6849ff6056b7391c5216799 2023-04-28 16:40:40 +08:00
updateLocalization.sh feat: add new native connection panel (#1181) 2023-07-16 12:16:15 +08:00

Clash
ClashX

A rule based proxy For Mac base on Clash.

ClashX 旨在提供一个简单轻量化的代理客户端,如果需要更多的定制化,可以考虑使用 CFW Mac 版

注意

  • ClashX / ClashX Pro 只是一个代理工具,不提供任何代理服务器。如果服务器不可用或与服务器续费有关的问题,请与您的提供商联系。
  • ClashX / ClashX Pro 目前并没有创建官网。凡是声称是 ClashX / ClashX Pro 官网的一定是骗子。

Features

  • HTTP/HTTPS and SOCKS protocol
  • Surge like configuration
  • GeoIP rule support
  • Support Vmess/Shadowsocks/Socks5/Trojan
  • Support for Netfilter TCP redirect

Install

You can download from Release page

Download ClashX Pro With enhanced mode and other clash premium feature at AppCenter for free permanently.

AppCenter 免费下载ClashX Pro版本支持增强模式以及更多Clash Premium Core特性。

Build

  • Make sure have python3 and golang installed in your computer.

  • Install Golang

    brew install golang
    
    or download from https://golang.org
    
  • Download deps

    bash install_dependency.sh
    
  • Build and run.

Config

The default configuration directory is $HOME/.config/clash

The default name of the configuration file is config.yaml. You can use your custom config name and switch config in menu Config section.

Checkout Clash or SS-Rule-Snippet for Clash or lancellc's gitbook for more detail.

Advance Config

修改代理端口号

  1. 在菜单栏->配置->更多设置中修改对应端口号

Change your status menu icon

Place your icon file in the ~/.config/clash/menuImage.png then restart ClashX

Change default system ignore list.

  • Change by menu -> Config -> Setting -> Bypass proxy settings for these Hosts & Domains

URL Schemes.

  • Using url scheme to import remote config.

    clash://install-config?url=http%3A%2F%2Fexample.com&name=example
    
  • Using url scheme to reload current config.

    clash://update-config
    

Get process name

You can add the follow config in your config file, and set your proxy mode to rule. Then open the log via help menu in ClashX.

script:
  code: |
    def main(ctx, metadata):
      # Log ProcessName
      ctx.log('Process Name: ' + ctx.resolve_process_name(metadata))
      return 'DIRECT'

FAQ

  • Q: How to get shell command with external IP?
    A: Click the clashX menu icon and then press Option-Command-C

关闭ClashX的通知

  1. 在系统设置中关闭 clashx 的推送权限
  2. 在菜单栏->配置->更多设置中选中减少通知

Note强烈不推荐这么做这可能导致clashx的很多重要错误提醒无法显示。

全局快捷键

  • 在菜单栏配置->更多配置中自定义对应功能的快捷键。需要1.116.1之后的版本)
  • 使用AppleScript设置, 详情点击 全局快捷键