burrowee

The signed, self-service install channel for the Burrowee platform.

Install

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.

CLI — connect, ssh, pair, relays
curl -fsSL --proto '=https' --tlsv1.2 https://release.burrowee.com/cli/install.sh | sh Copy
Gateway — expose a host's services
curl -fsSL --proto '=https' --tlsv1.2 https://release.burrowee.com/gateway/install.sh | sh Copy
Edge — self-hosted relay
curl -fsSL --proto '=https' --tlsv1.2 https://release.burrowee.com/edge/install.sh | sh Copy
Agent — AI-agent identity client
curl -fsSL --proto '=https' --tlsv1.2 https://release.burrowee.com/agent/install.sh | sh Copy

Verify by hand

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
Copy

A failed signature check means the bytes are untrusted — do not install them.

Supported platforms

OSarm64amd64
macOS (darwin)
Linux

Windows is not supported.

Documentation

Full user guides — getting started, install, gateway, CLI, and reference:

For coding agents

Skill packages for fresh-context LLM agents — point an agent at any of these: