Skip to content

Horus v0.21.7

Choose a tag to compare

@github-actions github-actions released this 04 Jul 12:32
· 7 commits to master since this release

Install

curl -fsSL https://horus.sh/install.sh | bash

Requirements

  • Node.js 22+ (self-contained executable)
  • Python 3.11+ with uv or pip (optional — source-intelligence features)

Also available via

npm install -g @merittdev/horus
brew install meritt-dev/tap/horus

Direct download (Linux / macOS)

curl -fsSL https://github.com/meritt-dev/horus/releases/download/v0.21.7/horus-v0.21.7 -o horus
chmod +x horus && sudo mv horus /usr/local/bin/horus
horus --version

Note: the single-file direct download has no local persistence (incident memory / horus ask are display-only). Install via npm or brew for those.