MobileClaw is a mobile client for OpenClaw, the AI agent platform. Run complex agent workflows from your phone with a clean, native interface.
Watch your agent work in real-time - streaming responses word by word, executing tools, spawning
sub-agents, and reasoning.
Features:
- Real-time streaming of agent responses with full markdown rendering
- Live tool call tracking - see file edits, web searches, and code execution as they happen
- Sub-agent activity panel showing parallel tasks with live progress feeds
- Expandable thinking blocks to follow the agent's reasoning
- Slash commands for session control, model switching, and agent configuration
- Zen mode to collapse older messages and focus on the current turn
- File and image uploads directly in chat
- Secure device identity with on-device Ed25519 key signing
- Also supports LM Studio for local LLM chat
MobileClaw connects to your OpenClaw gateway over WebSocket. Nothing leaves your own devices
What's new (v1.1)
New Features
- Link preview unfurl cards — URLs in assistant messages now show compact OG preview cards
with title, description, favicon
- Animated thinking blocks — Collapsed thinking blocks now show rolling sentence fade-in
while streaming instead of a static first line
Bug Fixes
- Fixed IndexSizeError crash when filterDims are zero on mount
- Fixed textarea height stuck at 160px when restoring a draft while the panel was hidden
- Refined assistant copy button spacing