New XCodex WASM — try it live in your browser, zero install →
OpenClaw + Codex · Now on Android
🦞

AnyClaw

Two AI coding agents crammed into one APK.
Full Linux. Native Rust. Your pocket.

No root. No Termux. No compromises.

Try Web Demo Google Play Download APK GitHub
2
AI Agents
1
APK
0
Root Required
73MB
Native Binary
Possibilities

Run it in your browser

No install needed. XCodex WASM runs the full Codex experience right here.

xcodex.slrv.md

Open Full Screen

In Action

See it running

Skills Hub desktop screenshot Skills Hub mobile screenshot Chat desktop screenshot Chat mobile screenshot

Capabilities

Two agents, one pocket

AnyClaw bundles OpenClaw (personal AI gateway with agents, skills & Canvas) and OpenAI Codex CLI (terminal coding agent) inside a self-contained Android app.

🦞

OpenClaw Dashboard

Full Control UI — chat, agents, sessions, skills, Canvas. Runs locally on your device.

💬

Codex Chat

Conversational coding agent with streaming, reasoning visibility, and multi-thread sessions.

🦀

Native Binary

73MB Rust binary (aarch64-musl) running natively. Full codex app-server with JSON-RPC.

🐧

Embedded Linux

Complete Termux-derived userland — sh, apt, Node.js 24, npm, SSL certs. Extracted from APK.

🔓

Sandboxed By Default

Safer defaults with workspace-write sandbox mode and on-request approvals.

🔋

Background Execution

Foreground service + battery exemption. Keeps running when you switch apps.

The hype is real

"Everything Siri was supposed to be. And it goes so much further."

@crossiBuilds

"It's running my company."

@therno

"A megacorp like Anthropic or OpenAI could not build this. Literally impossible with how corpo works."

@Dimillian

"Feels like we're living in the future."

@Philo01

"This is nuts. AnyClaw is a superpower."

@robmartinson

"Using it for a week and it genuinely feels like early AGI."

@tobi_bsf

"2026 is already the year of personal agents."

@chrisdietr

"I'm literally building a whole website on a Nokia 3310."

@youbiak

"Everything Siri was supposed to be. And it goes so much further."

@crossiBuilds

"It's running my company."

@therno

"A megacorp like Anthropic or OpenAI could not build this. Literally impossible with how corpo works."

@Dimillian

"Feels like we're living in the future."

@Philo01

"This is nuts. AnyClaw is a superpower."

@robmartinson

"Using it for a week and it genuinely feels like early AGI."

@tobi_bsf

"2026 is already the year of personal agents."

@chrisdietr

"I'm literally building a whole website on a Nokia 3310."

@youbiak

"The amount of things I've done from my phone just during my breakfast is absolutely breathtaking."

@SedRicKCZ

"Catching fun vibes I haven't felt since I first got into computers 30 years ago."

@buddyhadry

"This is the first time I have felt like I am living in the future since the launch of ChatGPT."

@davemorin

"OpenClaw > anything GPT will ever release. Most fun I've had building in my entire life."

@Giebz

"Excellent reading thank you. Love oracle and Claw."

@karpathy

"AGI is a lobster, it will never sink!"

@FrancisBrero

"Autonomous Claude Code loops from my phone. 'fix tests' via Telegram."

@php100

"I am so addicted. It is getting essential to my daily life."

@dreetje

"The amount of things I've done from my phone just during my breakfast is absolutely breathtaking."

@SedRicKCZ

"Catching fun vibes I haven't felt since I first got into computers 30 years ago."

@buddyhadry

"This is the first time I have felt like I am living in the future since the launch of ChatGPT."

@davemorin

"OpenClaw > anything GPT will ever release. Most fun I've had building in my entire life."

@Giebz

"Excellent reading thank you. Love oracle and Claw."

@karpathy

"AGI is a lobster, it will never sink!"

@FrancisBrero

"Autonomous Claude Code loops from my phone. 'fix tests' via Telegram."

@php100

"I am so addicted. It is getting essential to my daily life."

@dreetje

Under the Hood

Four layers, one device

┌────────────────────────────────────────────────────────┐
                    Android APK                         
                                                        
  WebView (Vue.js)  ←→  CodexServerManager              
                                                        
  ┌──────────────────────────────────────────────────┐  
    codex-web-local   → :18923  (HTTP + Vue UI)      
      └─ codex app-server  (Rust/musl, JSON-RPC)      
                                                      
    openclaw gateway  → :18789  (WebSocket)           
    openclaw ctrl UI  → :19001  (Static files)        
                                                      
    proxy.js          → :18924  (CONNECT, DNS/TLS)    
  └──────────────────────────────────────────────────┘  
└────────────────────────────────────────────────────────┘

Boot Sequence

From cold start to ready

Battery & Service

Request Doze exemption. Start foreground service with persistent notification.

Bootstrap Extraction

Extract Termux bootstrap zip into app's private storage. Fix hardcoded paths.

Node.js & Toolchain

Install Node.js 24, Python, clang/cmake/make/lld for native module builds.

OpenClaw + koffi

Install OpenClaw globally. Build koffi FFI module from source with Termux toolchain.

Codex CLI + Binary

Extract server bundle. Download native Rust binary from npm registry.

Proxy + Auth + Launch

Start CONNECT proxy, OAuth login, gateway, Control UI server, then load WebView.

Get Started

Build from source

terminal
# clone git clone https://github.com/friuns2/openclaw-android-assistant.git cd openclaw-android-assistant # build frontend pnpm install && pnpm run build # prepare android cd android && bash scripts/download-bootstrap.sh # build + install + launch bash scripts/build-server-bundle.sh && ./gradlew assembleDebug \ && adb install -r app/build/outputs/apk/debug/app-debug.apk \ && adb shell am start -n com.codex.mobile/.MainActivity

Or install from Google Play, download the latest APK, or try the web demo instantly.

Stack

What's inside

LayerTechnologyVersion
AI GatewayOpenClaw2026.2.21
AI AgentOpenAI Codex CLI0.104.0
Modelgpt-5.3-codex (via Codex OAuth)
RuntimeNode.js (Termux)24.13.0
NativeRust (musl, aarch64)
FrontendVue.js 3 + Vite + Tailwind3.x
AndroidKotlin + WebView2.1.0
LinuxTermux bootstrap (aarch64)