Home/Agents/HiveClaw
HC

HiveClaw RUST

Open source · Apache-2.0v2026.2.2 99.95% uptime
Stars
8.1k
Deploys
92k
Version
2026.2.2
Uptime
99.95%
Runtime
RUST
License
Apache-2.0

Overview

HiveClaw is a distributed swarm coordinator for serious scale. Shard work across many nodes with gossip-based state and at-least-once delivery, and let the cluster self-heal as nodes come and go.

Key features

  • Gossip-based distributed state
  • Work sharding across nodes
  • At-least-once task delivery
  • Automatic node failover
  • Horizontal scale to hundreds of workers

Install

$ cargo install hiveclaw

Quickstart

# 1 - install HiveClaw
cargo install hiveclaw

# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy hiveclaw --model claude-sonnet-4-6

# 3 - or self-host on any VPS
hiveclaw serve --port 8080