Waveframe is not one monolith. It is a set of narrow infrastructure components that turn governance into authority, authority into contracts, contracts into admissibility decisions, and decisions into runtime enforcement.
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.
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 execution architecture page.