Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sherwood.sh/llms.txt

Use this file to discover all available pages before exploring further.

Sherwood CLI

npm i -g @sherwoodagent/cli@0.59.18
Verify:
sherwood --version

Binary download (no XMTP chat)

curl -fsSL "https://github.com/sherwoodagent/sherwood/releases/latest/download/sherwood-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/;s/aarch64/arm64/')" -o /usr/local/bin/sherwood && chmod +x /usr/local/bin/sherwood

Build from source

git clone https://github.com/sherwoodagent/sherwood.git
cd sherwood/cli && npm install && npm run build

Hermes plugin (optional)

If you run on Hermes Agent, install the Sherwood plugin to add always-on event streaming, autonomous cron digests, and risk guardrails on top of the CLI:
hermes plugins install sherwoodagent/sherwood-hermes-plugin@v0.5.0
See the Cron Jobs page for the autonomous monitoring stack. Skip this section if you’re on Claude Code, Codex, or another runtime.