QuantumD is now open source. Public alpha is live on production PyPI and independently verifiable. Install from PyPI
Public alpha live

Trust infrastructure for high-stakes quantum execution.

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.

Apache 2.0 32 tests passing 10 evidence checks Protected main
Verify Authorize Execute Reconcile Prove

The control point

AI may propose. QuantumD decides what is permitted to run.

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.

01

Verify before execution

Validate manifest, circuit structure, policy gates, target, and authorized workload identity.

02

Bind approval to intent

Prevent authorization replay and make reviewer intent part of the signed execution record.

03

Reconcile after execution

Connect provider job identity, observed shots, results, and receipts back to the approved plan.

The Evidence Graph

Every decision becomes part of the proof.

QuantumD treats the execution lifecycle as a graph of signed, hashed, and mutually bound evidence rather than a collection of unrelated logs.

QVERIFY

Verification

What was reviewed, validated, and permitted.

AUTH

Authorization

Who approved the exact verified workload.

QEXEC

Execution

What target ran, when, and under which constraints.

RESULT

Result

Which artifact and observed shots were produced.

RECEIPT

Proof

An independently verifiable chain of custody.

Public alpha boundary

Local development is intentionally constrained.

Trust mode
LOCAL_DEVELOPMENT
Trust scope
LOCAL_SIMULATION_ONLY
Hardware authorization
PROHIBITED
IBM contacted
False
KMS contacted
False

Why this matters

A local signature is not silently promoted into production authority.

The alpha demonstrates the complete evidence architecture while preserving a hard boundary between educational simulation and governed hardware execution.

Read the alpha boundaries

Launch proof

Public by evidence, not announcement alone.

The August 2, 2026 public launch was completed only after a zero-finding, zero-warning audit and anonymous installation verification.

32 Regression tests passing
10 Independent evidence checks
158 Historical text blobs scanned
0 Audit findings
0 Audit warnings
100% GitHub community profile

Protected development

Pull requests, governed CI, linear history, and thread resolution protect main.

Protected secrets

Secret scanning, push protection, and private vulnerability reporting are enabled.

Protected release identity

Repository-bound Workload Identity Federation signs through a least-privilege KMS identity.

Start with QuantumD

Install in one command. Verify every execution.

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.

quantumd-terminal
$ pip install quantumd

$ quantumd quickstart my-project

$ quantumd verify-chain my-project --latest

[STATUS] COMPLETE EVIDENCE CHAIN VERIFIED

Join the evaluation

Built for inspection by more than one kind of expert.

QuantumD needs technical, operational, educational, assurance, and security perspectives. Choose the path closest to your work.

Quantum developers

Test initialization, local execution, provider boundaries, and reproducibility.

Start the quickstart

Security and DevSecOps

Inspect signing, hashing, fail-closed behavior, workflow permissions, and supply-chain controls.

Inspect security code

Reviewers and assurance leaders

Evaluate whether the Evidence Graph answers who approved what, what ran, and what resulted.

Open evaluation guide

Educators and researchers

Use the simulator-only trust mode to study governed execution without hardware authority.

Review alpha scope

Contributors

Read the contribution workflow, open a focused issue, and submit changes through protected main.

Contribute

Security researchers

Use GitHub private vulnerability reporting for responsible, non-public disclosure.

Report securely

Open-source community

Inspect the system. Challenge the evidence.

The public alpha is the beginning of the evaluation cycle. Questions, edge cases, failed assumptions, and adversarial feedback are welcome.

QuantumD public alpha

Verify before execution. Prove after.

QuantumD is public, protected, and ready for independent evaluation.