Coming soon. The client-side verifier is under development. It will perform Level 1 Core verification entirely in your browser — no data leaves your device.

What it will do

  • Accept a file and its .aios.json manifest
  • Recompute hash_original from the file bytes
  • Recompute core_fingerprint from the Core Block
  • Report verification status: Valid, Tampered, or Incomplete

In the meantime

You can verify manifests using any of the reference implementations — the Python and TypeScript implementations both include full verification suites.

# Python example
python aioschema_v055.py verify --file photo.jpg --manifest photo.jpg.aios.json

View implementations → Read the verification spec (§10) →