HDEX Q1 is designed around secure, deterministic, offline-first execution with audit-friendly verification and developer-focused integration.
Official HDEX Q1 public release mirror.
HDEX Q1 is a free-to-use proprietary Windows offline release for controlled, reproducible, and auditable local execution workflows.
Current release:
- Product: HDEX Q1
- Version: Q1 (v0.1.0)
- Platform: Windows x64
- Package type: Offline ZIP
- Signing profile: Production-assisted
- Signature algorithm: Ed25519
- Signature format: Detached raw Ed25519 PEM signature
HDEX Q1 should be downloaded with its hash manifest, extracted locally, and verified before use.
Use the official GitHub Release assets:
HDEX_Q1_0.1.0_Windows_Offline_Production_Assisted.zipHDEX_Q1_0.1.0_FINAL_HASHES.txt
634e5b1771b549e9f64f5e5b079b3754fde4b47bd687dbbf8ecc837e6e7072f5
27fe306d86e6b0c06da50e2c1a78bfa78db3cd1d7f9572db0c243a71257c5bf6
1addd31bbe4d676ad4b91bb4aa28657dbd4d7a095004e7bd176a852e9c628679
- Download the ZIP and final hashes file from the GitHub Release.
- Extract the ZIP.
- Open PowerShell inside the extracted
01_HDEX_Q1folder. - Run:
.\hdex.exe --version- Verify release signature:
.\hdex.exe release verify `
--bundle . `
--trusted-key-fingerprint 634e5b1771b549e9f64f5e5b079b3754fde4b47bd687dbbf8ecc837e6e7072f5 `
--offline `
--json- Verify bundle integrity:
.\hdex.exe bundle verify `
--bundle . `
--trusted-key-fingerprint 634e5b1771b549e9f64f5e5b079b3754fde4b47bd687dbbf8ecc837e6e7072f5 `
--offline `
--jsonExpected successful verification output:
"status": "verified"If verification fails, do not run the executable.
HDEX Q1 is distributed as free-to-use proprietary software.
Source code is not included.
Modification, reverse engineering, repackaging, resale, fake builds, signature tampering, and unauthorized redistribution are restricted by the HDEX Q1 license.
See LICENSE.
hdex.exe- HDEX Q1 API Starter
- CLI materials
- local API materials
- Rust SDK
- Python SDK
- Node SDK
- Worker SDK
- schemas
- policies
- documentation
- release manifests
- checksums
- detached signature
- public verification key
- Source code
- Private keys
- Passphrases
- Internal build material
- Development repository
https://hdex-systems.web.app/

