2025-12-08 12:43:13 +01:00
# 🦞 CLAWDIS — WhatsApp & Telegram Gateway for AI Agents
2025-11-25 04:44:10 +01:00
2025-11-25 14:29:21 +01:00
< p align = "center" >
2025-12-03 15:45:32 +00:00
< img src = "docs/whatsapp-clawd.jpg" alt = "CLAWDIS" width = "400" >
< / p >
< p align = "center" >
< strong > EXFOLIATE! EXFOLIATE!< / strong >
2025-11-25 14:29:21 +01:00
< / p >
2025-11-25 14:42:12 +01:00
< p align = "center" >
2025-12-09 18:00:01 +00:00
< a href = "https://github.com/steipete/clawdis/actions/workflows/ci.yml?branch=main" > < img src = "https://img.shields.io/github/actions/workflow/status/steipete/clawdis/ci.yml?branch=main&style=for-the-badge" alt = "CI status" > < / a >
< a href = "https://www.npmjs.com/package/clawdis" > < img src = "https://img.shields.io/npm/v/clawdis.svg?style=for-the-badge" alt = "npm version" > < / a >
2025-11-25 14:42:12 +01:00
< a href = "LICENSE" > < img src = "https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" alt = "MIT License" > < / a >
< / p >
2025-12-09 18:00:01 +00:00
**CLAWDIS** is a WhatsApp- and Telegram-to-AI gateway. Send a message, get an AI response. It's like having a genius lobster in your pocket 24/7.
2025-11-25 23:06:54 +01:00
2025-12-03 15:45:32 +00:00
```
┌─────────────┐ ┌──────────┐ ┌─────────────┐
│ WhatsApp │ ───▶ │ CLAWDIS │ ───▶ │ AI Agent │
2025-12-13 13:26:33 +00:00
│ Telegram │ ───▶ │ 🦞⏱️💙 │ ◀─── │ (Pi) │
2025-12-08 12:43:13 +01:00
│ (You) │ ◀─── │ │ │ │
2025-12-03 15:45:32 +00:00
└─────────────┘ └──────────┘ └─────────────┘
```
2025-11-25 04:44:10 +01:00
2025-12-03 15:45:32 +00:00
## Why "CLAWDIS"?
2025-11-25 04:46:14 +01:00
2025-12-03 15:45:32 +00:00
**CLAWDIS** = CLAW + TARDIS
2025-11-29 04:50:56 +00:00
2025-12-03 15:45:32 +00:00
Because every space lobster needs a time-and-space machine. The Doctor has a TARDIS. [Clawd ](https://clawd.me ) has a CLAWDIS. Both are blue. Both are chaotic. Both are loved.
2025-11-29 04:50:56 +00:00
2025-12-03 15:45:32 +00:00
## Features
2025-12-05 19:04:09 +00:00
- 📱 **WhatsApp Integration** — Personal WhatsApp Web (Baileys)
2025-12-08 12:43:13 +01:00
- ✈️ **Telegram (Bot API)** — DMs and groups via grammY
2025-12-13 13:26:33 +00:00
- 🤖 **AI Agent Gateway** — Pi only (Pi CLI in RPC mode)
2025-12-03 15:45:32 +00:00
- 💬 **Session Management** — Per-sender conversation context
- 🔔 **Heartbeats** — Periodic check-ins for proactive AI
2025-12-13 15:15:09 +00:00
- 🧭 **Clawd Browser** — Dedicated Chrome/Chromium profile with tabs + screenshot control (no interference with your daily browser)
2025-12-03 15:45:32 +00:00
- 👥 **Group Chat Support** — Mention-based triggering
- 📎 **Media Support** — Images, audio, documents, voice notes
- 🎤 **Voice Transcription** — Whisper integration
- 🔧 **Tool Streaming** — Real-time display (💻📄✍️📝)
2025-12-06 05:24:27 +01:00
- 🖥️ **macOS Companion (Clawdis.app)** — Menu bar controls, on-device Voice Wake, model/config editor
2025-11-25 04:44:10 +01:00
2025-12-13 13:26:33 +00:00
Only the Pi CLI is supported now; legacy Claude/Codex/Gemini paths have been removed.
2025-12-05 17:50:02 +00:00
2025-12-03 15:45:32 +00:00
## Quick Start
2025-12-06 23:45:17 +00:00
Mac signing tip: set `SIGN_IDENTITY="Apple Development: Your Name (TEAMID)"` in your shell profile so `scripts/restart-mac.sh` signs with your cert (defaults to ad-hoc). Debug bundle ID remains `com.steipete.clawdis.debug` .
2025-11-25 04:44:10 +01:00
2025-12-09 04:13:46 +00:00
Runtime requirement: **Node ≥22.0.0** (not bundled). The macOS app and CLI both use the host runtime; install via Homebrew or official installers before running `clawdis` .
2025-12-09 00:59:09 +01:00
2025-12-03 15:45:32 +00:00
```bash
# Install
2025-12-09 18:00:01 +00:00
npm install -g clawdis
2025-11-25 04:44:10 +01:00
2025-12-03 15:45:32 +00:00
# Link your WhatsApp
clawdis login
# Send a message
clawdis send --to +1234567890 --message "Hello from the CLAWDIS!"
2025-12-04 17:53:37 +00:00
# Talk directly to the agent (no WhatsApp send)
clawdis agent --to +1234567890 --message "Ship checklist" --thinking high
2025-12-09 16:28:26 +00:00
# Start the gateway (WebSocket control plane)
clawdis gateway --port 18789 --verbose
# If the port is busy, force-kill listeners then start
clawdis gateway --force
2025-12-03 15:45:32 +00:00
```
2025-12-13 23:50:23 +00:00
## Companion Apps
### macOS Companion (Clawdis.app)
2025-12-06 05:24:27 +01:00
2025-12-12 16:42:05 +00:00
- **On-device Voice Wake:** listens for wake words (e.g. “Claude”) using Apple’ s on-device speech recognizer (macOS 26+). macOS still shows the standard Speech/Mic permissions prompt, but audio stays on device.
2025-12-08 23:50:19 +01:00
- **Push-to-talk (Right Option hold):** hold right Option to speak; the voice overlay shows live partials and sends when you release.
2025-12-06 05:24:27 +01:00
- **Config tab:** pick the model from your local Pi model catalog (`pi-mono/packages/ai/src/models.generated.ts` ), or enter a custom model ID; edit session store path and context tokens.
- **Voice settings:** language + additional languages, mic picker, live level meter, trigger-word table, and a built-in test harness.
- **Menu bar toggle:** enable/disable Voice Wake from the menu bar; respects Dock-icon preference.
2025-12-12 16:42:05 +00:00
### Voice Wake reply routing
Voice Wake sends messages into the `main` session and replies on the **last used surface** :
- WhatsApp: last direct message you sent/received.
- Telegram: last DM chat id (bot mode).
- WebChat: last WebChat thread you used.
If delivery fails (e.g. WhatsApp disconnected / Telegram token missing), Clawdis logs the error and you can still inspect the run via WebChat/session logs.
2025-12-06 05:24:27 +01:00
Build/run the mac app with `./scripts/restart-mac.sh` (packages, installs, and launches), or `swift build --package-path apps/macos && open dist/Clawdis.app` .
2025-12-13 23:50:23 +00:00
### iOS Node (Iris) (internal)
Iris is an internal/prototype iOS app that connects as a **remote node** :
- **Voice trigger:** forwards transcripts into the Gateway `agent` method.
- **Canvas screen:** a WKWebView + `<canvas>` surface the agent can control (via `screen.eval` / `screen.snapshot` over `node.invoke` ).
- **Discovery + pairing:** finds the gateway bridge via Bonjour (`_clawdis-bridge._tcp` ) and uses Gateway-owned pairing (`clawdis nodes pending|approve` ).
Runbook: `docs/ios/connect.md`
2025-12-03 15:45:32 +00:00
## Configuration
Create `~/.clawdis/clawdis.json` :
2025-11-24 11:23:15 +01:00
2025-11-24 16:02:39 +01:00
```json5
{
inbound: {
2025-12-03 15:45:32 +00:00
allowFrom: ["+1234567890"],
2025-11-24 16:02:39 +01:00
reply: {
mode: "command",
2025-12-13 13:26:33 +00:00
command: ["pi", "--mode", "rpc", "{{BodyStripped}}"],
2025-12-03 15:45:32 +00:00
session: {
scope: "per-sender",
idleMinutes: 1440
},
heartbeatMinutes: 10
2025-11-24 16:02:39 +01:00
}
}
}
```
2025-12-13 15:15:09 +00:00
Optional: enable/configure clawd’ s dedicated browser control (defaults are already on):
```json5
{
browser: {
enabled: true,
2025-12-13 15:29:39 +00:00
controlUrl: "http://127.0.0.1:18791",
2025-12-13 15:15:09 +00:00
color: "#FF4500 "
}
}
```
2025-12-03 15:45:32 +00:00
## Documentation
2025-11-25 16:53:30 +01:00
2025-12-03 15:45:32 +00:00
- [Configuration Guide ](./docs/configuration.md )
- [Agent Integration ](./docs/agents.md )
- [Group Chats ](./docs/group-messages.md )
- [Security ](./docs/security.md )
- [Troubleshooting ](./docs/troubleshooting.md )
- [The Lore ](./docs/lore.md ) 🦞
2025-12-07 22:52:57 +01:00
- [Telegram (Bot API) ](./docs/telegram.md )
2025-12-03 15:45:32 +00:00
## Clawd
CLAWDIS was built for **Clawd** , a space lobster AI assistant. See the full setup in [`docs/clawd.md` ](./docs/clawd.md ).
2025-12-03 15:46:29 +00:00
- 🦞 **Clawd's Home:** [clawd.me ](https://clawd.me )
- 📜 **Clawd's Soul:** [soul.md ](https://soul.md )
- 👨💻 **Peter's Blog:** [steipete.me ](https://steipete.me )
- 🐦 **Twitter:** [@steipete ](https://twitter.com/steipete )
2025-12-03 15:45:32 +00:00
2025-12-05 19:04:09 +00:00
## Provider
2025-12-03 15:45:32 +00:00
2025-12-05 19:04:09 +00:00
### WhatsApp Web
2025-12-03 15:45:32 +00:00
```bash
clawdis login # Scan QR code
2025-12-09 20:28:10 +00:00
clawdis gateway # Start listening (WS on 127.0.0.1:18789)
2025-11-25 16:53:30 +01:00
```
2025-12-07 22:52:57 +01:00
### Telegram (Bot API)
2025-12-09 18:00:01 +00:00
Bot-mode support (grammY only) shares the same `main` session as WhatsApp/WebChat, with groups kept isolated. Text and media send work via `clawdis send --provider telegram` . The unified `clawdis gateway` starts WhatsApp and, when `TELEGRAM_BOT_TOKEN` or `telegram.botToken` is set, Telegram too (use `--provider` to force web|telegram|all). Webhook mode: `--webhook --port … --webhook-secret … --webhook-url …` (or register via BotFather). See `docs/telegram.md` for setup and limits.
2025-12-07 18:49:55 +01:00
2025-12-03 15:45:32 +00:00
## Commands
| Command | Description |
|---------|-------------|
| `clawdis login` | Link WhatsApp Web via QR |
2025-12-10 16:27:54 +00:00
| `clawdis send` | Send a message (WhatsApp default; `--provider telegram` for bot mode). Always uses the Gateway WS; requires a running gateway. |
2025-12-04 17:53:37 +00:00
| `clawdis agent` | Talk directly to the agent (no WhatsApp send) |
2025-12-13 15:15:09 +00:00
| `clawdis browser ...` | Manage clawd’ s dedicated browser (status/tabs/open/screenshot). |
2025-12-09 20:28:10 +00:00
| `clawdis gateway` | Start the Gateway server (WS control plane). Params: `--port` , `--token` , `--force` , `--verbose` . |
2025-12-10 16:27:54 +00:00
| `clawdis gateway health|status|send|agent|call` | Gateway WS clients; assume a running gateway. |
2025-12-13 13:26:33 +00:00
| `clawdis wake` | Enqueue a system event and optionally trigger a heartbeat via the Gateway. |
| `clawdis cron ...` | Manage scheduled jobs (via Gateway). |
| `clawdis nodes ...` | Manage Gateway-owned node pairing. |
2025-12-07 16:53:19 +00:00
| `clawdis status` | Web session health + session store summary |
2025-12-10 16:27:54 +00:00
| `clawdis health` | Reports cached provider state from the running gateway. |
2025-12-13 13:26:33 +00:00
| `clawdis webchat` | Start the loopback-only WebChat HTTP server |
2025-12-03 15:45:32 +00:00
2025-12-09 20:28:10 +00:00
#### Gateway client params (WS only)
- `--url` (default `ws://127.0.0.1:18789` )
- `--token` (shared secret if set on the gateway)
- `--timeout <ms>` (WS call timeout)
#### Send
- `--provider whatsapp|telegram` (default whatsapp)
- `--media <path-or-url>`
- `--json` for machine-readable output
#### Health
2025-12-10 16:27:54 +00:00
- Reads gateway/provider state (no direct Baileys socket from the CLI).
2025-12-09 20:28:10 +00:00
2025-12-07 16:53:19 +00:00
In chat, send `/status` to see if the agent is reachable, how much context the session has used, and the current thinking/verbose toggles—no agent call required.
`/status` also shows whether your WhatsApp web session is linked and how long ago the creds were refreshed so you know when to re-scan the QR.
2025-12-06 23:16:23 +01:00
### Sessions, surfaces, and WebChat
- Direct chats now share a canonical session key `main` by default (configurable via `inbound.reply.session.mainKey` ). Groups stay isolated as `group:<jid>` .
2025-12-13 13:26:33 +00:00
- WebChat always attaches to the `main` session and hydrates the full session history from `~/.clawdis/sessions/<SessionId>.jsonl` , so desktop view mirrors WhatsApp/Telegram turns.
2025-12-06 23:16:23 +01:00
- Inbound contexts carry a `Surface` hint (e.g., `whatsapp` , `webchat` , `telegram` ) for logging; replies still go back to the originating surface deterministically.
2025-12-09 18:43:21 +00:00
- Every inbound message is wrapped for the agent as `[Surface FROM HOST/IP TIMESTAMP] body` :
- WhatsApp: `[WhatsApp +15551234567 2025-12-09 12:34] …`
2025-12-09 19:56:18 +00:00
- Telegram: `[Telegram Ada Lovelace (@ada_bot) id:123456789 2025-12-09 12:34] …`
2025-12-09 18:43:21 +00:00
- WebChat: `[WebChat my-mac.local 10.0.0.5 2025-12-09 12:34] …`
This keeps the model aware of the transport, sender, host, and time without relying on implicit context.
2025-12-06 23:16:23 +01:00
2025-12-03 15:45:32 +00:00
## Credits
- **Peter Steinberger** ([@steipete ](https://twitter.com/steipete )) — Creator
2025-12-13 13:26:33 +00:00
- **Mario Zechner** ([@badlogicgames ](https://twitter.com/badlogicgames )) — Pi, security testing
2025-12-03 15:45:32 +00:00
- **Clawd** 🦞 — The space lobster who demanded a better name
## License
MIT — Free as a lobster in the ocean.
---
*"We're all just playing with our own prompts."*
🦞💙