Skip to main content
📖 The AI Tool Bible

ZeroClaw

Private, local-first AI assistant that connects to Telegram, Discord and WhatsApp

Free· Free and open source. You supply your own hardware and (optionally) your own LLM API keys.AgentsBring-your-own: Claude, OpenAI, or local models via Ollama / llama.cpp
Visit website →
Best for

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.

Skip if

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.

Editor's take

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

Personal Telegram AI assistantDiscord community botWhatsApp autoresponderSelf-hosted research agentHome automation controllerPrivate note-taking and memory botLocal RAG over personal filesSmall-team Slack ops botMulti-agent experimentation

Explore related

Compare with similar tools

All in Agents

LangGraph

Featured
Agents · BYO (Claude / GPT / open)
8.8

Stateful, graph-based agent orchestration from LangChain.

Freemium· Developer: $0 / seat per month · Plus: $39 / seat per month · Enterprise: Custom pricingstateful agentshuman-in-loop

CrewAI

Featured
Agents · BYO (Claude / GPT / open)
8.4

Python framework for multi-agent orchestration.

Freemium· Basic: Free · Enterprise: Custommulti-agentorchestration

Ernie Bot

Agents · Baidu ERNIE 4.0 / ERNIE X1 / ERNIE Turbo (in-house)
8.7

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

Freemium· Free tier for Ernie 3.5 access; Ernie 4.0 and premium features require a paid subscription (approximately CNY 59.9/month for individual plans); enterprise API pricing via Baidu AI Cloud Qianfan platform is metered per 1K tokens.Mandarin content writing and marketing copyChinese-language document Q&A and summarisation

Moveworks

Agents · Orchestrates multiple enterprise-ready LLMs (undisclosed mix, historically including OpenAI GPT and in-house models via its Reasoning Engine)
8.7

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

Enterprise· Enterprise-only pricing; no public tiers. Quoted per organization based on employee count, integrations, and agent scope. Contact sales for a quote.IT service desk ticket deflectionHR policy Q&A and self-service

AWS Bedrock

Agents · Multi-model: Anthropic Claude, Meta Llama, Mistral, Cohere, AI21, Amazon Nova/Titan, DeepSeek, Stability, OpenAI GPT
8.6

Build and scale generative AI applications with foundation models

Paid· Pay-as-you-go per 1K input/output tokens per model; on-demand, batch, and provisioned throughput tiers. New AWS accounts get up to $200 in credits. Enterprise agreements via AWS.Enterprise RAG chatbot over private documentsMulti-step tool-using agents via AgentCore

Claude Agent SDK

Agents · Claude Opus / Sonnet
8.6

Anthropic's official SDK for building autonomous Claude agents.

Free· Free SDK; API usage billed at Claude ratesClaude agentstool use