ShadowsocksX-NG alternatives and similar libraries
Based on the "Network" category.
Alternatively, view ShadowsocksX-NG alternatives based on common mentions on social networks and blogs.
-
Perfect
Server-side Swift. The Perfect library, application server, connectors and example apps. -
Vapor
Elegant web framework for Swift that works on iOS, OS X, and Ubuntu. -
Reachability.swift
A replacement for Apple's Reachability re-written in Swift with closures. -
Kitura
IBM's web framework and server for web services written in Swift. -
Netfox
A lightweight, one line setup, network debugging library in Swift. -
SwiftSoup
Pure Swift HTML Parser, with best of DOM, CSS, and jquery. -
Siesta
Elegant abstraction for REST APIs that untangles stateful messes. An alternative to callback- and delegate-based networking. -
Swifton
A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X. -
ResponseDetective
A non-intrusive framework for intercepting any outgoing requests and incoming responses between your app and server for debugging purposes. -
SwiftWebSocket
A high performance WebSocket client library for swift. -
Just
HTTP for Humans (a python-requests style HTTP library in Swift). -
Connectivity
๐ Makes Internet connectivity detection more robust by detecting Wi-Fi networks without Internet access. -
Taylor
A lightweight library for writing HTTP web servers with Swift. -
Pitaya
A Swift HTTP / HTTPS networking library just incidentally execute on machines. -
PeerKit
An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps. -
Express
Swift Web Application framework, supporting both Synchronous and Asynchronous (Futures based) styles. Inspired by Play framework and Express.js. -
Heimdallr.swift
Easy to use OAuth 2 library for iOS, written in Swift. -
Postal
A swift framework providing simple access to common email providers. -
Reach
A simple class to check for internet connection availability in Swift. -
Socks
Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, OS X. -
Digger
Digger is a lightweight download framework that requires only one line of code to complete the file download task -
Transporter
A tiny library makes uploading and downloading easier. -
Embassy
Super lightweight async HTTP server library in pure Swift. -
SwiftyOAuth
A small OAuth library with a built-in set of providers -
XcodeServerSDK
Access Xcode Server API with native Swift objects. -
BigBrother
Automatically sets the network activity indicator for any performed request.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of ShadowsocksX-NG or a related project?
README
ShadowsocksX-NG
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
andv2ray-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.
*Note that all licence references and agreements mentioned in the ShadowsocksX-NG README section above
are relevant to that project's source code only.