Skip to main content
The THRINDEX CLI (thrindex, aliased as thx) exposes the Rust engine directly. It produces identical output to the Python SDK.

thrindex run

Run a compiled artifact through the behavioral simulator.
Options Output format
The format is stable and snapshot-tested. Do not parse the separator lines; parse the key: value pairs.

thrindex bench

Run the conformance harness against a registered backend.
Options Output format
Exit code is 0 on PASS, 1 on FAIL, 2 on error.

thrindex doctor

Inspect the THRINDEX environment and optionally verify an artifact.
Without --check:
With --check artifact.thx:

thrindex targets

List available compilation and run targets.

Exit codes