All Projects → shadowsocks → Shadowsocks Android

shadowsocks / Shadowsocks Android

Licence: other
A shadowsocks client for Android

Programming Languages

kotlin
9241 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects
HTML
75241 projects
shell
77523 projects
AIDL
53 projects
perl
6916 projects

Projects that are alternatives of or similar to Shadowsocks Android

Python Proxy
HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
Stars: ✭ 692 (-97.85%)
Mutual labels:  shadowsocks
Freess
免费ss账号 免费shadowsocks账号 免费v2ray账号 (长期更新)
Stars: ✭ 6,544 (-79.67%)
Mutual labels:  shadowsocks
Shadowsocks Php
A php port of shadowsocks based on workerman. A socks5 proxy written in PHP.
Stars: ✭ 869 (-97.3%)
Mutual labels:  shadowsocks
Outline Client
Outline clients, developed by Jigsaw. The Outline clients use the popular Shadowsocks protocol, and lean on the Cordova and Electron frameworks to support Windows, Android / ChromeOS, Linux, iOS and macOS.
Stars: ✭ 6,555 (-79.63%)
Mutual labels:  shadowsocks
R2s R4s X86 Openwrt
OpenWrt for Nanopi R2S/R4S/X86
Stars: ✭ 783 (-97.57%)
Mutual labels:  shadowsocks
Shadowsocks Hub Api
A set of open and standard restful APIs for managing shadowsocks users, servers, nodes, products, accounts, and traffic.
Stars: ✭ 25 (-99.92%)
Mutual labels:  shadowsocks
Vps setup
linux vim bash 脚本学习笔记 by 蘭雅sRGB https://262235.xyz/
Stars: ✭ 678 (-97.89%)
Mutual labels:  shadowsocks
New Pac
翻墙-科学上网、免费翻墙、免费科学上网、免费自由上网、fanqiang、翻墙梯子、免费软件/方法,一键翻墙浏览器,免费shadowsocks/ss/ssr/v2ray/goflyway账号/节点分享,vps一键搭建翻墙服务器脚本/教程,电脑、手机、iOS、安卓、windows、Mac、Linux、路由器翻墙
Stars: ✭ 31,869 (-0.98%)
Mutual labels:  shadowsocks
Ss Panel And Ss Py Mu
Stars: ✭ 813 (-97.47%)
Mutual labels:  shadowsocks
V2raya
A Linux web GUI client of Project V which supports V2Ray, SS, SSR, Trojan and Pingtunnel 🚀
Stars: ✭ 840 (-97.39%)
Mutual labels:  shadowsocks
V2board
🚀A v2ray and trojan panel application interface
Stars: ✭ 733 (-97.72%)
Mutual labels:  shadowsocks
Clashy
A GUI proxy client for Windows / Mac / Ubuntu Desktop based on Clash and Electron. Windows / Mac / Ubuntu 适用的Clash客户端.
Stars: ✭ 775 (-97.59%)
Mutual labels:  shadowsocks
Shadowsocksr Speed
SSR 批量测试节点有效带宽
Stars: ✭ 934 (-97.1%)
Mutual labels:  shadowsocks
Clash Rules
🦄️ 🎃 👻 Clash Premium 规则集(RULE-SET),兼容 ClashX Pro、Clash for Windows 客户端。
Stars: ✭ 706 (-97.81%)
Mutual labels:  shadowsocks
Goquiet Shadowsocks Docker
A Docker image for Shadowsocks over GoQuiet
Stars: ✭ 21 (-99.93%)
Mutual labels:  shadowsocks
V2ray Desktop
最优雅的跨平台代理客户端,支持Shadowsocks(R),V2Ray和Trojan协议。The most elegant cross-platform proxy GUI client that supports Shadowsocks(R), V2Ray, and Trojan. Built with Qt5 and QML2.
Stars: ✭ 671 (-97.92%)
Mutual labels:  shadowsocks
Shadowsocks Manage System
科学上网管理系统
Stars: ✭ 825 (-97.44%)
Mutual labels:  shadowsocks
Shadowsocksx Ng
Next Generation of ShadowsocksX
Stars: ✭ 30,025 (-6.71%)
Mutual labels:  shadowsocks
Flora Kit
💐 基于 shadowsocks-go 做的完善实现,自动网络分流,完全兼容 Surge 的配置文件。
Stars: ✭ 913 (-97.16%)
Mutual labels:  shadowsocks
Cloak
A censorship circumvention tool to evade detection against state adversaries
Stars: ✭ 942 (-97.07%)
Mutual labels:  shadowsocks

Shadowsocks for Android

CircleCI API Releases Language: Kotlin Codacy Badge License: GPL-3.0

for Android & Chrome OS (beta)
for Android TV (beta)

PREREQUISITES

  • JDK 11+
  • Android SDK
    • Android NDK
  • Rust with Android targets installed
  $ cd core/src/main/rust/shadowsocks-rust
  $ rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android

BUILD

You can check whether the latest commit builds under UNIX environment by checking Travis status.

  • Install prerequisites
  • Clone the repo using git clone --recurse-submodules <repo> or update submodules using git submodule update --init --recursive
  • Build it using Android Studio or gradle script

BUILD WITH DOCKER

  • Clone the repo using git clone --recurse-submodules <repo> or update submodules using git submodule update --init --recursive
  • Run docker run --rm -v ${PWD}:/build -w /build shadowsocks/android-ndk-go ./gradlew assembleDebug

CONTRIBUTING

If you are interested in contributing or getting involved with this project, please read the CONTRIBUTING page for more information. The page can be found here.

TRANSLATE

OPEN SOURCE LICENSES

LICENSE

Copyright (C) 2017 by Max Lv <[email protected]>
Copyright (C) 2017 by Mygod Studio <[email protected]>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].