Connect Everywhere
ZeroClaw works with your favorite tools and platforms. Chat with it from anywhere.
Chat Platforms
Connect ZeroClaw to your favorite messaging apps. Send commands, receive responses, and automate conversations in both DMs and group chats.
Telegram
Long-polling Bot API with streaming support. In-chat model switching, media handling, and group mentions.
settings Paste bot token from @BotFather
Discord
Gateway/WebSocket connection. Works in servers, channels, threads, and DMs with in-chat model switching.
settings Create bot at discord.dev, paste token
Slack
Events API integration. Single channel or all accessible channels. Responds to mentions, DMs, and commands.
settings Create Slack app, paste bot token
Two backends: Meta Cloud API (webhook) or WhatsApp Web (WebSocket). Supports text, images, voice, and group chats.
settings Configure Cloud API webhook or WhatsApp Web feature flag
Signal
Privacy-focused messaging via signal-cli HTTP bridge (SSE). End-to-end encrypted conversations.
settings Install signal-cli, configure HTTP bridge
iMessage
Local AppleScript bridge on macOS. Requires Full Disk Access. Send and receive iMessages natively.
settings Grant Full Disk Access, configure in config.toml
Matrix
Sync API with optional E2EE support. Compile-time feature flag. Works with Element, FluffyChat, and other clients.
settings Set homeserver URL and access token
Mattermost
Self-hosted team chat integration via polling. Connect ZeroClaw to your Mattermost instance.
settings Create bot account, paste token and URL
Full email channel via IMAP polling and SMTP send. Receive commands by email, reply with AI responses.
settings Configure IMAP/SMTP credentials in config.toml
IRC
Classic IRC socket connection with SASL authentication, NickServ support, and TLS encryption.
settings Set server, nick, and channel in config.toml
Lark / Feishu
Lark and Feishu (Chinese variant) via WebSocket or webhook. Compile-time feature flag.
settings Create Lark app, configure credentials
DingTalk
Alibaba enterprise chat via Stream mode. Connect ZeroClaw to DingTalk workspaces.
settings Create DingTalk bot, configure stream credentials
Microsoft Teams
Enterprise-ready Microsoft Teams integration. Planned for a future release.
settings Coming soon
WebChat
Built-in browser-based chat interface. Planned for a future release.
settings Coming soon
AI Providers
Choose your AI brain. ZeroClaw is model-agnostic — bring your own API key from any provider, or run models locally for full privacy.
Tip: Not sure which model to pick? Claude excels at reasoning and coding. GPT-4/5 is great for general tasks. Gemini offers generous free tiers. Local models via Ollama give you full privacy with zero API costs.
OpenRouter
Unified API gateway to 100+ models from multiple providers. Single API key, automatic routing, and cost tracking.
settings Get API key at openrouter.ai
Anthropic
Claude models via the Anthropic API. Supports Claude Opus, Sonnet, and Haiku with 200K context windows.
settings Get API key at console.anthropic.com
OpenAI
GPT-4o, GPT-4, o1, and other OpenAI models. Strong general-purpose performance across all task types.
settings Get API key at platform.openai.com
Google Gemini
Google Gemini 2.5 Pro and Flash models. Generous free tier with strong multimodal capabilities.
settings Get API key at aistudio.google.com
xAI (Grok)
xAI Grok models with real-time knowledge. Access via the xAI API with OpenAI-compatible endpoint.
settings Get API key at console.x.ai
Ollama
Run AI models locally with zero cloud dependencies. Full privacy, no API costs, works completely offline.
settings Install Ollama, pull a model, set OLLAMA_HOST
Groq
Ultra-fast inference on open-source models via Groq's LPU hardware. Llama, Mixtral, and Gemma at blazing speed.
settings Get API key at console.groq.com
Mistral
Mistral Large and Codestral models. European AI provider with strong coding and multilingual capabilities.
settings Get API key at console.mistral.ai
DeepSeek
DeepSeek V3 and R1 models. Cost-effective with strong reasoning and coding performance.
settings Get API key at platform.deepseek.com
Perplexity
Search-augmented AI combining language models with real-time web search for up-to-date answers with citations.
settings Get API key at perplexity.ai/settings
Cloud Platforms
Deploy ZeroClaw to the cloud for always-on availability. Run it as a serverless worker or on your own VPS.
Cloudflare
Deploy ZeroClaw as a Cloudflare Worker for serverless, always-on availability at the edge. Auto-scaling with low latency.
settings Deploy via wrangler CLI to Cloudflare Workers
Docker
Run ZeroClaw in Docker or Podman containers. Rootless, isolated, auto-restart. Ideal for sandboxed and server deployments.
settings docker run -v ~/.zeroclaw:/root/.zeroclaw zeroclaw
Smart Home
Control your smart home devices through natural language. Turn on lights, adjust thermostats, and trigger automations by chatting.
Home Assistant
Control smart home devices through natural language. Lights, thermostats, locks, and automations. Planned for a future release.
settings Coming soon
Philips Hue
Direct control of Philips Hue smart lights. Colors, brightness, scenes, and schedules. Planned for a future release.
settings Coming soon
Developer Tools
Integrate ZeroClaw into your development workflow. Manage repos, review PRs, run containers, and automate DevOps tasks.
GitHub
Manage repositories, issues, and pull requests through chat commands. Planned for a future release.
settings Coming soon
Productivity
Connect your knowledge bases and project management tools. Let ZeroClaw read, write, and organize your notes and tasks.
Notion
Read and write Notion pages and databases. Search your workspace and create content. Planned for a future release.
settings Coming soon
Obsidian
Access your Obsidian vault. Search notes, create entries, and navigate your knowledge graph. Planned for a future release.
settings Coming soon
Trello
Manage Trello boards, lists, and cards. Track project progress through chat. Planned for a future release.
settings Coming soon
Music & Audio
Control music playback through chat commands. Play, pause, skip tracks, and manage playlists hands-free.
Spotify
Control Spotify playback through chat. Play, pause, skip tracks, and manage playlists. Planned for a future release.
settings Coming soon
Platforms
ZeroClaw runs natively on all major operating systems with platform-specific features like voice wake, camera access, and system tray integration.
macOS
Native macOS support. Install via Homebrew, run as a daemon or menu bar app. Full system integration.
settings brew install zeroclaw
Linux
First-class Linux support. Runs as a systemd daemon on all major distros. Headless and desktop environments.
settings curl -fsSL bootstrap.sh | bash
Android
Android support via WebChat or companion app. Camera, screen capture, and notification integration. Planned for a future release.
settings Coming soon
iOS
iOS support via WebChat or companion app. Camera, voice input, and Shortcuts integration. Planned for a future release.
settings Coming soon
Need a Custom Integration?
ZeroClaw is extensible. Build your own integration or request one from the community.