An AI agent platform for Android
Tools, skills, memory, and automation -- powered by the LLM of your choice.
100% local. OneClaw runs entirely on your device. There is no backend server, no account to create, and no data leaves your phone unless you explicitly call an LLM API. Your API keys are encrypted with the Android hardware KeyStore. No root access required – it works on any stock Android device.
Install from APK
- Go to the Releases page and download the latest
.apkfile - Transfer the APK to your Android device (or download directly on the device)
- Open the APK to install
- If prompted, enable Install from unknown sources in your device settings
- Requires Android 8.0 (API 26) or later
Initial Setup
- Open OneClaw
- Go to Settings
- Select your LLM provider
- Enter your API key
Supported Providers
| Provider | Get an API Key |
|---|---|
| OpenAI | platform.openai.com/api-keys |
| Anthropic | console.anthropic.com/settings/keys |
| Google Gemini | aistudio.google.com/apikey |
Build from Source
git clone https://github.com/GNHua/oneclaw.git
cd oneclaw
./gradlew assembleDebug
The debug APK will be at app/build/outputs/apk/debug/app-debug.apk.
Screenshots
Documentation
- Feature Overview – All features organized by category
- Built-in Tool Reference – 39+ tools with parameters
- Custom Skills – Create and manage reusable prompt templates
- Memory System – Persistent cross-session memory
- AI Provider Integration – Configure OpenAI, Anthropic, and Gemini
- Messaging Bridge – Telegram, Discord, and more
- Architecture Overview – Clean Architecture layers and data flow
- Getting Started – Developer setup and build instructions
Learn More
See the full README on GitHub for architecture details, the full feature list, and more.