Clawdbot Documentation
Welcome to Clawdbot Documentation! Clawdbot is a powerful cross-platform AI chat assistant supporting WhatsApp, Telegram, Discord, Slack, Signal, iMessage, and many more messaging platforms.
What is Clawdbot?
Clawdbot is an AI assistant that runs across multiple instant messaging platforms. It manages all message channels through a unified Gateway, providing:
- 🌐 Cross-platform Support - WhatsApp, Telegram, Discord, Slack, Signal, iMessage, and 20+ platforms
- 🤖 Multi-agent Architecture - Support multiple independent AI agents with separate workspaces and sessions
- 🔄 Streaming - Real-time streaming responses with message chunking
- 🛡️ Secure Access Control - Pairing mode, allowlists, open mode, and various access policies
- 🖥️ Browser Automation - Built-in Chrome/Brave control for web automation tasks
- ⚡ High Performance - WebSocket-based real-time communication architecture
Quick Start
- Installation Guide - Install and configure from scratch
- Setup Wizard - Quick setup with interactive wizard
- Core Concepts - Understand Clawdbot architecture
- Channel Configuration - Configure platform integrations
System Requirements
- Node.js >= 22
- Operating System: macOS, Linux, Windows (WSL2)
- Optional: pnpm package manager
Quick Install
curl -fsSL https://clawd.bot/install.sh | bashOr install globally via npm/pnpm:
npm install -g clawdbot
# or
pnpm add -g clawdbotRun Setup Wizard
After installation, run the setup wizard for initial configuration:
clawdbot onboard --install-daemonThe wizard will help you configure:
- Authentication method (API Key or OAuth)
- Chat platforms (WhatsApp, Telegram, Discord, etc.)
- Background service installation
Supported Platforms
| Platform | Protocol | Status |
|---|---|---|
| Baileys | ✅ Fully Supported | |
| Telegram | grammY | ✅ Fully Supported |
| Discord | discord.js | ✅ Fully Supported |
| Slack | Bolt SDK | ✅ Fully Supported |
| Signal | signal-cli | ✅ Fully Supported |
| iMessage | imsg (macOS) | ✅ Fully Supported |
| Matrix | matrix-js-sdk | ✅ Fully Supported |
| Mattermost | Plugin | ✅ Fully Supported |