AnyClaw by friuns2 (openclaw-android-assistant) bundles OpenClaw and Codex CLI together into a single Android APK, running both AI agents natively without root and without requiring Termux or a Linux environment. The tagline captures it concisely: “Two AI agents in one APK.” This combination gives users both OpenClaw’s gateway and channel capabilities alongside Codex’s code generation and execution capabilities in a self-contained mobile package.
The technical foundation is a bionic-compat.js shim that handles Android’s libc differences (Bionic vs glibc), allowing Node.js-based tools that assume a standard Linux environment to run correctly on Android’s native runtime. This shim approach avoids the overhead of proot or full Linux environment emulation, resulting in faster startup times and lower memory usage than Termux-based alternatives.
AnyClaw is actively maintained and targets users who want the most capable, least-overhead AI agent setup on Android. By combining two complementary agents in one install and solving the underlying native compatibility problem at the shim level, it represents one of the more technically sophisticated approaches to Android AI deployment in the OpenClaw ecosystem.