Products

Seven tools. One install.

A model runner, a sandbox that can be rewound, a dashboard, an approval gate and a signed policy engine — all from one binary, all working offline, all driven by the same short commands.

One binaryWorks offlineNo account
everything, in one session

sandbox sealed ready in 584ms
 

checkpoint sealed-ckpt-1 (before the risky bit) saved in 697ms
 

sealed is back at sealed-ckpt-1 (485ms)
  processes resumed from just now

Pick one

Each of these is a page, and each page shows it working.

Nothing below is a mockup. The terminals replay commands that were run against a real daemon, at roughly the speed the real thing takes.

The idea

One machine you can copy, save and put back.

Everything else follows from that. A model runner is useful; a model runner inside something you can rewind is a different kind of safe.

01 The unit

A sandbox is a whole machine, not a process.

Its own kernel and its own network stack, booted in about half a second. That is what makes the rest possible: you cannot snapshot a namespace mid-thought, but you can snapshot a machine.

584msto boot a sealed machine
2 vCPU1024MiB, by default
Your first sandbox →
sealed

sandbox sealed ready in 584ms
 

pulled docker.io/library/alpine:latest into sealed
 

example.com: refused
  ↑ only api.anthropic.com was allowed out
02 The trick

Save it mid-thought. Put it back still running.

A checkpoint captures memory and running processes, not just the disk. Rewinding does not restart anything — the same processes carry on from the instant you saved them.

697msto save a whole machine
485msto put it back
Checkpoint and rewind →
undo

checkpoint sealed-ckpt-1 (before the risky bit) saved in 697ms
  rewind with `kosa8 rewind sealed`
 

damage done
 

sealed is back at sealed-ckpt-1 (485ms)
  processes resumed from just now
03 The payoff

Try every approach at once, keep the one that worked.

Forking copies the machine, processes and all, so each idea starts from the same instant instead of from a fresh boot. They run in parallel and the losers are cleaned up for you.

3 branchesforked in 3.2 seconds
Fork and compare →
explore

forked 3 branches in 3258ms
BRANCH                     RESULT   TIME    VARIANT
 sealed-explore-712651     ok       275ms   echo one
 sealed-explore-712652     error    3ms     false
*sealed-explore-712653     ok       272ms   echo three
 
winner: sealed-explore-712653
other branches removed; --keep-all keeps them for inspection

Start with the part you need today.

One line installs all of it. There is nothing to switch on.