Introduction

Hiver is the platform for building reliable agents that do real work, designed from the ground up for security, performance, and trust.

It's flexible by design: run it locally on your laptop, or scale it out in the cloud. It's also all open source, so you can run it anywhere, right alongside your most private and valuable data.

Hiver includes a secured sandbox and orchestration for agent-to-agent communication. It ships an inspector for end-to-end observability, support for all the popular agent harnesses, and a remote browser. On top of that, you get client APIs for TypeScript, Python, and Go, plus a CLI.

Why Hiver?

Agent prototypes start simple: one harness, one runtime, one task.

Agent HarnessSandbox

However, production agents are different. They share memories, reuse skills, browse the web, call APIs, persist files, and need policy boundaries.

Agent AAgent BWeb BrowserMemoriesS3SkillsS3ProxyInternetRWRO

This happens quickly. An agent generates memories from each run. Another agent should reuse those memories instead of rediscovering the same context. A skill improves. A policy changes. A browser session needs to be replayed. Suddenly you need versioning, access control, provenance, and observability across the whole system.

Hiver keeps those changes scoped, replayable, and governed per run.

The Hiver Inspector showing an agent's timeline, terminal, and browser as it triages email

As agents become distributed systems, Hiver gives them runtime, policy, storage, and replay.

Core features

  • Fast startup (Claude Code in 10ms1, Web browser in 25ms2)
  • File systems: S3, GCS, Google Drive, your own service, Overlayfs, Fusefs.
  • Transparent proxy with powerful request overwrite rules.
  • VM and file snapshotting. Automatic checkpointing.
  • Container and microvm isolation.
  • Kubernetes native. No special tooling required.
  • End-to-end observability across agents and environments.
  • Develop, test and improve agents locally (even offline). Then, deploy to your favorite cloud.

How Hiver compares

See Hiver vs. alternatives for a side-by-side on isolation, self-hosting, cold starts, and built-in policy.


Next: Installation