One interface for Cathedral miners and validators.
| Role | What it does |
|---|---|
| Compute miner | Runs Intel TDX CPU work and returns measured evidence with receipts. |
| Distill miner | Finds exploit proofs for fixed vulnerabilities. Validators rerun both builds before scoring. |
| Validator | Verifies evidence and composes weights. Chain broadcasts stay off by default. |
Requires Python 3.11-3.13.
git clone https://github.com/cathedralai/cathedral-cli.git
cd cathedral-cli
python3.11 ./cathedral quickstart# Human guidance
python3.11 ./cathedral explain compute
python3.11 ./cathedral doctor compute
# Agent guidance
python3.11 ./cathedral agent-brief compute
python3.11 ./cathedral capabilities --jsonReplace compute with distill or validator.
Everything above works on a fresh clone today.
setup and test additionally need a signed Cathedral release, which is not published yet — so they fail closed until it is. That is the design, not a fault: the CLI installs no engine it cannot verify. Rewards and chain writes stay off by default in early beta.