OpenClaw on your phone

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.

The app in action

Chat, agents, channels, models, and ClawHub — all on your phone.

FlutterClaw chat with Spark: daily step reminder configured
Chat
Channels & Gateway: gateway status, Chat, Telegram, Discord
Channels & Gateway
Agents: Spark, workspace files, active sessions
Agents
Active sessions and workspace files
Sessions
Skills: web-search, memory-manager, file-manager, GIF
Skills
ClawHub Skills: browse and install skills
ClawHub Skills
Add model: OpenRouter, OpenAI, Anthropic, Ollama, and more
Add model

What FlutterClaw does

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.

Multi-provider LLM

OpenAI, Anthropic, Groq, DeepSeek, Gemini, Zhipu, OpenRouter, Volcengine, Ollama, Qwen. OpenRouter stealth models (Healer Alpha, Hunter Alpha). Streaming responses and secure API key storage.

Agents & ClawHub

Create, switch, and delete agents with isolated workspaces. Profiles with name, emoji, model, and system prompt. Subagents, cross-session messaging, and ClawHub skills.

Channels

Telegram (long polling), Discord (WebSocket), built-in Chat. Per-channel DM policies and slash commands across adapters.

Device integration

Health (steps, sleep, heart rate), camera, location, contacts, calendar, clipboard, notifications and reminders, background playback, iOS Shortcuts and Live Activities.

Scheduling

Heartbeat for periodic tasks from HEARTBEAT.md. Cron (5-field expressions), intervals, and one-shot scheduled tasks.

Quick Start

Get the app running in three steps. No magic, just copy-paste.

Check Flutter

Install Flutter 3.22+ and run:

flutter doctor -v

Clone & go

Grab the repo and jump in:

git clone https://github.com/flutterclaw/flutterclaw.git
cd flutterclaw

Run it

Install deps and launch (device or emulator):

flutter pub get
flutter run

Open on GitHub