Hivra home

Hivra is a Person-First Runtime.

We built Hivra as a reference implementation where the Capsule is the continuity anchor of a person. Capabilities are replaceable plugins that use host APIs, while transports and providers stay behind adapter boundaries.

Current architecture in one line: person continuity first, bounded capability context, explicit trust setup. Persistent Capsule Replaceable capabilities Scoped evidence Trust as extension layer

The inversion

Person / Capsule, not account / platform.

Hivra does not start from a social graph or protocol stack. It starts from a person runtime that must remain stable while everything around it can evolve.

Capsule Stable continuity anchor

Capsule stores person continuity and remains durable across app and transport changes.

Runtime Core semantic boundary

Core semantics define accepted state transitions and the bounded context available to capabilities.

Capabilities Replaceable capabilities

Chat, AI, and trading modules can be replaced without rebuilding person or Capsule continuity.

What Capsule owns

Current scope: only the continuity core.

We keep Capsule minimal and composable so it can survive protocol updates and application churn.

Continuity

Persistent authenticated history and Core state that stay anchored to the person.

Authenticated history

Evidence and transitions that describe how continuity changed over time.

Core state

Boundaries where security, acceptance, and capability context are resolved.

Evidence boundary

External effects remain outside Core truth unless accepted through a defined capability or effect boundary.

Bounded context

All capability calls are matched against explicit context rather than implicit privilege.

Local-first base

Person continuity remains local-first and recoverable across installations without promising protocol lock-in.

What Capsule does not mean

Hard boundaries, explicit scope.

Not an account

Capsule can use accounts, but it is not a provider account itself.

Not a social graph node

Relationships are not implicit privilege surfaces by default.

Not a wallet

Money modules are capabilities, not the continuity core.

Not a transport identity

Protocol endpoints and networks are interchangeable adapters.

Current architecture

Implemented now.

We describe only behavior already present in the current stack.

Person-first continuity

Capsule is the single continuity anchor.

Trust setup

Slots, Starters, Invitations, and Relationships belong to Core/Ledger domain truth.

Capability flow

Request, decision boundary, adapter execution, and evidence handling are explicit.

Research direction

2026-2030 hypotheses.

This is roadmap language, not current semantics.

Intent-first execution

Agent execution and local planning move earlier in the stack.

Selective on-chain role

Blockchain is used where audit and settlement need it, not as universal truth.

Future service actors

Autonomous service execution remains research direction, not current Core semantics.

Capability lifecycle

The person keeps continuity. Capabilities do the work.

A goal enters one capability owner. The owner decides within its bounds, an adapter executes, and the capability reconciles the receipt before returning a result.

  • Goal enters capability
  • Capability decides
  • Adapter executes
  • Receipt reconciled
  • Result returns
Person / Capsule Continuity root
Capability Owner One decision path
Capability Adapter Execution
Receipt / Reconciliation Verified outcome

Core and Ledger remain the domain-truth boundary. External observations, decisions, and receipts stay with their capability unless a real Core use case accepts a domain transition.

Need the real context

See what is implemented and where we are heading.

About page now follows the same architecture framing. This page stays close to the product reality and avoids invented semantics.