Verify before execution
Validate manifest, circuit structure, policy gates, target, and authorized workload identity.
QuantumD binds verification, authorization, execution, and results into a cryptographically verifiable evidence chain. The source is now public, the alpha is installable, and every claim can be inspected.
The control point
A successful cloud job and a complete log trail do not prove that the approved workload was the workload actually executed. Plans can be replayed, job identifiers substituted, and results altered while each individual system still appears valid.
QuantumD closes that gap by binding reviewer intent, workload identity, policy decisions, provider submission, execution receipts, and result artifacts into one inspectable chain.
Validate manifest, circuit structure, policy gates, target, and authorized workload identity.
Prevent authorization replay and make reviewer intent part of the signed execution record.
Connect provider job identity, observed shots, results, and receipts back to the approved plan.
The Evidence Graph
QuantumD treats the execution lifecycle as a graph of signed, hashed, and mutually bound evidence rather than a collection of unrelated logs.
What was reviewed, validated, and permitted.
Who approved the exact verified workload.
What target ran, when, and under which constraints.
Which artifact and observed shots were produced.
An independently verifiable chain of custody.
Public alpha boundary
Why this matters
The alpha demonstrates the complete evidence architecture while preserving a hard boundary between educational simulation and governed hardware execution.
Read the alpha boundariesLaunch proof
The August 2, 2026 public launch was completed only after a zero-finding, zero-warning audit and anonymous installation verification.
Pull requests, governed CI, linear history, and thread resolution protect main.
Secret scanning, push protection, and private vulnerability reporting are enabled.
Repository-bound Workload Identity Federation signs through a least-privilege KMS identity.
Start with QuantumD
Install QuantumD directly from production PyPI. The local quickstart creates a simulator-only governed project, executes an evidence-bound workload, and independently verifies the resulting evidence chain.
$ pip install quantumd
$ quantumd quickstart my-project
$ quantumd verify-chain my-project --latest
[STATUS] COMPLETE EVIDENCE CHAIN VERIFIED
Join the evaluation
QuantumD needs technical, operational, educational, assurance, and security perspectives. Choose the path closest to your work.
Test initialization, local execution, provider boundaries, and reproducibility.
Start the quickstartInspect signing, hashing, fail-closed behavior, workflow permissions, and supply-chain controls.
Inspect security codeEvaluate whether the Evidence Graph answers who approved what, what ran, and what resulted.
Open evaluation guideUse the simulator-only trust mode to study governed execution without hardware authority.
Review alpha scopeRead the contribution workflow, open a focused issue, and submit changes through protected main.
ContributeUse GitHub private vulnerability reporting for responsible, non-public disclosure.
Report securelyOpen-source community
The public alpha is the beginning of the evaluation cycle. Questions, edge cases, failed assumptions, and adversarial feedback are welcome.
QuantumD public alpha
QuantumD is public, protected, and ready for independent evaluation.