The signed, self-service install channel for the Burrowee platform.
Each installer detects your OS and architecture, verifies the download
end-to-end (minisign signature → SHA-256 → unzip), then drops the burrowee
dispatcher plus the component. burrowee <comp> … and the bare
burrowee-<comp> binary both work.
curl -fsSL --proto '=https' --tlsv1.2 https://release.burrowee.com/cli/install.sh | sh
Gateway — expose a host's services
curl -fsSL --proto '=https' --tlsv1.2 https://release.burrowee.com/gateway/install.sh | sh
Edge — self-hosted relay
curl -fsSL --proto '=https' --tlsv1.2 https://release.burrowee.com/edge/install.sh | sh
Every release ships SHA256SUMS.txt and a minisign signature.
The signing public key lives at
/burrowee-release.pub — it is also baked into the
installer, which is the trust anchor that verifies each download automatically. To check
a download yourself:
minisign -Vm SHA256SUMS.txt -p burrowee-release.pub shasum -a 256 -c SHA256SUMS.txt # or sha256sum on Linux
A failed signature check means the bytes are untrusted — do not install them.
| OS | arm64 | amd64 |
|---|---|---|
| macOS (darwin) | ✓ | ✓ |
| Linux | ✓ | ✓ |
Windows is not supported.
Skill packages for fresh-context LLM agents — point an agent at any of these: