🤖
AI-QUANT
Trading Dashboard — Android
🚧 Build Pending
The signed APK has not been built yet. To enable install:
1. Run
./gradlew assembleRelease in AI-QUANT-android/
2. Sign with
apksigner using your keystore
3. Upload the APK to this deployment
See full instructions below ↓
Download AI-QUANT.apk
Version 1.0.0 — Direct Download
android.ai-quantrader.com
To install:
- Tap Download AI-QUANT.apk above
- Open the downloaded APK from your notifications
- If prompted, allow Install from unknown sources
- Tap Install
- Open AI-QUANT and authenticate with biometrics
⚡ Chrome may warn that this APK is from an unknown source. Tap Download anyway — the APK is hosted securely on Cloudflare.
🔧 For Developers — Building the APK:
- Install Android SDK + JDK 17
- Set
ANDROID_HOME and JAVA_HOME
cd AI-QUANT-android && ./gradlew assembleRelease
- Sign with:
apksigner sign --ks your.keystore app/build/outputs/apk/release/app-release-unsigned.apk
- Upload
AI-QUANT.apk to this server
View on GitHub →