https://github.com/shadowsocksr-live/ssrmac
ShadowsocksR (SSR) client for macOS
https://github.com/shadowsocksr-live/ssrmac
Last synced: 14 days ago
JSON representation
ShadowsocksR (SSR) client for macOS
- Host: GitHub
- URL: https://github.com/shadowsocksr-live/ssrmac
- Owner: ShadowsocksR-Live
- License: other
- Created: 2018-02-25T10:41:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T08:39:48.000Z (over 2 years ago)
- Last Synced: 2025-03-30T03:04:51.804Z (21 days ago)
- Language: Objective-C
- Homepage:
- Size: 492 KB
- Stars: 389
- Watchers: 20
- Forks: 98
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **187**星
README
ShadowsocksR client with SSRoT for macOS
===========================
[](https://travis-ci.org/shadowsocks/shadowsocks-iOS)


macOS
-----
[](https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help)
[OSX Version](https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help)Build from source code
-----
**Dependencies**:
* **Sodium** [Installation](https://download.libsodium.org/doc/installation/index.html)
* **mbedTLS** [Installation](https://github.com/ARMmbed/mbedtls#cmake)
* **libuv** [Installation](https://github.com/libuv/libuv#build-instructions)Then pull **source code** and submodules
```bash
git clone https://github.com/ShadowsocksR-Live/ssrMac.git
cd ssrMac
git submodule update --init --recursive
git submodule foreach -q 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'
```License
-------
The project is released under the terms of [GPLv3](https://raw.github.com/shadowsocks/shadowsocks-iOS/master/LICENSE).Bugs and Issues
----------------Please visit [issue tracker](https://github.com/ShadowsocksR-Live/ssrMac/issues?state=open)
Also see [troubleshooting](https://github.com/clowwindy/shadowsocks/wiki/Troubleshooting)