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.

Beta

iOS via TestFlight. Android via Google Play — register the Google account you use on your phone.

Mobile port of the OpenClaw gateway. Not an official OpenClaw project.

Android beta

Two steps: register with the Google account you use on Play, wait until you’re approved as a tester, then complete the test opt-in in Google Play.

Closed testing on Google Play — we invite you when we can.

Step 1 Register

Submit the same Google account you use in the Play Store. We’ll add you to the tester list when there’s capacity.

No confirmation email from this page. After you’re approved, use Step 2 with the same Google account.

Step 2 Opt in on Google Play

Once you’re on the tester list, open the link below to accept the closed test and install or update the app.

Join the test on Google Play

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