Skip to main content
EU AI Act enforcement: August 2, 2026. Complior gives development teams the tools to get compliant before the deadline — from code analysis to audit-ready documentation.

What is Complior?

complior is an open-source CLI and platform for AI compliance. It scans your codebase, tests your AI systems, auto-fixes compliance issues, and generates legally required documents — all from the terminal.

Scan Code

5-layer static analysis with compliance score 0–100. Detects 57+ AI frameworks.

Test AI Systems

680 dynamic probes on live endpoints — bias A/B testing, transparency, security attacks.

Auto-Fix Issues

18 remediation strategies across code, docs, config, and dependencies. Preview and undo.

Generate Passport

AI system identity card. Ed25519 signed. 65–70% auto-filled from code at init.

What you get

Every AI system in your project gets a complete compliance package:

Agent Passport

Standardized identity card with 36 fields — risk class, autonomy level, permissions, compliance status.

Compliance Documents

FRIA, AI Policy, Worker Notification, Technical Docs — pre-filled from your passport data.

Evidence Chain

Cryptographic proof of every action: SHA-256 hash → ed25519 signature → tamper-proof chain.

Get started

Initialize project

Create .complior/ config, auto-discover AI agents, generate Agent Passports.
complior init

Scan your code

5-layer static analysis — compliance score, security score, actionable findings.
complior scan

Fix issues

Auto-remediate findings — add SDK wrappers, generate documents, harden config.
complior fix

Open dashboard

Launch the TUI with 9 interactive pages for full compliance visibility.
complior

Why Complior?

CLI, TUI, and MCP server — not a web form for lawyers. Works in the terminal alongside your code. Integrates with Claude Code, Cursor, Windsurf, and other AI agents.
LLM never makes compliance decisions. All checks are AST + rules (layers L1–L4). LLM only helps understand and fix issues (opt-in layer L5).
Base scan runs in 2–5 seconds with zero dependencies, zero internet, zero accounts. Install → works.
Every action produces cryptographic evidence (SHA-256 + ed25519). Passports, documents, and evidence combine into an audit package for the regulator.
Full EU AI Act coverage with each obligation mapped to a concrete Complior feature. Plus ISO 42001, OWASP LLM Top 10, and MITRE ATLAS.
AGPLv3. Full daemon + TUI + CLI + SDK + MCP Server. No account required.

The compliance pipeline

StepActionCommand
1. InitCreate config + discover AI agents + generate passportscomplior init
2. ScanAnalyze code for compliance gapscomplior scan
3. FixAuto-remediate issuescomplior fix
4. EvalTest live system behaviorcomplior eval --target <url>
5. DocumentGenerate FRIA, AI Policy, Worker Notificationcomplior agent fria / policy / notify
6. CertifyProduce audit packagecomplior agent audit-package
7. MonitorTrack production driftcomplior (daemon watcher)
Agent Passport is the central data layer — it receives data from every step and feeds into documents, scoring, and certification.

Next steps

Quick Start

4 commands from zero to audit-ready. Takes 3 minutes.

Installation

npm, npx, or cargo — choose your install method.