v0.1.0 Beta · Apache 2.0 · Python 3.10+

The governance layer LLMs were missing.

IronFrame sits between any LLM and your domain application — enforcing tool risk, logging every decision, and producing compliance-ready audit trails. Works with Claude, GPT-4o, Gemini, Llama, and any model your organization uses.

pip pip install ironframe
205/205
Tests passing
18
Components
5
Compliance adapters
0ms
Hook latency target
The problem

Prompts don’t produce audit trails.

Most “AI reliability” products try to fix hallucination with more AI. IronFrame takes a different approach: deterministic enforcement outside the LLM context window. A model cannot rationalize around hooks it never sees.

Capability Prompt Engineering RAG / Chain-of-Thought IronFrame
Enforces tool boundaries at hook level
Tamper-resistant audit trail
Persists state across sessionsPartial
Compliance-ready out of the box
Model-agnostic (any LLM)
MRM / supervisory audit export
Architecture

Above the model. Below your application.

IronFrame is a governance stratum. The enforcement logic executes outside the LLM context window. The model never sees the rules it can’t break.

Claude/ GPT-4o/ Gemini/ Llama Tool Risk (C21) Capability Fence (C24) MRM Log (C22) Audit Export (C23) ✓ Governed Output
18 components · 4 pillars

Everything LLM infrastructure needs.

Enforcement
  • Hook Engine — deterministic pre/post hooks outside LLM context
  • Tool Risk Tier System (C21) — LOW / MED / HIGH classification
  • Capability Fence (C24) — exploit, recon, credential patterns blocked
  • State Machine · Agent Trust · I/O Schema
Observability
  • Immutable Audit Log — write-before-release, SHA-256 integrity
  • MRM Metadata (C22) — SR 11-7 & EU AI Act Art. 12 aligned
  • Supervisory Audit Export (C23) — tamper-resistant, CLI exportable
  • Conformance & Drift Engine · Context Budget
Model Access
  • Model Abstraction Layer — fast / smart / cheap / verification routing
  • Budget Manager — per-request, per-session, per-day spend caps
  • Error Recovery
Verification
  • Self-Audit Engine — confidence scoring on every output
  • Logic Skills · Eval & Regression
  • KB Grounding
Ask IronFrame AI

Have a question? Ask the AI.

Ask about architecture, compliance mapping, or whether IronFrame solves your deployment challenge. Unbuilt capabilities go directly to the roadmap.

🤖
IronFrame Assistant
Powered by Perplexity AI
🤖
Hi — ask me anything about IronFrame: architecture, compliance mapping, LLM support, or whether IronFrame can solve your specific challenge. If something isn’t built yet, I’ll flag it as a roadmap item.
Open Source · Apache 2.0

Start with the open core. Scale to enterprise.

Hook Engine, Tool Risk Tiers, and Session Registry are free forever. Compliance adapters and hosted tier for regulated deployments.

For Developers

Production-grade LLM governance in minutes.

Open-source core, Apache 2.0. Install, wire up your API key, and every LLM call is audited, budget-capped, and enforcement-gated from line one.

Install from PyPI View source →
Quickstart

Up in 3 lines.

Python
# Install
pip install ironframe

from ironframe import IronFrameConfig
from ironframe.mal.client_v1_0 import IronFrameClient

config = IronFrameConfig.from_env()
client = IronFrameClient(config)

response = client.complete(
    prompt="Summarize key contract risks.",
    capability="smart",  # fast|smart|cheap|verify
)

print(response.content)
print(f"Confidence: {response.confidence}")
print(f"Cost: ${response.cost:.4f}")
# Every call: audited, budget-capped, confidence-scored.
Extras
pip install "ironframe[openai]"   # GPT-4o / Perplexity
pip install "ironframe[z3]"      # Symbolic verification
pip install "ironframe[all]"     # Everything
What you get free (Apache 2.0)
Session Methodology Registry (C19)
Methodology injection on every session startup — no more context drift.
Dependency Registry + Scanner (C20)
Tracks project dependencies, scans for drift automatically.
Tool Risk Tier System (C21)
LOW / MED / HIGH enforcement — PreToolUse hooks, audit events on every HIGH execution.
Immutable Audit Log
Write-before-release. SHA-256 per event. If logging fails, the operation does not complete.
Budget Manager
Per-request, per-session, per-day spend caps. Mandatory — not optional.
Model Abstraction Layer
Capability routing across Claude, GPT-4o, Gemini, Llama — swap models without code changes.
Licensing

