A modern, secure SSTP VPN client for Android built with Flutter and Material Design 3.
Telegram Channel: @CluvexStudio
- SSTP VPN Protocol - Secure Socket Tunneling Protocol support
- Material Design 3 - Modern UI with Material You theming
- Connection Management - Easy connect/disconnect with status monitoring
- Real-time Statistics - Download/upload speed and total traffic tracking
- Custom DNS - Configure custom DNS servers
- Proxy Support - HTTP proxy configuration
- SSL/TLS Options - Configurable SSL versions (TLSv1, TLSv1.1, TLSv1.2, TLSv1.3)
- Certificate Verification - Optional hostname and SSL certificate verification
- Persistent Settings - Server configurations saved locally
- Android 8.0 (API 26) or higher
- Target SDK: Android 16 (API 36)
- Go to the Releases page
- Download the latest APK for your architecture:
ZedPass-x.x.x-arm64-v8a.apk- For modern 64-bit devices (recommended)ZedPass-x.x.x-armeabi-v7a.apk- For older 32-bit devices
- Install the APK on your Android device
# Clone the repository
git clone https://github.com/CluvexStudio/ZedPass.git
cd ZedPass
# Install dependencies
flutter pub get
# Generate app icons
dart run flutter_launcher_icons
# Build release APK (arm64)
flutter build apk --target-platform android-arm64
# Build release APK (arm v7a)
flutter build apk --target-platform android-armThe APK will be available at build/app/outputs/flutter-apk/app-release.apk
- Launch ZedPass
- Tap the settings icon to configure your VPN server
- Enter your server details:
- Host - VPN server address
- Port - Server port (default: 443)
- Username - Your VPN username
- Password - Your VPN password
- Optionally configure DNS, proxy, and advanced SSL settings
- Save settings and tap the connect button
- Flutter - Cross-platform UI framework
- Provider - State management
- sstp_flutter - SSTP VPN protocol implementation
- shared_preferences - Local storage for settings
lib/
├── main.dart # App entry point
├── providers/
│ └── vpn_provider.dart # VPN state management
├── screens/
│ ├── home_screen.dart # Main connection screen
│ └── settings_screen.dart # Server configuration
└── theme/
└── app_theme.dart # Material Design 3 theme
Contributions are welcome! Please feel free to submit a Pull Request.
- sstp_flutter - SSTP VPN Flutter plugin
- Material Design 3 - Design system
If you find this project helpful, consider supporting the development:
TRX (Tron):
TRxVSHcoADZnBfztFmFb2TQopusAwWYEVR
BTC (Bitcoin):
bc1qnjnvzsa5avgj7n0uy383cv5zdxfjnvvp257egm
XRP (Ripple):
rHnZrb5o2bi9sHsbux5e3vtraaPtZ32WQF
Thank you for your support! 🚀