Skip to main content
Self-hosting regulated records means running the preservation and evidence estate on your own infrastructure: RFC-3161 timestamping, a tamper-evident audit log, legal and e-discovery holds, and offline verification, all under your own keys with no cloud dependency. This guide covers what a compliant self-hosted estate for HIPAA, GDPR, and eIDAS records requires, and how the AlgoVoi Verifiable Compliance Suite provides it. Last updated: 3 August 2026.
This guide covers the compliance and long-term-data estate. If you need the agentic payment rails (x402, MPP, AP2, A2A), those ship separately as the Payment Rails bundle.

The preservation problem cloud storage does not solve

A regulated record stored in a cloud bucket is encrypted and durable. It is not evidence. Evidence means three things beyond write-durability:
  1. Proof of when a record existed, independent of your own server clock.
  2. Proof of who read it, logged tamper-evidently so the log itself cannot be quietly altered.
  3. Proof it was or was not held for a matter, so disposal sweeps cannot touch records that are frozen for litigation.
Cloud storage gives you (1) only if you add an RFC-3161 time-stamping authority call yourself, (2) only if you build a signed read-event log yourself, and (3) only if you build litigation-hold enforcement yourself. Then your auditor or opposing counsel needs to trust your implementation to verify any of it. A self-hosted evidence estate builds all three as tamper-evident, independently verifiable signed chains from the start, so the verification is a mathematical check against a published public key, not a review of your processes.

What a self-hosted evidence estate requires

The minimum set for regulated-records preservation: The AlgoVoi Verifiable Compliance Suite ships all six as a single on-prem bundle. Each capability is a separate Falcon-1024-signed, hash-linked chain stored beside the encrypted archive, verifiable offline from one published public key.

Install the self-hosted evidence estate

The full estate is a single encrypted deliverable. Your Falcon-1024-signed licence is both the decryption key and the runtime licence.

Prerequisites

That is the full external dependency set for extraction and verification.

Extract and install

The extractor verifies your licence against AlgoVoi’s issuer public key, then decrypts and writes each component wheel with a SHA-256 integrity check. Nothing installs unless the licence is valid and every integrity check passes. No PyPI call, no phone-home.

Start the estate

All services licence-check on startup and fail closed if the key is absent, invalid, or expired.

Air-gap deployment

The bundle installs with no external network access. For fully air-gapped environments:
  • Copy bundle.algv, algovoi_unbundle.py, and your licence.key to the target machine.
  • Run the extractor. The only outbound call the extractor makes is a licence-validity check against AlgoVoi’s issuer key, which is bundled inside the extractor itself (no network needed for the check).
  • All wheels install from the local extracted directory, not from PyPI.

Archive a record with RFC-3161 timestamping

In air-gap mode, timestamp=True with no network degrades to a signed air-gap record that logs the imprint and the local clock in a signed chain entry. The TSA is optional in the same way the S3 backend is optional.
The hold is a signed entry in the holds/ chain. is_held() re-verifies the hold chain before every disposal check. A corrupted or missing chain entry counts as held, not released, so tampering cannot silently unlock a disposal.

Verify the evidence pack offline

Every Records Vault deployment can emit a self-contained evidence pack: the signed chains, the public key, and a standalone verifier. An auditor or opposing counsel runs this with no AlgoVoi software and no network:
A clean pack prints:
Tamper with any entry and the chain breaks at exactly that entry. The verifier code is ~120 lines; your auditor can read and audit it in an afternoon.

Portable evidence export

The .epi Evidence Export add-on packages a Records Vault evidence set as a portable, post-quantum-sealed artifact your auditor carries away and verifies on their own machine, with no AlgoVoi software, service, or account on their side.

Regulatory coverage

Your counsel certifies compliance. The suite provides the tamper-evident, independently verifiable evidence that certification rests on.

Bring your own keys

Hold the Falcon-1024 signing and ML-KEM-1024 encryption keys in your own HSM, KMS, or HashiCorp Vault. AlgoVoi never sees a private key. The signed output is unchanged, so the evidence pack and the offline verifier work identically regardless of where the key is held.

Get the self-hosted compliance evidence estate

The Verifiable Compliance Suite is a one-time purchase on a perpetual licence, self-serve from the store.

Buy the Verifiable Compliance Suite

One-time perpetual licence, self-serve, paid in USDC. Pay, download, key. One key installs the full compliance and long-term-data estate: Compliance Command Center, Records Vault, Recovery Vault, Verifiable Archive, Compliance Gate, Retention, Sanctions Monitor, Travel Rule, and Verifiable Audit Log. Air-gap capable, no PyPI. Enterprise or OEM: email us.