Skip to main content
OCA Banner

Overview

OCA (OpenClaw on Android) is an open-source installer that deploys the full OpenClaw AI ecosystem directly onto your Android device via Termux — no proot, no VM, no sluggish Linux distro overhead. It runs natively using a glibc-based Node.js runtime (the same approach as the official OpenClaw v2.x architecture), completely bypassing Android’s restrictive Bionic libc.

Quick Start

Go from zero to a running OpenClaw gateway in under 5 minutes.

Installation Guide

Full step-by-step walkthrough for the oca installer.

AI CLI Tools

Claude Code, Gemini CLI, Qwen Code, Codex — all on your phone.

Local LLM

Run LLM models locally via node-llama-cpp and Ollama.

Troubleshooting

Common errors and fixes for Termux + Android environments.

Configuration

Manage your OCA settings and preferences.

Why OCA?

Your old Android phone is a powerful ARM64 server waiting to happen. OCA unlocks it:
FeatureDescription
No Proot overheadRuns natively via Termux + glibc-runner, not inside a Linux container
Full Node.js v24Official linux-arm64 binary with glibc ld.so wrapper
4 AI CLIsQwen Code, Claude Code, Gemini CLI, Codex — pick any at install time
SSH remote accessBuilt-in SSH server on port 8022
Auto-startTermux:Boot integration for persistent 24/7 operation
Root supportOptional oca-root wrapper for rooted devices
One command install`curl …bash` and answer a few prompts

How it works

Android Device (Termux)


  glibc-runner (ld.so wrapper)


  Node.js v24 linux-arm64


  OpenClaw Gateway
  ┌─────┴──────┐
  │  AI CLIs   │  ◄── Claude, Qwen, Gemini, Codex
  │  SSH       │  ◄── Remote terminal access
  │  clawdhub  │  ◄── Skill/plugin manager
  └────────────┘

Requirements

OCA is designed for aarch64 (ARM64) Android devices running Android 10 or newer.
  • Device: Any Android phone with aarch64 CPU (virtually all phones since 2016)
  • OS: Android 10+ (Android 12+ requires Phantom Process Killer fix)
  • App: Termux from F-Droid (NOT Google Play — the Play version is outdated)
  • Storage: ~500MB free space
  • Network: Active internet connection during install