Go to file
2020-12-06 17:21:26 +08:00
.github ci: use xcode12.2 2020-11-12 14:45:06 +08:00
ClashX chore: update mmdb download url 2020-12-06 14:12:35 +08:00
ClashX.xcodeproj bump version 2020-12-06 14:05:52 +08:00
ClashX.xcworkspace
fastlane chore: update build scripts 2020-12-03 22:12:58 +08:00
ProxyConfigHelper fix: custom ignore list read fail 2020-07-22 22:23:35 +08:00
scripts/travis
zh-Hans.lproj
.bartycrouch.toml
.gitignore feat: enable useViewToRenderProxy at system above 10.15.2 [appcenter] 2020-04-25 20:17:04 +08:00
.travis.yml.backup
a_cat_with_eye.png Revert "feat(icon): a cat with eyes (#239)" 2020-03-03 19:47:33 +08:00
dist.p12.enc
Gemfile fix fastlane build issues [beta] [appcenter] [notarize] 2020-03-21 21:50:56 +08:00
Gemfile.lock chore: update build scripts 2020-12-03 22:12:58 +08:00
install_dependency.sh chore: update build scripts 2020-12-03 22:12:58 +08:00
LICENSE
Podfile feat: update deps, use firebase instead of fabric to collect crash 2020-11-06 14:40:20 +08:00
Podfile.lock update deps 2020-12-03 21:52:39 +08:00
proxyIgnoreList.plist
README.md List Trojan as a supported protocol (#344) 2020-12-06 17:21:26 +08:00
SMJobBlessUtil.py

Clash
ClashX

A rule based proxy For Mac base on Clash.

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 advance feature at AppCenter for free permanently.

Download ClashX Pro Beta with Native Apple Silicon support at AppCenter-CXP-AppleSilicon

Build

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

  • 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.

Change your status menu icon

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

Change default system ignore list.

  • Download sample plist in the Here and place in the

    ~/.config/clash/proxyIgnoreList.plist
    
  • Edit the proxyIgnoreList.plist to set up your own proxy ignore list

Use url scheme to import remote config.

  • Using url scheme describe below

    clash://install-config?url=http%3A%2F%2Fexample.com&name=example