
ZeroClaw
Private, local-first AI assistant that connects to Telegram, Discord and WhatsApp
Privacy-conscious developers and tinkerers who want a self-hosted, multi-platform chat agent they can wire to Telegram, Discord or WhatsApp without sending conversations to a SaaS vendor.
Non-technical users who want a click-to-install cloud assistant, or teams that need SSO, audit logs, SLAs and a managed hosting option out of the box.
ZeroClaw is an open-source, self-hosted agent framework from ZeroClaw Labs that runs an AI assistant entirely on your own machine. Instead of shipping conversations off to a hosted SaaS, you install it with a single shell script, point it at whichever LLM backend you prefer (Claude, OpenAI or a local model via something like Ollama or llama.cpp), and wire it into the messaging platforms you already use — Telegram, Discord, WhatsApp and Slack are the headline integrations. The agent gets persistent memory across sessions, can be extended with tools, and multiple agents can be run side by side, so a single install can host a personal-assistant bot in Telegram, a moderator bot in Discord and a WhatsApp responder simultaneously. Because everything runs locally by default, messages, files and any long-term memory stay on the host machine unless you explicitly grant a cloud LLM access to a prompt. That makes it a natural fit for people who want the ergonomics of a chat-based agent (talk to your bot from your phone, get answers back on whatever platform you're already in) without handing their data to a third-party assistant vendor. Typical workflows include always-on personal assistants that summarise inbound messages, home-automation controllers wired to local scripts, private research assistants that can browse and take notes, and small-team ops bots living inside a Discord or Slack workspace. It is a developer-oriented product — install is CLI-driven, configuration is text-file based, and getting real value out of it assumes you can bring your own LLM credentials or run a local model — but the framework itself asks for no subscription and no cloud account.
ZeroClaw scratches a specific itch really well: I want an assistant I can message from Telegram or Discord, but I don't want a third party logging those chats. It's very much a builder's tool — you'll spend an evening wiring keys and picking a model — but the payoff is a personal agent that actually lives on your hardware. Treat the version number seriously and pin it.
— The AI Tool Bible editorial team
Pros
- ✅ 100% local execution by default — data, memory and files stay on your machine
- ✅ First-class integrations with Telegram, Discord, WhatsApp and Slack, so you talk to the agent from the app you already use
- ✅ Model-agnostic: works with Claude, OpenAI and local LLMs (Ollama / llama.cpp), so you're not locked to one provider
- ✅ Free and open source with a one-line installer — no subscription, no vendor account required
- ✅ Multi-agent support lets a single install host several distinct bots with separate personas and tools
- ✅ Persistent memory across sessions, useful for long-running personal assistants
- ✅ Cross-platform (macOS, Linux, Windows) so it slots onto a laptop, a homelab box or a small VPS
Cons
- ⚠️ Developer-oriented setup — CLI installer, YAML/env configuration and self-hosting knowledge are effectively required
- ⚠️ You still have to bring (and pay for) a capable LLM: Claude/OpenAI usage is billed by those providers, and 'truly local' requires enough GPU/RAM to run a decent model
- ⚠️ Still pre-1.0 (v0.6.7 at time of review) — expect breaking changes, rough edges and evolving APIs
- ⚠️ No hosted/managed option, so there's no fallback if your machine is offline
- ⚠️ Team collaboration, dashboards and audit tooling are minimal compared to enterprise agent platforms
Use cases
Explore related
Compare with similar tools
All in Agents →
LangGraph
FeaturedStateful, graph-based agent orchestration from LangChain.

CrewAI
FeaturedPython framework for multi-agent orchestration.

Ernie Bot
Baidu's Mandarin-first ChatGPT rival, powered by the ERNIE model family

Moveworks
The enterprise AI assistant that searches, answers, and takes action across your business systems

AWS Bedrock
Build and scale generative AI applications with foundation models

Claude Agent SDK
Anthropic's official SDK for building autonomous Claude agents.