Stare Network

Stratura

the workspace for coding agents that teleports, and leaves an audit trail you don’t take on faith

SURFACES

render one event stream • call one typed host bridge

session events
SSE • resume from one integer
host bridge
capability flags

CONTROL PLANE controld

  • desk registry • leases
  • identity • file API
  • event log • push fan-out

HOST PAIR agentdeskd • effectd

  • mount • fence • prefetch
  • Cedar policy • capability
  • journal • signed audit chain
Biscuit mount tokens / per-tenant KMS roots caps over vsock pin • grades

DESK FABRIC

  • JuiceFS volume • COW clones
  • meta: TiKV • data: object
  • cache: local NVMe

GUEST

  • Firecracker
  • no raw egress
  • tools ⇒ caps

TOOL PLANE

  • providers
  • open ABI
  • build here
Stratura surfaces architecture: one event stream and one typed host bridge over control plane, host pair, desk fabric, guest, and tool plane
Same nouns on every operator surface

Stare Network builds Stratura — agent work you can move, and something you can prove.

Coding agents produce work stuck to a machine. The files live on one laptop, the run is half-finished on one VM, and there is no way to prove what the agent actually did. Moving the work means copying disks. Auditing it means trusting logs the agent itself could have written.

Stratura is the product underneath. A desk mounts on any machine you own by transferring a pointer, not a disk. Every tool effect passes a local policy gate and lands in a hash-chained, signed journal you can verify and replay without trusting the agent. Tools arrive through an open plane that says honestly when a host cannot run them.

Every surface — phone, laptop, desktop, browser, CLI — speaks the same wire contracts. There is no per-OS dialect. The desk moves. The evidence stays attached.

DESK

A copy-on-write workspace that mounts on any machine you own, moves by transferring a pointer, and admits exactly one writer at a time.

MEDIATOR

Every tool effect — exec, fetch, model call — passes through Cedar policy and lands in a BLAKE3 / Ed25519 journal you can verify and replay.

TOOL PLANE

A pluggable delivery layer. Providers warm and materialize. Grades L / B / F, reported, never silent. Build tools here.

DAILY LOOP

  • warm attach ≤ 300 ms; interactive < 5 s
  • one SSE stream, resume from one integer
  • one typed host bridge, capability flags
  • offline writes queue; conflicts are cards, not overwrites

NOT A SANDBOX STARTUP

  • not another VM you wait to spin
  • not a per-OS product with a viewport app
  • phones are operators, not windows
  • agent code has no raw egress — tools are caps

Same contracts everywhere. The catalog of real tools belongs to the people who make them.

Open the repository →