openclaw-android-assistant, also known as AnyClaw, is an Android application that packages two AI coding agents into a single mobile app environment. It bundles the OpenClaw personal AI assistant together with the OpenAI Codex CLI so developers can interact with AI agents directly from an Android device. Both agents run inside a self-contained Linux userland that is embedded within the APK, allowing command execution, coding tasks, and agent interactions without requiring root access or external tools. openclaw-android-assistant provides a control dashboard interface where users can manage agents, sessions, skills, and conversations from a unified interface. Through the embedded runtime, the agents can read codebases, write code, and execute shell commands within the packaged Linux environment. It also supports parallel conversations with separate working contexts, enabling multi-threaded development workflows on a mobile device.
Features
- Runs two AI agents, OpenClaw and Codex CLI, within one Android application
- Embedded Linux environment packaged inside the APK for local execution
- Dashboard interface for managing agents, sessions, chats, and skills
- Terminal-style coding agent capable of reading and modifying codebases
- Parallel conversation sessions with independent contexts and directories
- Background service keeps the AI environment active when switching apps