Skip to content

Releases: VortexOne404/slipstream-client-android

Slipstream Client for Android v1.0

04 Feb 00:21
af8f8b5

Choose a tag to compare

🚀 Slipstream Client for Android – v1.0

This marks the first stable release of Slipstream Client for Android,
a lightweight and modular VPN client inspired by Slipstream-style architectures.


✨ Highlights

  • Captures all system traffic using Android VpnService (TUN)
  • Integrates tun2socks to translate IP packets (TCP / UDP / DNS) into user-space streams
  • Forwards traffic through a Slipstream transport layer
  • Built-in SOCKS5 backend support
  • Full-tunnel mode (0.0.0.0/0) for device-wide routing
  • Pluggable transport architecture for easy experimentation and extension
  • Import / export configurations using URI format:
slipstream://{base64}

🏗 Architecture Overview

Slipstream Client is designed as a minimal Android shell responsible for UI and
lifecycle management, while all tunneling and transport logic lives in a
swappable backend. This enables rapid experimentation with new transport
implementations without rewriting the Android client.


⚠️ Notes

  • UDP and IPv6 support depend on the tun2socks implementation and the selected transport
  • Proper DNS configuration is recommended to prevent DNS leaks
  • Intended for developers, researchers, and advanced users experimenting with tunneling architectures

📱 Requirements

  • Android 8.0 or newer
  • Android Studio + NDK (for native components)
  • A reachable transport endpoint (e.g. SOCKS5 server)

📄 License

MIT