Hoody CLI (native)

hoody @ 3.0.17

About

Single-binary CLI for the Hoody platform — no Node.js or npm required, runs everywhere with no install dependencies. Six platforms shipped: Linux x86_64 (glibc + musl), Linux aarch64, macOS x86_64 + aarch64, Windows x86_64. The installer fetches a minisign-signed channel manifest, verifies it against a pinned realm pubkey, then downloads the matching tarball/zip and extracts hoody into ~/.local/bin (or %LOCALAPPDATA%\hoody on Windows). For library use in JavaScript/TypeScript code, see the SDK on the Other Artifacts list below.

Install on Linux / macOS

curl -fsSL https://install.hoody.icu | sh

Install on Windows (PowerShell)

iwr https://install.hoody.icu/install.ps1 -UseB | iex

What the installer does

  1. Fetches a tiny verifier (minisign) from /tools/ and checks its SHA-256 against a hash pinned in this script.
  2. Fetches and verifies /channel.json with the pinned realm pubkey (signed Ed25519, never trusts TLS alone).
  3. Picks the latest release listed in channel.json, fetches and verifies SHA256SUMS and the per-platform tarball/zip.
  4. Extracts hoody into the user-local install dir and prints the next-steps.

No sudo. No system-wide writes. Re-running the same command upgrades in place.

Manual download

Prefer to inspect/automate? All artifacts are public and signed — fetch them directly:

Other artifacts in this realm