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:
  1. Tap Download AI-QUANT.apk above
  2. Open the downloaded APK from your notifications
  3. If prompted, allow Install from unknown sources
  4. Tap Install
  5. 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:
  1. Install Android SDK + JDK 17
  2. Set ANDROID_HOME and JAVA_HOME
  3. cd AI-QUANT-android && ./gradlew assembleRelease
  4. Sign with: apksigner sign --ks your.keystore app/build/outputs/apk/release/app-release-unsigned.apk
  5. Upload AI-QUANT.apk to this server
View on GitHub →