A mobile-first chat UI for OpenClaw and LM Studio
iOS App Soon™!
Real-time word-by-word streaming with rich markdown rendering — headings, lists, tables, code blocks with syntax labels and one-tap copy.
Live tool execution with running/success/error states. See arguments, results, and inline diffs — all with smooth slide-in animations.
Edit tool calls render as color-coded inline diffs — red for removed lines, green for additions. No need to leave the chat to review changes.
Expandable reasoning blocks show the model's chain-of-thought. Tap to expand or collapse — the thinking duration badge shows how long the model reasoned.
When the agent spawns sub-agents, a live activity feed shows their reasoning, tool calls, and results streaming in real time.
Run local models with full chat UI support. Auto-fetches available models, parses <think> tags for reasoning display, and streams responses via the OpenAI-compatible API. No cloud required.
Drop MobileClaw into any page as an iframe. The ?detached query param renders a compact, chromeless chat widget — no header, no setup dialog, no pull-to-refresh. Pass ?detached&url=wss://host&token=abc to auto-connect to an OpenClaw backend without user setup.
- Command palette — slide-up sheet with all OpenClaw slash commands, search and autocomplete
- Dark mode — Linear-inspired palette with stepped grayscale elevation, off-white text, and desaturated accents
- Mobile-first — optimized for iOS Safari with custom rAF-driven scroll animations, momentum bounce, keyboard-resize handling (including SwiftKey), and frosted-glass scroll-to-bottom pill
- Demo mode — fully functional without a backend server
- File & image uploads — attach any file type; uploaded via Litterbox (temporary hosting, 72h expiry). Litterbox is a free community service — consider donating
- Push notifications — get notified when the agent finishes responding
- Bot protection — optional Cloudflare Turnstile gate via
NEXT_PUBLIC_TURNSTILE_SITE_KEYenv var
git clone https://github.com/wende/mobileclaw && cd mobileclaw && pnpm install && pnpm devOpen localhost:3000?demo to try it instantly.
See SETUP_SKILL.md for step-by-step instructions covering localhost, LAN, and Tailscale setups.
git clone https://github.com/wende/mobileclaw && cd mobileclaw
pnpm install && pnpm devThis starts a dev server with Turbopack at http://localhost:3000.
For development, use Scenario A (everything on one machine) or Scenario C (OpenClaw running elsewhere) from the setup guide.
- Next.js 16 — App Router, Turbopack
- Tailwind CSS v4 — OKLch color tokens,
@utilitycustom utilities - TypeScript — type-safe WebSocket protocol handling, enforced in build via
tsc - ESLint 9 — flat config with type-aware
typescript-eslintrules - Zero UI dependencies — hand-rolled components with inline SVG icons
MIT





