7 methods. No root required. From 3-minute PicoClaw setup to full AI phone control.
| Method | Setup | Root? | Phone Control | Runs On Phone | iOS? | Best For |
|---|---|---|---|---|---|---|
| PicoClaw APK | 3–5 min | No | Planned | Yes | No | Lightest / fastest |
| Telegram Bot | 1 min | No | No | Remote | Yes | Quick access |
| Claw APK | 5–10 min | No | No | Yes | No | Zero-CLI install |
| Shizuku + Termux | 8–10 min | No | FULL | Yes | No | Power users |
| Termux + proot | 10–15 min | No | No | Yes | No | Developers |
| clsh Remote | 2 min | No | No | Remote | Yes | Existing server |
| CC Remote | 2 min | No | No | Remote | Yes | Claude Code users |
Ultra-lightweight Go binary (<10MB RAM, sub-second boot). 30+ LLM providers, 18+ chat channels, native MCP. Not a full OpenClaw replacement — lighter, faster, simpler.
PicoClaw is a single Go binary that runs an AI assistant with 18+ messaging channels and native MCP tool support. On Android you can install it as an APK or run it directly in Termux — no root, no Shizuku, no proot container needed.
APK method (zero CLI):
picoclaw onboard — enter your API key + Telegram tokenTermux method (alternative):
wget https://picoclaw.io/releases/latest/picoclaw-arm64.tar.gztar -xzf picoclaw-arm64.tar.gz./picoclaw onboard./picoclaw gatewayWhat you get:
Source: github.com/sipeed/picoclaw (28K+ stars) · picoclaw.io
Connect a Telegram bot to your existing OpenClaw Gateway. Works on ANY phone including iOS.
Create a bot via BotFather, paste the token into OpenClaw, then message your bot. It just works.
What you can do:
Limitations: Cannot access your phone's camera or control your device. Remote only — your OpenClaw server must be running somewhere else.
90% of users run this method. The lowest barrier to entry of any option.
Source: ClaW Tank official blog
Standalone Android APK (5.66 MB) — zero command-line knowledge needed.
Requirements: Android 7+, 1 GB storage. NOT on Play Store.
One creator uses this on a broken-screen Motorola as a 24/7 AI server running in a drawer.
Source: OpenClaw Android repo (1.4K stars)
Full AI phone control without root. The power user choice — your phone becomes an autonomous agent.
Shizuku grants system-level permissions via Wireless ADB. The AI agent can then:
All controlled via Telegram from any device, anywhere.
Setup steps:
github.com/techjarves/Openclaw-Termux-NoRootopenclaw onboard (use free Gemini API + Telegram token)openclaw gateway --verbosehijack.js for Android network bug (included in setup script)--ignore-scripts flag during npm installSource: Tech Jarves (65K views), orailnoor (38K views)
Manual gateway install inside a Linux container on Android. Your phone becomes the server.
Installs Ubuntu inside Termux via proot-distro, then Node.js 22, then OpenClaw. Dashboard available at localhost:18789.
Note: No phone control (no screen taps) unless you also add Shizuku. Battery drains faster — phone must stay on and unlocked.
pkg update && pkg upgradepkg install proot-distroproot-distro install ubuntuproot-distro login ubuntunpm install -g openclawopenclaw onboard then openclaw gatewaySource: ATOM YouTube (2.8K views), androidmalware/OpenClaw_Termux (269 stars)
Access your Mac, PC, or VPS from your phone browser. Nothing installs on the phone.
Run npx clsh-dev on your server, scan the QR code from your phone, and get a full authenticated terminal in your browser.
Features:
Does NOT control the phone itself — it controls whatever server you connected from.
Source: github.com/my-claude-utils/clsh (479 stars, MIT)
Native Anthropic feature. Control Claude Code from the official Claude app on your phone.
Update Claude Code to the latest version, enable remote via /config, then download the Claude app on your phone and sign in with the same account.
What you get:
Limitations: Cannot cold-start from phone — you must pre-start the session on your desktop first. Works with Claude Code only, not the full OpenClaw agent stack.
Source: Charlie Automates blog
iOS native app note: OpenClaw has an official iOS app but requires Xcode to build from source — there is no App Store version. It needs an existing Gateway to connect to. When built, it adds camera, voice chat, and Canvas mode. This is a developers-with-Mac path only. For everyone else on iOS, Telegram Bot or clsh Remote are the practical choices.