This page identifies the public and reference components in the Waveframe architecture. It is not a pricing page or hosted-product page; it explains which layer does what and where enforcement responsibility belongs.
pip install waveframe-guard cricore cricore-contract-compiler cricore-proposal-normalizer
For production systems, Guard is the runtime boundary. CRI-CORE is the decision kernel. The compiler and normalizer prepare the authority and proposal inputs those runtime layers require.
Commercial surfaces such as Cloud, Ledger Workspace, and Guard Inspector operationalize this model for teams, but the institutional reference remains here.
Normalizes human governance, produces diagnostics, gates publication, preserves lineage, and writes registry-ready authority artifacts.
Install: pip install governance-ledger
Converts approved governance policy into stable, machine-readable compiled authority contracts with contract id, semantic version, and hash.
Install: pip install cricore-contract-compiler
Assembles actor, mutation, artifacts, and contract reference into the single canonical proposal envelope CRI-CORE evaluates.
Install: pip install cricore-proposal-normalizer
Evaluates the canonical proposal against the compiled authority contract and returns a deterministic execution decision.
Install: pip install cricore
Intercepts function execution, loads published contract artifacts, calls enforcement logic, and blocks invalid actions before they run.
Install: pip install waveframe-guard
Serves registry metadata, immutable authority contracts, audit ingestion, organization-scoped identities, and durable receipts.
To see how authority, proposals, execution decisions, and audit receipts move through the stack, use the canonical architecture page.