Releases: dyber-pqc/QuantaWatch
Releases · dyber-pqc/QuantaWatch
Release list
v0.1.5
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
v0.1.2
QuantaWatch v0.1.0
QuantaWatch v0.1.0
First release. Post-quantum Cryptographic Posture Management + an in-path AI gateway.
Highlights
- PQC core — ML-DSA-65 (FIPS 204) signing, ML-KEM-768 (FIPS 203), SHA3 hash-chained + Merkle-batched audit.
- Quantum attack-path engine, CBOM + attestation, compliance (CNSA 2.0 / NIST IR 8547 / FIPS 203-204), crypto-agility policies.
- Native offline desktop app (Windows) — browser-free, air-gapped by default. See docs/desktop.md.
Install
Python SDK (public on PyPI):
pip install quantawatchWindows desktop app — download one of:
quantawatch-windows-quantawatch-desktop.msi(MSI, managed/silent install)quantawatch-windows-quantawatch-desktop-setup.exe(Inno Setup wizard)
Gateway + CLI — per-OS binaries below:
- Linux:
quantawatch-linux-quantawatch(gateway),quantawatch-linux-qw(CLI) - macOS:
quantawatch-macos-quantawatch,quantawatch-macos-qw - Windows:
quantawatch-windows-quantawatch.exe,quantawatch-windows-qw.exe
Verify
SHA256SUMS lists the SHA-256 of every artifact:
sha256sum -c SHA256SUMSNote: these desktop installers are unsigned in this build (Authenticode signing activates once a code-signing certificate is configured). Docker images are published to GHCR (private) with keyless Sigstore signatures.