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

# Etalon documentation

> Operator guide for the Etalon runner.

# Etalon documentation

Etalon is an open-source runner. It executes a versioned pack against an
OpenAI-compatible endpoint on the operator's network and writes qualification
evidence for that deployment: a fingerprint, captured inputs and outputs, case
results, coverage, a three-state decision, and a static HTML report.

This repository is the open-source runner,
[coyos-ai/etalon](https://github.com/coyos-ai/etalon). The packs checked in
here are public fixtures only.

A decision is the pack policy reading the scores for the captured
configuration. It does not determine that a regulation, contract, or internal
control has been met.

Published at [docs.etalon.sh](https://docs.etalon.sh).

## Read in this order

1. [Getting started](/docs/getting-started) — install, run the local fixture, open the report, then inspect, verify, and check the bundle.
2. [How qualification works](/docs/how-qualification-works) — pack versus runner, what a bundle contains, and how a decision is reached.
3. [CLI reference](/docs/cli) — subcommands and flags.

## Reference

* [Packs](/docs/packs) — what a pack is, and the two public fixtures.
* [Judges](/docs/judges) — rubric-judge transports. The TypeSafe transport is [TypeSafe judge](/docs/typesafe-judge).
* [Offline install](/docs/offline-install) — install from a local wheelhouse with the network namespace disabled.
* [Signing](/docs/signing) — Ed25519 signatures over `hashes.json`.
* [Overview](/docs/overview) — the same decision, coverage, check, and compare rules in one page.

The repository [README](https://github.com/coyos-ai/etalon/blob/main/README.md) has the copy-paste demo, the fixture
model table, and the container note. These pages go further for an operator.
They do not replace that demo.