Open core. Commercial power.

Apache 2.0 — Free forever
  • C19 Session Methodology Registry
  • C20 Dependency Registry + Scanner
  • C21 Tool Risk Tier System (core)
  • Hook Engine · Self-Audit Engine
  • Model Abstraction Layer · Budget Manager
  • Base compliance classes (build your own adapters)
Commercial license
  • C22 MRM Metadata + Decision Log
  • C23 Supervisory Audit Export (SHA-256, CLI)
  • C24 Offensive Capability Fence
  • HIPAA, FINRA, SOC2, SEC, GDPR adapters
  • C25 Bank Reference Architecture
  • Multi-user management · Hosted tier (coming)

Start building in 3 minutes.

Full docs, architecture decision records, and SPEC.md are in the repo.

EU AI Act full application: August 2, 2026

LLM governance for regulated industries.

IronFrame’s commercial tier is built for financial services, healthcare, and government — organizations that cannot deploy AI without a verifiable audit trail, risk management log, and explainable output chain.

Request a demo Ask our AI →
Industries

Built for regulated environments.

IronFrame is purpose-built for organizations where an unaudited AI decision has legal, financial, or patient-safety consequences.

Financial Services
Trading, Risk & Compliance
Model risk management documentation, supervisory audit exports, and capability fencing for trading desk AI. Built to BCBS 350, SR 11-7, and FINRA requirements.
FINRASR 11-7BCBS 350
Healthcare
Clinical & Administrative AI
HIPAA-native audit schema, PHI access logging, and session methodology enforcement for clinical decision support and administrative automation.
HIPAASOC2
Government & Defense
Policy & Operations AI
FedRAMP-aligned architecture, immutable audit trails for AI-assisted decisions, and tool risk enforcement for sensitive government workflows.
FedRAMPNIST AI RMF
Enterprise Technology
AI Platform Teams
Multi-model governance, compliance reporting, and deployment guardrails for AI platform teams building on Claude, GPT-4o, Gemini, or open-weight models.
SOC2GDPREU AI Act
Regulatory mapping

Which component satisfies which requirement.

RegulationRequirementIronFrame ComponentNotes
EU AI Act Art. 9Risk management systemC21 Tool Risk C24 Capability FenceTool tier classification + offensive capability blocking
EU AI Act Art. 12Logging & traceabilityC22 MRM Log C23 Audit Export6-month retention, SHA-256 integrity, supervisory export
EU AI Act Art. 14Human oversightC21 HIGH gate C22 MRM LogTOOL_APPROVAL_REQUIRED blocks until human approves
EU AI Act Art. 15Cybersecurity & robustnessC24 Capability FenceExploit/recon/credential patterns blocked by allowlist
SR 11-7 / BCBS 350Model risk managementC22 MRM Metadata C23 Audit ExportMRMSession + MRMDecision; JSON/YAML supervisory export
FINRA Rule 3110Supervision & recordsC23 Supervisory Export--supervisory flag strips internal metadata for regulators
HIPAAPHI audit trailCompliance Adapter Audit LogHIPAA fields captured natively in audit schema
FedRAMP ModerateContinuous monitoringC23 Audit Export C24 FenceLLM-agnostic — works on approved models, not Anthropic-locked
Day one deployment checklist

The boxes your legal team will ask about.

Tool boundary enforcement
Every tool call classified LOW/MED/HIGH. HIGH tools require explicit approval or log TOOL_HIGH_RISK_EXECUTED.
Tamper-resistant audit log
Write-before-release. SHA-256 hash per event. verify_integrity() CLI command.
MRM session documentation
SR 11-7 and EU AI Act Art. 12 aligned. JSON/YAML export for supervisory review.
Human oversight gates
TOOL_APPROVAL_REQUIRED events block execution and wait for human approval.
Offensive capability fencing
Exploit, scan, credential, and recon patterns blocked by default. Allowlist only.
Model-agnostic governance
Works with your approved model — Claude, GPT-4o, Gemini, or open-weight. Not Anthropic-locked.
EU AI Act · August 2026

The clock is running. IronFrame is ready.

Commercial licenses, enterprise onboarding, and white-label deployments available.