Install
Three commands. No accounts. No telemetry. Capsules stay on your machine.
1. Install
pip install novafabric Requires Python 3.11+.
2. Capture your first run
Wrap any command — Python, shell, container — and NovaFabric records every model call, tool invocation, and environment fact into a self-contained capsule directory.
nova capture python your_agent.py3. Inspect or replay
nova inspect <run-id>
nova replay <run-id> --mode mocked
nova lineage provenance <run-id>Want a guided tour first?
Walk through the lineage demo, the replay diff, and the evidence verifier — all run on a baked-in fixture, no install needed.