Releases: 8crsk/openclaw-android
Release list
4AIs v0.6.2 — first public release
The first public release of 4AIs — an AI agent that lives on your Android phone.
Install
- Download 4ais-v0.6.2-arm64.apk below and install it (you may need to allow "install from unknown sources").
- Requirements: arm64 device, Android 8.0+ (virtually every phone from 2017 onward).
- Follow the in-app wizard: privacy consent → enable the accessibility service → automatic bootstrap (~3 min, ~200MB — installs Node.js + the agent gateway on the phone).
- Add a model API key in Settings → AI provider. No key? NVIDIA's is free at build.nvidia.com.
⚠️ Android 13+ — if the "4AIs UI Automation" accessibility toggle is greyed out or says "Restricted setting", that's Android's standard gate for sideloaded apps, not a bug. Clear it once via Settings → Apps → 4AIs → ⋮ (top-right) → Allow restricted settings, then enable the toggle under Settings → Accessibility.
What's inside
- On-device OpenClaw gateway (Node.js runs inside the app — no PC, no cloud middleman)
- Bring-your-own-key: NVIDIA, OpenAI, Anthropic, or Google Gemini
- Real UI automation via AccessibilityService — stable element ids, occlusion filtering, scroll-to-find, screenshots with legend overlay
- Graded-risk approval dialogs + on-device audit log
- Optional: Composio integrations (300+ apps), Shizuku shell access, Heartbeat scheduled runs
Notes
This APK is release-signed (not debug) and R8-minified. It's an early release — the core loop (chat → agent → phone control) works; first-run setup and streaming polish are actively being hardened. Found a rough edge? Open an issue — device compatibility reports especially welcome.
Prebuilt Node.js native libraries (arm64-v8a)
The on-device Node.js runtime (~104MB unpacked, 33MB download): libnode.so plus its dependencies (OpenSSL, ICU, c-ares, sqlite3, zlib), built Termux-style for arm64-v8a.
Fetched automatically by ./scripts/fetch-node-libs.sh — you normally never download this by hand. SHA-256 of the tarball is pinned in scripts/node-libs.sha256.