4 commands from zero to audit-ready compliance artifacts.
Go from an unscanned project to a full compliance package in under 5 minutes.
1
Initialize project
Create the .complior/ config directory and project profile.
Copy
Ask AI
complior init
Copy
Ask AI
Initialized .complior/ at ./.complior Created: project.toml (TUI config) Created: profile.json (engine config)Run `complior` to start the dashboard, or `complior scan` to check compliance.
For interactive setup, run complior (TUI) — the onboarding wizard walks you through 8 steps: Theme → Project type → Trust level → Frameworks → Role → Industry → AI systems → Summary.
2
Scan your code
Run 5-layer static analysis on your project. No config file needed.
Copy
Ask AI
complior scan
Copy
Ask AI
* Complior v1.0.0 · EU AI Act Compliance Scanner--------------------------------------------------------------------------------Scanning .Files 500 collectedElapsed 2.1sLayers L1 File Presence · L2 Document Structure · L3 Dependencies · L4 Code Patterns · NHI Secrets · GPAI Systemic Risk--------------------------------------------------------------------------------COMPLIANCE SCORE 40 / 100 DSECURITY SCORE N/ARun `complior eval --security <url>` for security scoring--------------------------------------------------------------------------------!! Score capped — critical violations limit maximum achievable scoreFramework Breakdown EU AI Act 40 / 100 ########------------Layer Results L1 File Presence FAIL 11 issues found L2 Document Structure FAIL 7 issues found L3 Dependencies WARN 1 issues found L4 Code Patterns WARN 35 issues found NHI Secrets PASS 1 checks passed CROSS Cross-Layer WARN 2 issues found GPAI Systemic Risk PASS 2 checks passed--------------------------------------------------------------------------------FINDINGS (56 total · 5 high · 42 medium)-------------------------------------------------------------------------------- L1 File Presence F-001 ! HIGH [L1] Art. 26(4) · Agent Passport No Agent Passport found — AI SDK detected but no .complior/agents/*-manifest.json (Art. 26(4)) Fix: Run `complior agent init` to generate an Agent Passport F-002 ! HIGH [L1] Art. 6(2) · High-Risk Domain: Finance Code matches Finance / Credit patterns (Annex III §5(b)). AI system is likely high-risk under EU AI Act Art. 6(2). File: src/data/industry-patterns.ts:43 ...--------------------------------------------------------------------------------QUICK ACTIONS--------------------------------------------------------------------------------Auto-fix available complior fixDeep scan complior scan --deepFull interactive view complior tuiExport JSON complior scan --json > report.jsonNext: fix 5 high-severity issues to improve your score
The scan auto-discovers AI agents and creates Agent Passports during the first run.
3
Auto-fix compliance issues
Preview what can be fixed and the predicted score impact.