Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Feature and support matrix

A single-page inventory of what ZeroClaw supports today, compared against OpenClaw and Hermes. It exists so a reader can answer “does ZeroClaw do X?” without walking the whole book.

The ZeroClaw column is not hand-maintained: it is regenerated on every docs build by walking the binary’s own registries (the channel inventory, the canonical provider slots, and the default tool set), so this page cannot fall out of sync with the code. The OpenClaw and Hermes columns come from docs/book/feature-matrix-parity.toml, the single reviewable source for parity facts the binary has no knowledge of.

Status legend

StatusIconMeaning
SupportedImplemented and documented; safe to rely on
Partial🟡Works with caveats or covers a subset of the surface
Experimental🧪Present but may change; validate before depending on it
Planned📋Tracked but not yet implemented
NoneNot available on that runtime
UnknownParity not yet recorded for that runtime

Runtime and deployment modes

ModeStatusReference
Local CLI (zeroclaw agent)Quickstart
Daemon / OS serviceService
Gateway HTTP + web dashboardGateway HTTP API, Web dashboard
ZeroCode terminal UIZeroCode
ContainerContainer
Linux / macOS / WindowsLinux, macOS, Windows
FreeBSD / NixOSFreeBSD, NixOS
SBC / edge (Raspberry Pi class)Hardware
VPS / cloud VMNetwork deployment

Channel support

Generated from the channel registry (ChannelsConfig::channels). The canonical per-channel setup detail lives on each channel’s own page.

ChannelZeroClawOpenClawHermes
Telegram
Discord
Slack
Mattermost
iMessage
Matrix
Signal
WhatsApp
WhatsApp Web
Linq
WATI
NextCloud Talk
Email
Gmail Push
Twitch
IRC
Lark
DingTalk
WeCom
WeCom WebSocket
WeChat
QQ Official
Nostr
ClawdTalk
Reddit
Bluesky
Git
X/Twitter
Mochat
LINE
Voice Call
VoiceWake
MQTT
AMQP
Filesystem
Webhook

Provider slot support

Generated from the canonical model-provider slots (canonical_model_provider_slots). See the Providers overview for per-provider configuration.

Provider slotZeroClawOpenClawHermes
openai
azure
anthropic
moonshot
qwen
glm
minimax
zai
doubao📋
yi
hunyuan
qianfan
baichuan
openrouter
ollama
gemini
gemini_cli
bedrock
telnyx
together
fireworks
groq
mistral
deepseek
atomic_chat
cohere
perplexity
xai
cerebras
sambanova
hyperbolic
deepinfra📋
huggingface
ai21
reka
baseten
nscale
anyscale
nebius
friendli
stepfun
aihubmix
siliconflow
astrai
avian
deepmyst
venice📋
nearai
novita
nvidia
vercel
cloudflare📋
ovh
copilot
lmstudio
llamacpp
sglang
vllm📋
osaurus
litellm📋
lepton
manifest
morph
github_models
upstage
featherless
arcee
lambda_ai
inception
synthetic
opencode
kilocli
kilo
custom

Tool support

Generated from the default tool registry (default_tools). The canonical tool inventory and gating rules live in the Tools overview.

ToolZeroClawOpenClawHermes
shell
file_read
file_write
file_edit
glob_search
content_search

SOP support

Standard Operating Procedures are deterministic, trigger-matched procedures run by the SopEngine with approval gates and auditable run state (how they run, syntax). This row is hand-recorded rather than code-walked: SOP is not part of the channel, provider, or tool registries the tables above are generated from.

CapabilityZeroClawOpenClawHermes
Deterministic SOP engine (trigger match, approval gates, audited runs)🧪🟡

ZeroClaw’s SopEngine is present but still maturing: MQTT, filesystem, and AMQP are wired live fan-in sources, while webhook, cron, peripheral, and calendar triggers are defined and matched but not yet routed to a live source, so the capability is experimental. OpenClaw has no deterministic-procedure engine (its exec-approval flow is a per-tool permission prompt, not a step runner), so it is none. Hermes ships cron and webhook “routines” that pair a trigger with a free-form agent prompt but no deterministic multi-step engine, approval gates, or audited run state, so it is partial on the trigger side only.

ZeroClaw, OpenClaw, and Hermes

ZeroClaw is a from-scratch runtime, not a fork. The comparison columns state factual support status per runtime; they are not a marketing scorecard. Where a concept maps onto OpenClaw or Hermes, the migration and parity notes live with the relevant feature page rather than in a standalone comparison.

Integration prerequisites

Some capabilities require external infrastructure. Where a channel or tool needs a gateway, public webhook, tunnel, cloud account, local model, or plugin, that requirement is stated on the linked page. Consult the specific channel, provider, or tool reference before assuming a setup works without one.