Go to file
yicheng 0a1d259b72 fix(menuitem): try fix menu display jump during speedtest, enlarge item spacing [appcenter] [notarize] 2020-02-22 14:44:36 +08:00
.github feat: show notice when proxy setting changed by other process 2020-02-15 11:35:04 +08:00
ClashX fix(menuitem): try fix menu display jump during speedtest, enlarge item spacing [appcenter] [notarize] 2020-02-22 14:44:36 +08:00
ClashX.xcodeproj chore(version): bump version 2020-02-14 21:48:33 +08:00
ClashX.xcworkspace Feature: ask user to move application to the Applications folder. 2018-06-23 14:37:00 +08:00
Pods fix(pod): downgrade Starscream 2020-02-14 21:05:17 +08:00
ProxyConfigHelper Update Proxy helper 2019-12-29 13:10:11 +08:00
fastlane ci: update 2019-12-08 15:38:38 +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 Feature: normalize translates 2019-07-28 12:39:49 +08:00
.gitignore Update 2019-12-31 21:18:09 +08:00
.travis.yml.backup Remove travis ci 2019-10-29 21:33:32 +08:00
Gemfile Chore(ci): lock fastlane version 2020-02-11 14:55:30 +08:00
Gemfile.lock Chore(ci): lock fastlane version 2020-02-11 14:55:30 +08:00
LICENSE Update License 2019-10-17 21:20:50 +08:00
Podfile fix(pod): downgrade Starscream 2020-02-14 21:05:17 +08:00
Podfile.lock fix(pod): downgrade Starscream 2020-02-14 21:05:17 +08:00
README.md chore(menu):add disableRestoreProxy experiment menu item 2020-02-22 11:59:52 +08:00
SMJobBlessUtil.py Feature: Use apple prefer way to run privileged task 2019-08-18 22:25:02 +08:00
dist.p12.enc Feature: Add CI Support (#100) 2019-02-12 16:12:44 +08:00
install_dependency.sh Update 2019-12-31 21:18:09 +08:00
proxyIgnoreList.plist Feature: support custom ignore list 2019-04-08 17:45:44 +08:00

README.md

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
  • Support for Netfilter TCP redirect

Install

You can download from release page

Build

  • Download deps
    bash install_dependency.sh
    
  • Build clash core.
    cd ClashX
    python3 build_clash.py
    
  • Build and run.

Config

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

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

To Change the ports of ClashX, you need to modify the config.ymal file. The General section settings in your custom config file would be ignored.

Checkout Clash or SS-Rule-Snippet for Clash for more detail.

Advance Config

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