| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An Android VPN client inspired by Slipstream-style architectures. It captures all system traffic using Android VpnService (TUN), then forwards packets through a tun2socks pipeline into a Slipstream transport (e.g. SOCKS5).
To improve performance and increase connection speed, the new version replaces the previous dependency:
https://github.com/Mygod/slipstream-rust
with the optimized implementation:
https://github.com/Fox-Fig/slipstream-rust-plus
Improvements:
Client Apps
↓
tun2socks
↓
Slipstream Client
↓
DNS Resolution
↓
Slipstream Server
↓
Internet Access
Slipstream Client is a lightweight and modular VPN client for Android:
The design goal is a small Android shell (UI + lifecycle) with a transport backend that can be extended and swapped easily.
To set up a Slipstream server, use:
https://github.com/AliRezaBeigy/slipstream-rust-deploy
One-command installation:
bash <(curl -Ls https://raw.githubusercontent.com/AliRezaBeigy/slipstream-rust-deploy/master/slipstream-rust-deploy.sh)Client Apps
|
v
VpnService TUN (fd)
|
v
tun2socks
(IP packets -> streams)
|
v
Slipstream Client Core
|
v
DNS Processing
|
v
Slipstream Server
|
v
Internet
Note: UDP/IPv6 behavior depends on the tun2socks implementation and the chosen transport.
Proper DNS configuration is recommended to avoid leaks.
Clone with submodules:
git clone --recurse-submodules https://github.com/VortexOne404/slipstream-client-android.git
cd slipstream-client-androidBuild:
./gradlew assembleReleaseTelegram: https://t.me/VortexOne Telegram Channel: https://t.me/silk_road_community
MIT
| Back | FazBrowse Home | New Git URL |