{"id":13376004,"url":"https://github.com/shadowsocks/shadowsocksx-ng","last_synced_at":"2025-12-24T09:17:44.906Z","repository":{"id":37359265,"uuid":"60844036","full_name":"shadowsocks/ShadowsocksX-NG","owner":"shadowsocks","description":"Next Generation of ShadowsocksX","archived":false,"fork":false,"pushed_at":"2024-10-29T12:19:30.000Z","size":50660,"stargazers_count":32728,"open_issues_count":311,"forks_count":7919,"subscribers_count":938,"default_branch":"develop","last_synced_at":"2025-05-07T21:15:57.050Z","etag":null,"topics":["kcptun","macos","shadowsocks","shadowsocksx-ng","swift","v2ray-plugin"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shadowsocks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-06-10T11:49:00.000Z","updated_at":"2025-05-07T08:27:44.000Z","dependencies_parsed_at":"2023-02-08T21:16:26.500Z","dependency_job_id":"da2dd391-0f0f-444d-982e-b0cae581746b","html_url":"https://github.com/shadowsocks/ShadowsocksX-NG","commit_stats":null,"previous_names":["qiuyuzhou/shadowsocksx-ng"],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocks%2FShadowsocksX-NG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocks%2FShadowsocksX-NG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocks%2FShadowsocksX-NG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocks%2FShadowsocksX-NG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadowsocks","download_url":"https://codeload.github.com/shadowsocks/ShadowsocksX-NG/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235687,"owners_count":22036962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kcptun","macos","shadowsocks","shadowsocksx-ng","swift","v2ray-plugin"],"created_at":"2024-07-30T05:02:13.764Z","updated_at":"2025-12-24T09:17:44.899Z","avatar_url":"https://github.com/shadowsocks.png","language":"Swift","funding_links":[],"categories":["\u003ca id=\"1a9934198e37d6d06b881705b863afc8\"\u003e\u003c/a\u003e通信\u0026\u0026代理\u0026\u0026反向代理\u0026\u0026隧道","\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"f932418b594acb6facfc35c1ec414188\"\u003e\u003c/a\u003eSocks\u0026\u0026ShadowSocksXx","\u003ca id=\"cb16466a31a167bb61f39e2a4a85f449\"\u003e\u003c/a\u003eShadowsocks"],"readme":"# ShadowsocksX-NG\n\n[Download](https://github.com/shadowsocks/ShadowsocksX-NG/releases/latest)\n\n[![Actions Status](https://github.com/shadowsocks/ShadowsocksX-NG/workflows/CI/badge.svg)](https://github.com/shadowsocks/ShadowsocksX-NG/actions)\n\nNext Generation of [ShadowsocksX](https://github.com/shadowsocks/shadowsocks-iOS)\n\n## Why a new implementation?\n\nIt's hard to maintain the original implementation as there is too much unused code in it.\nIt also embeds the `ss-local` source code. It's crazy to maintain dependencies of `ss-local`.\nSo it's hard to update the `ss-local` version.\n\nNow I just copied the `ss-local` from Homebrew. Run `ss-local` executable as a Launch Agent in the background.\nSo there is only some source code related to GUI left.\nThen I have rewrited the GUI code in Swift.\n\n## Requirements\n\n### Running\n\nmacOS 10.12+\n\n### Building\n\n- Xcode 12.5.1+\n- CocoaPods 1.10.1+\n\n## Download\n\nFrom [here](https://github.com/shadowsocks/ShadowsocksX-NG/releases/)\n\n## Features\n\n- `ss-local` from shadowsocks-libev 3.2.5.\n- Support SIP003 plugins. Embed `kcptun`,  `simple-obfs` and `v2ray-plugin`.\n- Could update PAC by download GFW List from GitHub.\n- Share your server profiles by qrcode or url.\n- Import server profile urls from pasteboard.\n- Import server profile by scan QRCode on screen.\n- Custom rules for PAC.\n- Support for [AEAD Ciphers](https://shadowsocks.org/en/spec/AEAD-Ciphers.html)\n- HTTP Proxy by [privoxy](http://www.privoxy.org/)\n\n## Difference from original ShadowsocksX\n\n`ss-local` is run as a background service through launchd, not as an in-app process.\nSo after you quit the app, the `ss-local` might be still running.\n\nAdded a manual mode which won't configure the system proxy settings,\nso that you could configure your apps to use the SOCKS5 proxy manually.\n\n## Contributing\n\nContributions must be available on a separately named branch based on the latest version of the main branch `develop`.\n\nref: [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/)\n\n## License\n\nThe project is released under the terms of the GPLv3.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowsocks%2Fshadowsocksx-ng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowsocks%2Fshadowsocksx-ng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowsocks%2Fshadowsocksx-ng/lists"}