Go to file
2022-11-20 17:10:26 +08:00
.github misc: update deps 2022-09-04 11:39:08 +08:00
ClashX misc: add setting interface 2022-11-20 17:10:26 +08:00
ClashX.xcodeproj misc: add setting interface 2022-11-20 17:10:26 +08:00
ClashX.xcworkspace
fastlane chore: update go version [beta] [appcenter] [notarize] 2020-12-28 17:05:15 +08:00
ProxyConfigHelper feat: proxyhelper support ignore list 2022-11-20 17:10:22 +08:00
scripts/travis
zh-Hans.lproj
.bartycrouch.toml
.gitignore misc: update version 2021-09-12 21:04:25 +08:00
.swiftlint.yml misc: swift lint 2022-06-20 21:03:12 +08:00
a_cat_with_eye.png
Gemfile ci: update build config 2021-09-12 17:21:19 +08:00
Gemfile.lock ci: update fastlane and cocoapods 2021-09-12 17:21:21 +08:00
install_dependency.sh ci: update build config 2021-09-12 17:21:19 +08:00
LICENSE
Podfile misc: update deps 2022-11-20 16:59:36 +08:00
Podfile.lock misc: update deps 2022-11-20 16:59:36 +08:00
README.md misc: add setting interface 2022-11-20 17:10:26 +08:00
Shortcuts.md docs: add notes for global shortcuts 2022-03-24 11:33:35 +08:00
SMJobBlessUtil.py

Clash
ClashX

A rule based proxy For Mac base on Clash.

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

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 Native Apple Silicon support at AppCenter for free permanently.

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

Change the ports of ClashX

Please modify the config.yaml file generated by ClashX, not the other config file you created or downloaded. The General section settings in your custom config file would be ignored. Then relaunch ClashX to apply changes.

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 there 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的很多重要错误提醒无法显示。

全局快捷键