Skip to content

Releases: dyber-pqc/QuantaWatch

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 27 Jul 02:00

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 26 Jul 13:39

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 25 Jul 16:41

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 25 Jul 13:34

Full Changelog: v0.1.0...v0.1.2

QuantaWatch v0.1.0

Choose a tag to compare

@dyber-pqc dyber-pqc released this 24 Jul 19:51

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 quantawatch

Windows 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 SHA256SUMS

Note: 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.