Run OpenClaw on Android with a single command — no proot, no Linux
1.7k
Stars
211
Forks
35
Open issues
3
Contributors
AI Analysis
This project enables running OpenClaw (an AI agent framework) on Android devices via Termux without requiring a full Linux distribution, reducing storage overhead from 1–2GB to ~200MB. It serves developers and homelab enthusiasts who want to repurpose older phones as low-power self-hosted agents. It is specialized for this narrow technical niche and is not a general-purpose mobile development tool.
Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.
AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.
Android CLI runner for OpenClaw eliminates 1GB Linux overhead via glibc shim
OpenClaw on Android is a Java/shell installer that runs OpenClaw (a TypeScript/Node.js shell tool) on Android devices without requiring proot-distro. It strips the 1–2GB Linux distribution overhead down to ~200MB by bundling only the glibc dynamic linker. The project targets Android power users and developers who want a lightweight terminal environment on mobile. Adoption appears limited to a dedicated niche; mainstream Android users will not encounter it.
Created February 2026, this is a very recent project born from the frustration of running OpenClaw on Android via the standard proot-distro approach. It emerged from the intersection of Termux enthusiasts and OpenClaw users seeking a leaner installation path.
Rapid early traction: 1,643 stars and 206 forks in approximately 4.5 months. Gained 12 stars in the last 7 days (as of 2026-06-29). Growth trajectory suggests niche appeal (Termux + shell enthusiasts) rather than mainstream adoption. The project is still in its honeymoon phase — early discovery by its target audience has driven visible but modest adoption.
Adoption not verified. README does not cite production deployments, user testimonials, or known enterprises/projects using this tool. The 1,643 stars and 206 forks suggest community awareness and trial, but do not prove sustained real-world usage. Claw App (standalone APK) mentioned but no download metrics provided.
Likely implements a shell installer (bash scripts) that downloads and configures glibc ld.so, Node.js binaries, and path translators for Termux. README describes the approach clearly: path conversion, temp folder setup, and systemd bypass. No source code inspection available; architecture inferred from README documentation only.
Not documented in README. No mention of automated tests, CI/CD pipelines, or test suites. Confidence in reliability limited to what the README claims about the installation process.
Last push 2026-06-29 (same date as analysis baseline), indicating active development. Repository created 2026-02-11, so project is ~4.5 months old and still actively maintained. However, maintenance patterns over such a short window are not yet predictive of long-term support.
ADOPT IF: You are a Termux user or Android developer who wants OpenClaw with minimal storage/setup overhead and understand that you are on an experimental, early-stage platform enabler. AVOID IF: You require production-grade stability guarantees, cross-device compatibility assurance, or mainstream vendor support — this is a community-driven niche tool. MONITOR IF: You work in mobile development tooling and want to track how this project evolves; if glibc-based Android execution matures here, it could influence a broader category of ported tools.
Independent dimensions
Mainstream potential
2/10
Technical importance
6/10
Adoption evidence
3/10
- Early-stage maturity: Created Feb 2026, only 4.5 months old; adoption patterns and reliability under production load not yet validated over time.
- Narrow platform coupling: Depends on Termux availability and specific Android Linux kernel features; future OS changes could break core functionality.
- Compatibility surface: glibc-only approach may fail for OpenClaw binaries or dependencies that require full distro features (systemd, certain system libraries).
- Maintenance burden unclear: Single-author project (AidanPark) with no documented contributor community; risk of abandonment if maintainer loses interest.
- Android kill-switch risk: Documented in README ("Keeping Processes Alive") — Android phantom process killer can terminate long-running OpenClaw sessions, limiting real-world usability.
OpenClaw on Android will likely remain a specialized tool for Termux enthusiasts and Android developers. If it reaches 5k–10k stars and demonstrates multi-year maintenance, it could establish a template for other glibc-based ported tools on Android, but it is not positioned to displace either native Android shells or the proot-distro standard. Growth will plateau once it saturates its niche audience.
Newsletter
Get analyses like this every Monday
Free weekly digest of the most interesting open-source discoveries.
Languages
Information
- Language
- Java
- License
- MIT
- Last updated
- 2w ago
- Created
- 5mo ago
- Analyzed with
- anthropic/claude-haiku-4-5
Stars over time
Contributors over time
Top 100 contributors only — repos with more will plateau at 100.
Open issues
disregard
[v0.4.0] post-setup.sh fails with curl 403 — glibc archive missing from release assets
Supply chain integrity bypass in `updateWww` via URL-only `www.zip` artifact identity
Bootstrap artifact integrity bypass via URL-only artifact identity in `getBootstrapStream`
Arbitrary shell command execution via unrestricted WebView JavaScript bridge in `runCommandAsync`
Recent releases
Similar repos
mithun50/openclaw-termux
OpenClaw is an AI Gateway application for Android that bundles multiple LLM...
1186258278/OpenClawChineseTranslation
OpenClaw is a Chinese localization of the open-source AI assistant platform...
| Repository | Stars | Week Δ | Language | Score | Updated |
|---|---|---|---|---|---|
|
|
1.7k | +30 | Java | 7/10 | 2w ago |
|
|
1.6k | — | Dart | 7/10 | 1d ago |
|
|
382.4k | — | TypeScript | 8/10 | 3h ago |
|
|
1.4k | — | JavaScript | 8/10 | 4w ago |
|
|
3.8k | — | JavaScript | 7/10 | 8h ago |
|
|
32.2k | — | Rust | 8/10 | 10h ago |
The upstream project this tool targets. OpenClaw on Android is not a replacement but an enabler — it lets OpenClaw run on a new platform with lower overhead than the standard proot path.
The direct technical alternative. This project eliminates 700MB–1GB overhead and 20–30 min setup time by bypassing full Linux; tradeoff is narrower compatibility surface (glibc-only, not full distro).
A different shell project written in Rust. Orthogonal to this Android enabler; likely not compatible without additional porting effort.
Direct Termux apps avoid OpenClaw entirely and use Bionic libc. This project adds OpenClaw to Termux, expanding utility at the cost of added complexity.
Not practical on standard Android. This project's lightweight approach is more aligned with mobile constraints than container paradigms.
