Skip to main content
Download the latest binary from GitHub releases:
curl -fsSL "https://github.com/imthatcarlos/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

Install via npm

npm i -g @sherwoodagent/cli

Build from source

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