Skip to main content
filepacks is an open-source CLI that seals an agent, eval, or CI run into a single portable file called a .fpk. You can verify it hasn’t changed, diff it against another run, and hand it off. The whole run lives in one file you can inspect instead of scattered logs, screenshots, and dashboards.

What you can do

  • Pack a run directory into one deterministic .fpk with a SHA-256 for every file.
  • Inspect what a .fpk contains before you trust it.
  • Verify an artifact is byte-for-byte what was produced.
  • Compare two runs to see exactly what changed.

Start here