24/7 gateway on device
Background service (Android foreground, iOS background). Same WebSocket protocol and config format as OpenClaw. Embedded localhost server for external tools.
The OpenClaw gateway ported to mobile: it runs entirely on your device (Android and iOS). Same gateway and agent as OpenClaw—not a thin client. The full runtime, channels, tools, and agent orchestration run on the device.
Standalone AI assistant for Android and iOS — the full OpenClaw gateway and agent runtime, running entirely on your phone.
Mobile port of the OpenClaw gateway. Not an official OpenClaw project.
Chat, agents, channels, models, and ClawHub — all on your phone.
Background service (Android foreground, iOS background). Same WebSocket protocol and config format as OpenClaw. Embedded localhost server for external tools.
OpenAI, Anthropic, Groq, DeepSeek, Gemini, Zhipu, OpenRouter, Volcengine, Ollama, Qwen. OpenRouter stealth models (Healer Alpha, Hunter Alpha). Streaming responses and secure API key storage.
Create, switch, and delete agents with isolated workspaces. Profiles with name, emoji, model, and system prompt. Subagents, cross-session messaging, and ClawHub skills.
Telegram (long polling), Discord (WebSocket), built-in Chat. Per-channel DM policies and slash commands across adapters.
Health (steps, sleep, heart rate), camera, location, contacts, calendar, clipboard, notifications and reminders, background playback, iOS Shortcuts and Live Activities.
Heartbeat for periodic tasks from HEARTBEAT.md. Cron (5-field expressions), intervals, and one-shot scheduled tasks.
Get the app running in three steps. No magic, just copy-paste.
Install Flutter 3.22+ and run:
flutter doctor -v
Grab the repo and jump in:
git clone https://github.com/flutterclaw/flutterclaw.git
cd flutterclaw
Install deps and launch (device or emulator):
flutter pub get
flutter run