Qiu Yuzhou 2357b07fdc
Some checks failed
CI / build (push) Has been cancelled
Update README.
2019-11-13 10:08:56 +08:00
2019-09-21 11:38:16 +08:00
2019-09-10 14:56:33 +08:00
2019-09-10 14:30:51 +08:00
2019-11-11 10:26:41 +08:00
2017-01-17 11:23:25 +08:00
2018-05-04 12:12:43 +08:00
2018-09-25 10:15:57 +08:00
2016-06-10 19:44:49 +08:00
2017-01-13 13:08:32 +08:00
2019-09-10 14:30:51 +08:00
2019-11-13 10:08:56 +08:00

ShadowsocksX-NG

Download

Actions Status

Next Generation of ShadowsocksX

Why a new implementation?

It's hard to maintain the original implementation as there is too much unused code in it. It also embeds the ss-local source code. It's crazy to maintain dependencies of ss-local. So it's hard to update the ss-local version.

Now I just copied the ss-local from Homebrew. Run ss-local executable as a Launch Agent in the background. So there is only some source code related to GUI left. Then I have rewrited the GUI code in Swift.

Requirements

Running

macOS 10.12+

Building

  • Xcode 11.1+
  • CocoaPods 1.5.3+

Download

From here

Features

  • ss-local from shadowsocks-libev 3.2.5.
  • Support SIP003 plugins. Embed kcptun, simple-obfs and v2ray-plugin.
  • Could update PAC by download GFW List from GitHub.
  • Share your server profiles by qrcode or url.
  • Import server profile urls from pasteboard.
  • Import server profile by scan QRCode on screen.
  • Custom rules for PAC.
  • Support for AEAD Ciphers
  • HTTP Proxy by privoxy

Difference from original ShadowsocksX

ss-local is run as a background service through launchd, not as an in-app process. So after you quit the app, the ss-local might be still running.

Added a manual mode which won't configure the system proxy settings, so that you could configure your apps to use the SOCKS5 proxy manually.

Contributing

Contributions must be available on a separately named branch based on the latest version of the main branch develop.

ref: GitFlow

License

The project is released under the terms of the GPLv3.

Description
No description provided
Readme GPL-3.0 29 MiB
Languages
Swift 59.5%
Objective-C 22.1%
JavaScript 10.1%
Shell 3.8%
Python 3.1%
Other 1.4%