> ## Documentation Index
> Fetch the complete documentation index at: https://filepacks.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# filepacks

> Open-source CLI for sealing a run into one portable .fpk artifact.

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

* [Quickstart](/quickstart): pack your first run in under a minute.
* [CLI reference](/cli): the four commands in full.
