A premium VPN client for Android — built on Clash Meta with native XBoard panel integration. Designed for AI tools, streaming, and global acceleration.
Core VPN
- One-tap connect with real-time speed chart and traffic ring
- Smart node selection with delay-based sorting and URL testing
- Supports hysteria2, vless, reality, and all Clash Meta protocols
Account & Subscription
- Native login/registration with WebView fallback for Cloudflare challenges
- Background subscription sync with automatic 24-hour refresh
- Session recovery on token expiry
Dashboard
- Real-time upload/download speed display
- Traffic usage ring with percentage and expiry date
- Connection duration and encryption status indicators
Store & Orders
- Browse plans with Markdown descriptions and multiple billing periods
- Coupon code support at checkout
- Full order history with status tracking and cancellation
Widgets
- Small (2×1): Status toggle
- Medium (3×2): Status, speed, traffic progress
- Large (4×3): Status, speed, traffic, security info
- All widgets support light/dark themes and live state updates
Design
- iOS 26-inspired color system (Apple Blue primary, system status colors)
- Liquid Glass card effects with adaptive light/dark themes
- Pure black OLED dark mode
- Smooth page transitions and card press animations
- Pill-style onboarding with glass icon containers
More
- Panel announcements with Markdown rendering
- Developer mode (hidden settings via 5-tap brand name)
- GeoIP/GeoSite databases via jsDelivr CDN with auto-update
- 3-tab navigation: Home, Store, Profile
- Android 5.0+ (7.0+ recommended)
- Architectures:
armeabi-v7a,arm64-v8a,x86,x86_64
-
Initialize submodules
git submodule update --init --recursive
-
Install OpenJDK 11, Android SDK, CMake, Golang
-
Create
local.propertiesin the project rootsdk.dir=/path/to/android-sdk -
Create
signing.propertiesin the project rootkeystore.path=/path/to/keystore/file keystore.password=<keystore password> key.alias=<key alias> key.password=<key password>
-
Build release APK
./gradlew app:assembleAlphaRelease
| Layer | Description |
|---|---|
| Core | mihomo (Clash.Meta) — Go native tunnel library |
| Service | Android Foreground Service — VPN tunnel and profile management |
| Panel | XBoard — Subscription, store, orders, announcements API |
| UI | iOS 26 Liquid Glass design, DataBinding, Kotlin Coroutines |
Licensed under GPLv3.