install

Hoody CLI (native)

Single-binary install — no Node.js required

Install — Linux & macOS

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

Install — Windows (PowerShell)

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

What it does

Downloads the release binary for your platform, verifies it against a signed checksum manifest, and installs hoody into ~/.local/bin (on Windows, %USERPROFILE%\.hoody\bin). No sudo, no system-wide changes. Re-running the same command upgrades in place.

Prefer npm?

If you already have Node.js, npx hoody-sdk gets you the same CLI.

Manual download

Every binary, its checksum manifest, and the signature are published on GitHub Releases — Linux (glibc and musl), macOS, and Windows, on x86_64 and aarch64.