Registry Guide

Everything you need to use the HORUS Package Registry

Installing HORUS CLI

The HORUS CLI is your main tool for interacting with the package registry. Install it using one of the methods below.

Quick Install (Recommended)

One-line installer for Linux and macOS:

$ curl -fsSL https://get.horus-registry.dev | sh

Using Cargo

If you have Rust installed:

$ cargo install horus

Verify Installation

$ horus --version

Next step: After installation, authenticate with your account to publish packages.