CLI
The v0.8.0 Rookhold app provides the unified local and remote workflow:
bash
rookhold run python 'print(6 * 7)'
rookhold run python script.py --wall-seconds 2
rookhold run python transform.py --file data.csv --output output/report.json
rookhold check
rookhold jobs
rookhold show JOB_ID
rookhold verify --envelope job.dsse.json --subject job-result.json --public-key key.pem --tenant acmerookhold run uses ROOKHOLD_BASE_URL and ROOKHOLD_API_KEY when both are set. Otherwise it starts and stops a temporary local development service. rookhold check tests the service, credential, runtimes, actual isolation, and MCP connection with plain pass/warn/fail output.
The separately downloadable rookhold-cli is the existing-server client. It does not contain the service or the zero-configuration rookhold run path.