INSTALL HALRO

Start from a verifiable release artifact.

The current GitHub release is v0.8.4. Package channels are verified independently and can temporarily lag the GitHub release.

Version
v0.8.4
Released
2026-09-18
Release commit
100540c3b10c

Homebrew

Available

The official formula currently provides v0.8.4 from the corresponding prebuilt macOS/Linux release archives.

brew install halro-ai/tap/halro

APT

Available

The official APT repository provides v0.8.4 for amd64 and arm64 with a dedicated archive signing key.

sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://halro.ai/keys/halro-archive-keyring.gpg \
  | sudo tee /etc/apt/keyrings/halro-archive-keyring.gpg >/dev/null
curl -fsSL https://halro.ai/packages/halro.sources \
  | sudo tee /etc/apt/sources.list.d/halro.sources >/dev/null
sudo apt update
sudo apt install halro

AVAILABLE NOW

GitHub Release and GHCR

Download amd64 or arm64 archives for Linux and macOS and verify the checksum, Sigstore bundle, and GitHub attestation. The ghcr.io/akz142857/halro:v0.8.4 image supports linux/amd64 and linux/arm64.