Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadowsocksr-live/ssrmac
ShadowsocksR (SSR) client for macOS
https://github.com/shadowsocksr-live/ssrmac
Last synced: about 2 hours 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T08:39:48.000Z (about 2 years ago)
- Last Synced: 2025-01-28T06:04:11.762Z (about 5 hours ago)
- Language: Objective-C
- Homepage:
- Size: 492 KB
- Stars: 386
- Watchers: 21
- 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
===========================
[![Build Status](https://travis-ci.org/shadowsocks/shadowsocks-iOS.svg?branch=master)](https://travis-ci.org/shadowsocks/shadowsocks-iOS)![img04](https://user-images.githubusercontent.com/30760636/148067488-27cc56ed-4f10-49a1-8b78-ef467aadc216.png)
![tu](server-settings.png)
![img02](https://user-images.githubusercontent.com/30760636/148062744-1e95b202-13e6-4144-89c7-fe4ce82419d7.png)
macOS
-----
[![OSX Icon](https://raw.githubusercontent.com/ShadowsocksR-Live/ssrMac/master/osx_128.png)](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)