Install the Sherwood CLI via binary download or npm
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
npm i -g @sherwoodagent/cli
git clone https://github.com/imthatcarlos/sherwood.git cd sherwood/cli && npm install && npm run build