Browser E2EE receipt checker

Check what your proof receipt says.

Paste the JSON from Verify this E2EE turn → Expert evidence → Copy raw evidence JSON. This page explains it in plain language and recomputes the binding from the raw TDX quote in your browser. For the non-technical proof model, read Don't Trust. Verify.

Frontend provenance

This checks the JavaScript and CSS currently served to your browser against Conclave's published frontend hash manifest. This is a transparency check; independent proof requires comparing the same hashes against public source or a separately mirrored release.

Checking frontend hashes…

For auditors and developers

Normal users can stop after the checks above pass. This command is for people who want to verify the same receipt outside Conclave's website with the Chutes-documented Intel/NVIDIA attestation path:

pbpaste | python scripts/verify-conclave-receipt.py - --full

Full verification requires Chutes' documented Python dependencies: dcap-qvl, nv-attestation-sdk, and cryptography.