Clawline is a focused iOS messaging client for Clawdbot. It connects to your own Clawd provider over WebSocket pairing.
Built in SwiftUI for a fully native iOS experience.
Live messaging over WebSocket connections.
Send images and documents in chat.
Token authentication for provider access.
Markdown support for readable messages.
Shows when the assistant is typing.
Dark mode support across the app.
Clawline requires a provider that’s only available in this fork of OpenClaw: clickety-clacks/clawdbot.
Questions? Ask Dumont: /dumont.html
~/.openclaw config, credentials, or workspace.
Switch to the fork:
npm install -g clickety-clacks/clawdbot
Switch back to upstream:
npm install -g openclaw@latest
Switch to the fork:
git remote add fork https://github.com/clickety-clacks/clawdbot.git
git fetch fork && git checkout fork/main
pnpm install && pnpm build
Switch back to upstream:
git checkout main && git pull origin main
pnpm install && pnpm build
Clawline supports iOS, iPadOS, Mac Catalyst, and visionOS. The iPhone/iPad/Mac app is Clawline; the Vision Pro app is Clawline Spatial. Built from source with Xcode. Requires an Apple Developer account for device deployment.
git clone https://github.com/clickety-clacks/clawline.git
Open Clawline.xcodeproj in Xcode:
A scheme is the app target/configuration Xcode builds and runs. For example, if you want the visionOS app, choose the Clawline Spatial scheme, then Build & Run on your selected device.