# 🦞 CLAWDBOT β€” Personal AI Assistant

CLAWDBOT

EXFOLIATE! EXFOLIATE!

CI status GitHub release Discord MIT License

**Clawdbot** is a *personal AI assistant* you run on your own devices. It answers you on the surfaces you already use (WhatsApp, Telegram, Slack, Discord, Signal, iMessage, WebChat), can speak and listen on macOS/iOS/Android, and can render a live Canvas you control. The Gateway is just the control plane β€” the product is the assistant. If you want a personal, single-user assistant that feels local, fast, and always-on, this is it. Website: [https://clawdbot.com](https://clawdbot.com) Β· Docs: [https://docs.clawdbot.com](https://docs.clawdbot.com/) Β· FAQ: [https://docs.clawdbot.com/faq](https://docs.clawdbot.com/faq) Β· Wizard: [https://docs.clawdbot.com/wizard](https://docs.clawdbot.com/wizard) Β· Nix: [https://github.com/clawdbot/nix-clawdbot](https://github.com/clawdbot/nix-clawdbot) Β· Docker: [https://docs.clawdbot.com/docker](https://docs.clawdbot.com/docker) Β· Discord: [https://discord.gg/clawd](https://discord.gg/clawd) Preferred setup: run the onboarding wizard (`clawdbot onboard`). It walks through gateway, workspace, providers, and skills. The CLI wizard is the recommended path and works on **macOS, Windows, and Linux**. **Subscriptions (OAuth):** - **Anthropic** (Claude Pro/Max) - **OpenAI** (ChatGPT/Codex) Model note: while any model is supported, I strongly recommend **Anthropic Pro/Max (100/200) + Opus 4.5** for long‑context strength and better prompt‑injection resistance. See [Onboarding](https://docs.clawdbot.com/onboarding). ## Recommended setup (from source) Do **not** download prebuilt binaries. Build from source. ```bash # Clone this repo git clone https://github.com/clawdbot/clawdbot.git cd clawdbot pnpm install pnpm build pnpm ui:build pnpm clawdbot onboard ``` ## Quick start (from source) Runtime: **Node β‰₯22** + **pnpm**. ```bash pnpm install pnpm build pnpm ui:build # Recommended: run the onboarding wizard pnpm clawdbot onboard # Link WhatsApp (stores creds in ~/.clawdbot/credentials) pnpm clawdbot login # Start the gateway pnpm clawdbot gateway --port 18789 --verbose # Dev loop (auto-reload on TS changes) pnpm gateway:watch # Send a message pnpm clawdbot send --to +1234567890 --message "Hello from Clawdbot" # Talk to the assistant (optionally deliver back to WhatsApp/Telegram/Slack/Discord) pnpm clawdbot agent --message "Ship checklist" --thinking high ``` Upgrading? `clawdbot doctor`. If you run from source, prefer `pnpm clawdbot …` (not global `clawdbot`). ## Highlights - **[Local-first Gateway](https://docs.clawdbot.com/gateway)** β€” single control plane for sessions, providers, tools, and events. - **[Multi-surface inbox](https://docs.clawdbot.com/surface)** β€” WhatsApp, Telegram, Slack, Discord, Signal, iMessage, WebChat, macOS, iOS/Android. - **[Voice Wake](https://docs.clawdbot.com/voicewake) + [Talk Mode](https://docs.clawdbot.com/talk)** β€” always-on speech for macOS/iOS/Android with ElevenLabs. - **[Live Canvas](https://docs.clawdbot.com/mac/canvas)** β€” agent-driven visual workspace with [A2UI](https://docs.clawdbot.com/refactor/canvas-a2ui). - **[First-class tools](https://docs.clawdbot.com/tools)** β€” browser, canvas, nodes, cron, sessions, and Discord/Slack actions. - **[Companion apps](https://docs.clawdbot.com/macos)** β€” macOS menu bar app + iOS/Android [nodes](https://docs.clawdbot.com/nodes). - **[Onboarding](https://docs.clawdbot.com/wizard) + [skills](https://docs.clawdbot.com/skills)** β€” wizard-driven setup with bundled/managed/workspace skills. ## Everything we built so far ### Core platform - [Gateway WS control plane](https://docs.clawdbot.com/gateway) with sessions, presence, config, cron, webhooks, [Control UI](https://docs.clawdbot.com/web), and [Canvas host](https://docs.clawdbot.com/refactor/canvas-a2ui). - [CLI surface](https://docs.clawdbot.com/agent-send): gateway, agent, send, [wizard](https://docs.clawdbot.com/wizard), and [doctor](https://docs.clawdbot.com/doctor). - [Pi agent runtime](https://docs.clawdbot.com/agent) in RPC mode with tool streaming and block streaming. - [Session model](https://docs.clawdbot.com/session): `main` for direct chats, group isolation, activation modes, queue modes, reply-back. Group rules: [Groups](https://docs.clawdbot.com/groups). - [Media pipeline](https://docs.clawdbot.com/images): images/audio/video, transcription hooks, size caps, temp file lifecycle. Audio details: [Audio](https://docs.clawdbot.com/audio). ### Surfaces + providers - [Providers](https://docs.clawdbot.com/surface): [WhatsApp](https://docs.clawdbot.com/whatsapp) (Baileys), [Telegram](https://docs.clawdbot.com/telegram) (grammY), [Slack](https://docs.clawdbot.com/slack) (Bolt), [Discord](https://docs.clawdbot.com/discord) (discord.js), [Signal](https://docs.clawdbot.com/signal) (signal-cli), [iMessage](https://docs.clawdbot.com/imessage) (imsg), [WebChat](https://docs.clawdbot.com/webchat). - [Group routing](https://docs.clawdbot.com/group-messages): mention gating, reply tags, per-surface chunking and routing. Surface rules: [Surface routing](https://docs.clawdbot.com/surface). ### Apps + nodes - [macOS app](https://docs.clawdbot.com/macos): menu bar control plane, [Voice Wake](https://docs.clawdbot.com/voicewake)/PTT, [Talk Mode](https://docs.clawdbot.com/talk) overlay, [WebChat](https://docs.clawdbot.com/webchat), debug tools, [remote gateway](https://docs.clawdbot.com/remote) control. - [iOS node](https://docs.clawdbot.com/ios): [Canvas](https://docs.clawdbot.com/mac/canvas), [Voice Wake](https://docs.clawdbot.com/voicewake), [Talk Mode](https://docs.clawdbot.com/talk), camera, screen recording, Bonjour pairing. - [Android node](https://docs.clawdbot.com/android): [Canvas](https://docs.clawdbot.com/mac/canvas), [Talk Mode](https://docs.clawdbot.com/talk), camera, screen recording, optional SMS. - [macOS node mode](https://docs.clawdbot.com/nodes): system.run/notify + canvas/camera exposure. ### Tools + automation - [Browser control](https://docs.clawdbot.com/browser): dedicated clawd Chrome/Chromium, snapshots, actions, uploads, profiles. - [Canvas](https://docs.clawdbot.com/mac/canvas): [A2UI](https://docs.clawdbot.com/refactor/canvas-a2ui) push/reset, eval, snapshot. - [Nodes](https://docs.clawdbot.com/nodes): camera snap/clip, screen record, [location.get](https://docs.clawdbot.com/location-command), notifications. - [Cron + wakeups](https://docs.clawdbot.com/cron); [webhooks](https://docs.clawdbot.com/webhook); [Gmail Pub/Sub](https://docs.clawdbot.com/gmail-pubsub). - [Skills platform](https://docs.clawdbot.com/skills): bundled, managed, and workspace skills with install gating + UI. ### Ops + packaging - [Control UI](https://docs.clawdbot.com/web) + [WebChat](https://docs.clawdbot.com/webchat) served directly from the Gateway. - [Tailscale Serve/Funnel](https://docs.clawdbot.com/tailscale) or [SSH tunnels](https://docs.clawdbot.com/remote) with token/password auth. - [Nix mode](https://docs.clawdbot.com/nix) for declarative config; [Docker](https://docs.clawdbot.com/docker)-based installs. - [Doctor](https://docs.clawdbot.com/doctor) migrations, [logging](https://docs.clawdbot.com/logging). ## How it works (short) ``` WhatsApp / Telegram / Slack / Discord / Signal / iMessage / WebChat β”‚ β–Ό β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ Gateway β”‚ ws://127.0.0.1:18789 β”‚ (control plane) β”‚ bridge: tcp://0.0.0.0:18790 β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”œβ”€ Pi agent (RPC) β”œβ”€ CLI (clawdbot …) β”œβ”€ WebChat UI β”œβ”€ macOS app └─ iOS/Android nodes ``` ## Key subsystems - **[Gateway WebSocket network](https://docs.clawdbot.com/architecture)** β€” single WS control plane for clients, tools, and events (plus ops: [Gateway runbook](https://docs.clawdbot.com/gateway)). - **[Tailscale exposure](https://docs.clawdbot.com/tailscale)** β€” Serve/Funnel for the Gateway dashboard + WS (remote access: [Remote](https://docs.clawdbot.com/remote)). - **[Browser control](https://docs.clawdbot.com/browser)** β€” clawd‑managed Chrome/Chromium with CDP control. - **[Canvas + A2UI](https://docs.clawdbot.com/mac/canvas)** β€” agent‑driven visual workspace (A2UI host: [Canvas/A2UI](https://docs.clawdbot.com/refactor/canvas-a2ui)). - **[Voice Wake](https://docs.clawdbot.com/voicewake) + [Talk Mode](https://docs.clawdbot.com/talk)** β€” always‑on speech and continuous conversation. - **[Nodes](https://docs.clawdbot.com/nodes)** β€” Canvas, camera snap/clip, screen record, `location.get`, notifications, plus macOS‑only `system.run`/`system.notify`. ## Skills registry (ClawdHub) ClawdHub is a minimal skill registry. With ClawdHub enabled, the agent can search for skills automatically and pull in new ones as needed. https://ClawdHub.com ## Chat commands Send these in WhatsApp/Telegram/Slack/WebChat (group commands are owner-only): - `/status` β€” health + session info (group shows activation mode) - `/new` or `/reset` β€” reset the session - `/think ` β€” off|minimal|low|medium|high - `/verbose on|off` - `/restart` β€” restart the gateway (owner-only in groups) - `/activation mention|always` β€” group activation toggle (groups only) ## macOS app (optional) The Gateway alone delivers a great experience. All apps are optional and add extra features. If you plan to build/run companion apps, initialize submodules first: ```bash git submodule update --init --recursive ``` ### macOS (Clawdbot.app) (optional) - Menu bar control for the Gateway and health. - Voice Wake + push-to-talk overlay. - WebChat + debug tools. - Remote gateway control over SSH. Build/run: `./scripts/restart-mac.sh` (packages + launches). ### iOS node (optional) - Pairs as a node via the Bridge. - Voice trigger forwarding + Canvas surface. - Controlled via `clawdbot nodes …`. Runbook: [iOS connect](https://docs.clawdbot.com/ios). ### Android node (optional) - Pairs via the same Bridge + pairing flow as iOS. - Exposes Canvas, Camera, and Screen capture commands. - Runbook: [Android connect](https://docs.clawdbot.com/android). ## Agent workspace + skills - Workspace root: `~/clawd` (configurable via `agent.workspace`). - Injected prompt files: `AGENTS.md`, `SOUL.md`, `TOOLS.md`. - Skills: `~/clawd/skills//SKILL.md`. ## Configuration Minimal `~/.clawdbot/clawdbot.json` (model + defaults): ```json5 { agent: { model: "anthropic/claude-opus-4-5" } } ``` [Full configuration reference (all keys + examples).](https://docs.clawdbot.com/configuration) ## Security model (important) - **Default:** tools run on the host for the **main** session, so the agent has full access when it’s just you. - **Group/channel safety:** set `agent.sandbox.mode: "non-main"` to run **non‑main sessions** (groups/channels) inside per‑session Docker sandboxes; bash then runs in Docker for those sessions. - **Sandbox defaults:** allowlist `bash`, `process`, `read`, `write`, `edit`; denylist `browser`, `canvas`, `nodes`, `cron`, `discord`, `gateway`. Details: [Security guide](https://docs.clawdbot.com/security) Β· [Docker + sandboxing](https://docs.clawdbot.com/docker) Β· [Sandbox config](https://docs.clawdbot.com/configuration) ### [WhatsApp](https://docs.clawdbot.com/whatsapp) - Link the device: `pnpm clawdbot login` (stores creds in `~/.clawdbot/credentials`). - Allowlist who can talk to the assistant via `whatsapp.allowFrom`. ### [Telegram](https://docs.clawdbot.com/telegram) - Set `TELEGRAM_BOT_TOKEN` or `telegram.botToken` (env wins). - Optional: set `telegram.groups` (with `telegram.groups."*".requireMention`), `telegram.allowFrom`, or `telegram.webhookUrl` as needed. ```json5 { telegram: { botToken: "123456:ABCDEF" } } ``` ### [Slack](https://docs.clawdbot.com/slack) - Set `SLACK_BOT_TOKEN` + `SLACK_APP_TOKEN` (or `slack.botToken` + `slack.appToken`). ### [Discord](https://docs.clawdbot.com/discord) - Set `DISCORD_BOT_TOKEN` or `discord.token` (env wins). - Optional: set `discord.slashCommand`, `discord.dm.allowFrom`, `discord.guilds`, or `discord.mediaMaxMb` as needed. ```json5 { discord: { token: "1234abcd" } } ``` ### [Signal](https://docs.clawdbot.com/signal) - Requires `signal-cli` and a `signal` config section. ### [iMessage](https://docs.clawdbot.com/imessage) - macOS only; Messages must be signed in. ### [WebChat](https://docs.clawdbot.com/webchat) - Uses the Gateway WebSocket; no separate WebChat port/config. Browser control (optional): ```json5 { browser: { enabled: true, controlUrl: "http://127.0.0.1:18791", color: "#FF4500" } } ``` ## Docs - [Start with the docs index for navigation and β€œwhat’s where.”](https://docs.clawdbot.com/) - [Read the architecture overview for the gateway + protocol model.](https://docs.clawdbot.com/architecture) - [Use the full configuration reference when you need every key and example.](https://docs.clawdbot.com/configuration) - [Run the Gateway by the book with the operational runbook.](https://docs.clawdbot.com/gateway) - [Learn how the Control UI/Web surfaces work and how to expose them safely.](https://docs.clawdbot.com/web) - [Understand remote access over SSH tunnels or tailnets.](https://docs.clawdbot.com/remote) - [Follow the onboarding wizard flow for a guided setup.](https://docs.clawdbot.com/wizard) - [Wire external triggers via the webhook surface.](https://docs.clawdbot.com/webhook) - [Set up Gmail Pub/Sub triggers.](https://docs.clawdbot.com/gmail-pubsub) - [Learn the macOS menu bar companion details.](https://docs.clawdbot.com/mac/menu-bar) - [Platform guides: Windows](https://docs.clawdbot.com/windows), [Linux](https://docs.clawdbot.com/linux), [macOS](https://docs.clawdbot.com/macos), [iOS](https://docs.clawdbot.com/ios), [Android](https://docs.clawdbot.com/android) - [Debug common failures with the troubleshooting guide.](https://docs.clawdbot.com/troubleshooting) - [Review security guidance before exposing anything.](https://docs.clawdbot.com/security) ## Email hooks (Gmail) [Gmail Pub/Sub wiring (gcloud + gogcli), hook tokens, and auto-watch behavior are documented here.](https://docs.clawdbot.com/gmail-pubsub) Gateway auto-starts the watcher when `hooks.enabled=true` and `hooks.gmail.account` is set; `clawdbot hooks gmail run` is the manual daemon wrapper if you don’t want auto-start. ```bash clawdbot hooks gmail setup --account you@gmail.com clawdbot hooks gmail run ``` ## Clawd Clawdbot was built for **Clawd**, a space lobster AI assistant. 🦞 by Peter Steinberger and the community. - https://clawd.me - https://soul.md - https://steipete.me ## Community See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines, maintainers, and how to submit PRs. AI/vibe-coded PRs welcome! πŸ€– Thanks to everyone who has clawdibuted:

steipete thewilloftheshadow mcinteerj joshp123 joaohlisboa petter-b mukhtharcm dan-dr Nachx639 jeffersonwarrior mbelinky julianengel CashWilliams omniwired jverdi Syhids meaningfool rafaelreis-r wstock vsabavat scald sreekaransrinath ratulsarna osolmaz conhecendocontato hrdwdmrbl jayhickey jamesgroat gtsifrikas djangonavarro220 azade-c andranik-sahakyan