OneClaw

An AI agent platform for Android

Tools, skills, memory, and automation -- powered by the LLM of your choice.

Download APK  •  GitHub


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

  1. Go to the Releases page and download the latest .apk file
  2. Transfer the APK to your Android device (or download directly on the device)
  3. Open the APK to install
    • If prompted, enable Install from unknown sources in your device settings
  4. Requires Android 8.0 (API 26) or later

Initial Setup

  1. Open OneClaw
  2. Go to Settings
  3. Select your LLM provider
  4. 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

Chat with tool execution    Conversation history    Model providers    Settings

Documentation

Learn More

See the full README on GitHub for architecture details, the full feature list, and more.