HORUS Documentation

Everything you need to build with HORUS

Getting Started

Installation
Install the HORUS CLI and set up your environment
Coming soon...
Quick Start
Build your first HORUS application in 5 minutes
Coming soon...
Core Concepts
Understand the fundamentals of HORUS
Coming soon...

Package Management

Installing Packages
horus pkg install <package-name>
Coming soon...
Publishing Packages
Share your packages with the community
Coming soon...
Environment Freeze
Capture and restore exact package versions
Coming soon...

Core Framework

HORUS Link
Zero-copy shared memory IPC for real-time performance
Coming soon...
Node System
Building computational nodes in Rust, Python, and C
Coming soon...
Orbit System
Distributed node orchestration and deployment
Coming soon...

API Reference

Registry API
HTTP API for package management
Coming soon...
CLI Commands
Complete CLI reference
Coming soon...
Library API
horus_core Rust library documentation
Coming soon...

Quick Reference

Package Management

$horus pkg install slam_toolbox
$horus pkg remove slam_toolbox
$horus pkg list

Environment Management

$horus env freeze -o my-env.yaml
$horus env restore my-env.yaml

Authentication

$horus auth login --github
$horus auth whoami