Skip to main content

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

$ complior scan

 Complior v1.0.0  ·  EU AI Act Compliance Scanner
────────────────────────────────────────────────────
Scanning  acme-ai-support
Files     57 collected
Elapsed   82ms

────────────────────────────────────────────────────
COMPLIANCE SCORE                         33 / 100  F
────────────────────────────────────────────────────

Layer Results
  L1    File Presence            FAIL   13 issues
  L3    Dependencies             FAIL   3 issues
  L4    Code Patterns            WARN   46 issues
  NHI   Secrets                  FAIL   7 issues

FINDINGS  (72 total · 6 critical · 8 high · 55 medium)

Next: run `complior fix` to auto-remediate 29 findings

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.

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.