EVEZ OpenClaw Android v2.0.0
π± EVEZ OpenClaw β Android APK v2.0.0
Built for Samsung Galaxy A16. API 28β35. Android 9β15. arm64-v8a.
What is This
A real native Android app β not a PWA wrapper. 4 Java classes, foreground service, boot receiver, WebView with JavaScript bridge.
Features
- Foreground Service β Gateway runs persistently, survives app switch
- Boot Receiver β Auto-starts on device boot
- Wake Lock β CPU stays alive for gateway operations
- JavaScript Bridge β Native Android features from web UI (vibrate, toast, device info, gateway status)
- Immersive Mode β Fullscreen WebView, no system bars
- Network Security β Cleartext allowed for local gateway, user certs trusted
- Notification β Persistent gateway status notification
Permissions
- INTERNET + NETWORK_STATE β AI gateway access
- WAKE_LOCK β Keep CPU alive for gateway
- FOREGROUND_SERVICE β Run gateway in background
- POST_NOTIFICATIONS β Gateway status notification
Install
- Download APK
- Enable Install from Unknown Sources
- Install
- Open β connects to EVEZ gateway
Technical
- Package: `ai.evez.openclaw`
- Target SDK: 35 (Android 15)
- Min SDK: 28 (Android 9)
- Signing: v3 scheme (SHA256withRSA, 2048-bit)
- Size: 21KB
Built by Steven Crawford-Maggard from a $6/mo VPS. No Gradle. No Android Studio. Just aapt2 + d8 + zipalign + apksigner.