clawee

The signed, self-service install channel for the Clawee terminal client.

Install

Each installer detects your OS and architecture, verifies the download end-to-end (minisign signature → SHA-256 → unzip), then runs the inner installer. There is no dispatcher — the binaries are invoked directly.

clawee — the terminal client curl -fsSL --proto '=https' --tlsv1.2 https://release.clawee.org/clawee/install.sh | sh claweed — the PTY daemon (run AS YOUR USER, not sudo) curl -fsSL --proto '=https' --tlsv1.2 https://release.clawee.org/claweed/install.sh | sh

clawee lands in $HOME/.local/bin and ensures burrowee-cli is present. claweed installs the daemon + boot unit with no privilege and escalates with sudo only for the setuid clawee-spawn helper, cross-installing burrowee-gateway.

Verify by hand

Every release ships SHA256SUMS.txt and a minisign signature. The signing public key lives at /clawee-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 -V -P "$(cat clawee-release.pub | tail -n1)" -m SHA256SUMS.txt -x SHA256SUMS.txt.minisig
shasum -a 256 -c SHA256SUMS.txt   # or sha256sum on Linux

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

Supported platforms

OSarm64amd64
macOS (darwin)
Linux

Windows is not supported.