Documentation Index
Fetch the complete documentation index at: https://docs.complior.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
By the numbers
108
EU AI Act obligations mapped
57+
AI frameworks detected
680
Dynamic test probes
36
Passport fields
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.
See it in action
Get started
Why Complior?
Developer-first
Developer-first
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.
Deterministic compliance
Deterministic compliance
LLM never makes compliance decisions. All checks are AST + rules (layers L1–L4). LLM only helps understand and fix issues (opt-in layer L5).
Works offline
Works offline
Base scan runs in 2–5 seconds with zero dependencies, zero internet, zero accounts. Install → works.
Audit-ready artifacts
Audit-ready artifacts
Every action produces cryptographic evidence (SHA-256 + ed25519). Passports, documents, and evidence combine into an audit package for the regulator.
108 obligations mapped
108 obligations mapped
Full EU AI Act coverage with each obligation mapped to a concrete Complior feature. Plus ISO 42001, OWASP LLM Top 10, and MITRE ATLAS.
Open source
Open source
AGPLv3. Full daemon + TUI + CLI + SDK + MCP Server. No account required.
The compliance pipeline
| Step | Action | Command |
|---|---|---|
| 1. Init | Create config + discover AI agents + generate passports | complior init |
| 2. Scan | Analyze code for compliance gaps | complior scan |
| 3. Fix | Auto-remediate issues | complior fix |
| 4. Eval | Test live system behavior | complior eval --target <url> |
| 5. Document | Generate FRIA, AI Policy, Worker Notification | complior agent fria / policy / notify |
| 6. Certify | Produce audit package | complior agent audit-package |
| 7. Monitor | Track production drift | complior (daemon watcher) |
New to AI compliance?
Compliance 101
EU AI Act explained in 5 minutes for developers.
Quick Start
4 commands from zero to audit-ready. Takes 3 minutes.
FAQ
Common questions about Complior and compliance.
Next steps
Installation
npm, npx, or cargo — choose your install method.
CLI Reference
40+ commands with flags and examples.
API Reference
100+ HTTP endpoints for programmatic access.
SDK
Runtime compliance middleware for LLM clients.