Skip to content

EVEZ OpenClaw Android v2.0.0

Choose a tag to compare

@EVEZX EVEZX released this 17 Jun 05:25
· 28 commits to main since this release

πŸ“± 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

  1. Download APK
  2. Enable Install from Unknown Sources
  3. Install
  4. 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.