Company Performance Metrics
QENEX LTD (UK Companies House #16523814) builds Pulse — a third-party risk management product for firms regulated under DORA, the EU AI Act, the UK FCA SYSC framework, NIST CSF, ISO 27001, the EU Cyber Resilience Act, and FINRA. Pulse maintains a per-tenant requirement- coverage map, a hash-chained ledger of every client attestation, and a daily
external timestamp (BOSA qualified RFC 3161 TSA, plus OpenTimestamps against the Bitcoin chain, plus a private Sigstore Rekor transparency log) so that the firm's compliance state at any historical moment is independently verifiable.
The same cryptographic discipline applies to the company's own production infrastructure: every deploy of qenex.ai writes an Ed25519-signed, hash-chained entry to /.well-known/deploy-log.json, with a 60-line Python verifier published at /docs/deploy-verification/.
Operated from London on owned bare-metal (no AWS, no Azure, no Cloudflare for the production stack). Self-hosted authoritative DNS, self-hosted email with AI-classifier dispatch, self-hosted Git (git.qenex.ai), self-hosted office collaboration (office.qenex.ai), and self-hosted AI inference. The open-source verification reference implementation is at github.com/qenex-ai/qenex-verifier under Apache-2.0.