Verify operational evidence independently
Paste a GOVP record, or load one of the public examples. The full check — including the Ed25519 signature — runs entirely in your browser. Nothing is uploaded. This is byte-for-byte the same verification the offline desktop verifier performs.
Domain binding compares the record's Canonical field to this URL. Fetching a live URL from the browser may be blocked by the issuer's CORS policy; the desktop verifier fetches it with no such limit.
What a pass proves
The record is intact and its Ed25519 signature is valid, so it has not been altered since it was signed. The GOVP-ID is correctly derived and the record is bound to its issuing domain.
What it does not prove
The Generated-At time is asserted by the issuer; a bare record does not independently anchor it. Verification proves integrity of the declaration — not that the declared event physically happened, nor that the statement was true when made.
Why it runs offline
Verification needs no server and no issuer. GOVP Studio performs the identical check with no network at all, and fetches canonical URLs without CORS limits.