Open source

The Hive stack has one public map.

Memory is the core. Swarm and Control are extensions. This page keeps the public GitHub story clean and operator-readable.

Projects

Memory first, operations second.

The old map made every Hive piece look equal. This hierarchy points users to the foundation first, then the optional operational layers.

Hi
Public repo

HiveMemory

Persistent memory for AI agent teams.

Private agent silos plus a curated shared hive, so sessions resume with less re-explaining and less context-window waste.

  • Private agent memory
  • Shared hive index
  • Curated learnings
  • Bootstrap contract
Hi
Extension

HiveSwarm

Hardware-aware routing for agent work.

Routes work across usable compute lanes, tracks capacity, and degrades honestly when a machine or worker is unavailable.

  • Capacity-aware scheduling
  • Local + remote workers
  • Agent slot visibility
  • Graceful offline mode
Hi
Extension

HiveControl

Owner-consented control for real machines.

Capability-gated actions, proof records, canaries, and approval boundaries for terminal, file, browser, desktop, and worker control.

  • Consent boundary
  • Relay canaries
  • Gateway control
  • Recovery notes
Release principles

Public code needs public-safe proof.

These repos document reusable patterns without exposing private tokens, hostnames, runtime logs, or machine-specific control details.

01

Owner consent and clear machine boundaries come first.

02

Live canaries beat stale memory or theoretical configuration.

03

Transport success is not execution success until output proves it.

04

Public repos use placeholders and patterns, never private runtime details.