Open Pack (New)
Agency distribution pack (Diamond template). Outputs fixed: 1-page PDF + PNG + ERF JSON. No evidence ZIP.
Downloads (Free Integrations)
All integrations/tools are free to install. No tracking. No remote scripts/resources by default. Verify is free and read-only on verify.getevidex.net.
WooCommerce Dispute Evidence Bundle
Dispute Evidence Bundle = court-friendly outputs (no ZIP): 1-page Evidence Sheet PDF + Proof Card PNG + Portable Receipt JSON. Integrity + timeline organization (no legal guarantees).
PSP-style mappings; no official integration or affiliation implied. Integrity-only packaging standard; no outcome/admissibility guarantee.
60‑second setup
- Install the WordPress plugin.
- Seal key order artifacts (hash-only).
- Generate the bundle on dispute day.
Why it reduces disputes
- One bundle → fewer emails and fewer attachments.
- Integrity narrative (what existed when) → less friction.
- Privacy-first defaults → lower risk posture.
Reality Audit
—
Security posture (read this)
- No tracking: no analytics cookies, no fingerprinting, no per-user IDs (aggregated counters only).
- No remote scripts: strict CSP, self-hosted assets only.
- Verify is free and read-only on verify.getevidex.net (no login).
- Integrity-only: does not prove truth/identity/authorship; no court acceptance guarantee.
- Domain separation: issuance on getevidex.net, verify on verify.getevidex.net.
ZIP here is for software distribution only. For courts/police, use Court Mode outputs (no ZIP).
Tools directory
Each tool has its own page with: definition, supported packs, install steps, version, SHA256, changelog, and local integrity verification UX.
C) WordPress Plugin (WooCommerce-friendly)
Preferred: WordPress.org (auto-updates). Fallback ZIP for advanced users.
ZIP is for software distribution only. Evidence outputs remain PDF/PNG/Receipt JSON only.
B) Chrome Extension
Preferred: Chrome Web Store when available. Fallback ZIP for manual install.
Privacy disclosure: no data collection, no telemetry, no background polling.
D) Microsoft Word Add-in
Admin-deployable manifest + offline-first verification panel. Manual updates by manifest (no telemetry).
Not an official Microsoft integration.
A) Verify Widget (iframe)
Embed with iframe only (no remote scripts). Default view=minimal with Show details.
E) Mobile App (PWA)
Install as an app (Add to Home Screen). Offline-first for static pages (no API caching).
F) CLI / Local Verify Script
Offline helper to verify ERF receipts and hashes locally (no network calls required).
Reminder: ZIP is for software distribution only. Evidence outputs remain: Evidence Sheet PDF + Proof Card PNG + Receipt JSON. No evidence ZIP.
Verify downloads integrity (SHA256)
Before installing, you can verify ZIP checksums. This page ships a checksum list (no tracking, no remote scripts):
Signed distribution (releases.json)
Signature is Ed25519 over the exact JSON bytes. No uploads.
Verify manually (advanced)
This verifies the releases signature using Node.js (no remote deps). It also works offline after downloading the files.
curl -sSLO https://getevidex.net/keys/distribution_pubkey_ed25519.b64
curl -sSLO https://getevidex.net/downloads/releases.json
curl -sSLO https://getevidex.net/downloads/releases.sig
node - <<'NODE'
const fs = require('fs');
const crypto = require('crypto');
const pubRaw = Buffer.from(fs.readFileSync('distribution_pubkey_ed25519.b64','utf8').trim(),'base64');
const sig = Buffer.from(fs.readFileSync('releases.sig','utf8').trim(),'base64');
const data = fs.readFileSync('releases.json');
const spki = Buffer.concat([Buffer.from('302a300506032b6570032100','hex'), pubRaw]);
const key = crypto.createPublicKey({ key: spki, format: 'der', type: 'spki' });
console.log(crypto.verify(null, data, key, sig) ? 'OK' : 'FAILED');
NODE
Windows
certutil -hashfile vraimony-wordpress-plugin.zip SHA256
Compare the output hash with the matching line in SHA256SUMS.txt.
macOS
shasum -a 256 vraimony-wordpress-plugin.zip
Compare the output hash with SHA256SUMS.txt.
Linux
sha256sum vraimony-wordpress-plugin.zip
Compare the output hash with SHA256SUMS.txt.
Note: ZIP is for software distribution only. For courts/police, use Court Mode outputs (Evidence Sheet PDF + Proof Card PNG + Receipt JSON). No ZIP.
All tools (releases.json + releases.sig)
Single source of truth: releases.json + releases.sig. Signature status is shown in-page; if unverified, treat as Declared (pre-sign builds only). Each tool page shows version, file size, SHA256, last_updated, install steps, and a local SHA256 checker.
ZIP here is for software distribution only. Evidence outputs are PDF/PNG/ERF JSON only. No evidence ZIP.