Skip to content

Releases: Skeletor-Pirate/quant-harvest

v0.1.0 First Harvest

Choose a tag to compare

@Skeletor-Pirate Skeletor-Pirate released this 27 Aug 10:56

First public launch of Quant Harvest.

Carbon-aware Go control plane for post-quantum (ML-KEM) batch workloads.

Features:

  • Carbon-aware deferred queue (threshold 200 gCO2e/kWh, tick 15s)
  • SQLite WAL with idempotency + retries + busy timeout
  • Operator console at /
  • Prometheus /metrics + /healthz /readyz
  • PQC boundary (pqc.go) for ML-KEM integration
  • Docker + Kubernetes manifests

Live demo: https://quant-harvest.onrender.com

Quickstart: go run . or docker build -t qharvest . && docker run -p 8080:8080 qharvest