[SYS]

INSTALLATION MATRIX

Select your platform to install ExecPrompt

execprompt-1.0.0.apk [ANDROID]
Size: 64.9MB Min SDK: 21 Package: com.dayofgeek.execprompt
# Via Google Play
market://details?id=com.dayofgeek.execprompt

# Via direct download
curl -L https://github.com/zervin/dayofgeek/releases/latest/download/execprompt.apk -o execprompt.apk

# Install via ADB
adb install execprompt.apk
execprompt-fdroid.apk [F-DROID]
Status: Pending submission
[ERR] Package not yet available in F-Droid repository
execprompt.ipa [IOS]
Status: Binary not yet compiled
[ERR] iOS build pending
Apple Developer Program enrollment in progress
execprompt-1.0.0.tar.gz [SOURCE]
License: TBD Build: Flutter 3.x
# Clone repository
git clone https://github.com/zervin/dayofgeek.git
cd dayofgeek/execprompt

# Build Android APK
flutter build apk --release

# Output: build/app/outputs/flutter-apk/app-release.apk
[INFO]

VERIFY INSTALLATION

# Check installed package
adb shell pm list packages | grep execprompt

# Expected output:
package:com.dayofgeek.execprompt

# Launch app
adb shell am start -n com.dayofgeek.execprompt/.MainActivity
[WARN]

SYSTEM REQUIREMENTS

  • Android: 5.0 Lollipop (API 21) or higher
  • Storage: ~70MB installation size
  • Network: Optional (works fully offline with local Ollama)
  • Permissions: Internet (for cloud APIs), Storage (for export/import)