RawClaw Support

Everything you need to get RawClaw connected to your OpenClaw AI agent and running smoothly.

What are OpenClaw & RawClaw?

🧠

OpenClaw

An open-source personal AI agent framework that runs on your Mac or server. It's the brain — handling chat, automations, skills, and memory.

📱

RawClaw

The companion iOS app that gives you a full mobile dashboard for your OpenClaw agent — chat, automations, memory, skills, and status — from anywhere.

RawClaw connects directly to your OpenClaw gateway over WebSocket. There is no intermediary cloud server — your data stays between your devices.

Prerequisites

  1. A running OpenClaw gateway
    Follow the OpenClaw setup guide to get your AI agent running on your Mac or server.
  2. RawClaw installed on your iPhone
    Download RawClaw from the App Store (coming soon) or build from source.
  3. Network connectivity
    Both devices need to be reachable — either on the same Wi-Fi or connected via Tailscale for remote access.

Connecting RawClaw to OpenClaw

  1. Open RawClaw and tap the status pill in the top-right of the Home screen, or go to Settings.
  2. Enter your Gateway URL — this is the address where your OpenClaw instance is running (e.g. http://192.168.1.42:3000 for local, or http://100.x.x.x:3000 for Tailscale).
  3. Enter your Gateway Token — the authentication token from your OpenClaw configuration.
  4. Tap Test to verify the connection, then Save.
Tip: Once saved, RawClaw will automatically connect via WebSocket and start pulling live data from your agent.

🏠 Option A — Same Wi-Fi (Local Network)

If your phone and the machine running OpenClaw are on the same network, use your Mac's local IP address:

http://192.168.x.x:3000

Find your Mac's IP: System Settings → Wi-Fi → Details → IP Address

🌐 Option B — Tailscale (Recommended for Remote Access)

Tailscale creates a secure, encrypted mesh network between your devices — no port forwarding needed, works from anywhere.

  1. Install Tailscale on your Mac: brew install tailscale or download from tailscale.com
  2. Install Tailscale on your iPhone from the App Store
  3. Sign in to the same Tailscale account on both devices
  4. Use your Mac's Tailscale IP as the Gateway URL:
http://100.x.x.x:3000
# or use MagicDNS:
http://your-mac-name:3000
Security note: Tailscale handles encryption and NAT traversal automatically. Your gateway is never exposed to the public internet.

What Can You Do with RawClaw?

💬

Chat

Real-time messaging with markdown rendering, tool-call transparency, voice input, and file attachments.

📊

Dashboard

Monitor gateway health, token usage, active automations, and connected devices at a glance.

Automations

View, create, toggle, and trigger cron jobs on demand with full run history.

🧠

Memory

Browse and edit your AI's context files — SOUL.md, MEMORY.md, USER.md, and more.

🧩

Skills

Discover installed capabilities and browse the ClawHub skill registry.

🔔

Notifications

Category-based push notifications with deep-linking and quiet hours.

Troubleshooting

Can't connect to the gateway?

App crashes or unexpected behavior?

Need more help?

Open an issue on the RawClaw GitHub repo or the OpenClaw GitHub repo.