Skip to main content
The complior binary is a single CLI that combines a TUI dashboard, headless commands, and daemon management.

Global flags

FlagDescription
--engine-url <URL>Override engine URL (default: http://localhost:3578)
--resumeResume previous session
--theme <THEME>Color theme: dark, light, dracula, nord, solarized
-y, --yesSkip interactive onboarding, use defaults
--no-colorDisable colored output

Command overview

CommandDescription
compliorLaunch TUI dashboard (starts daemon if needed)
complior scanStatic compliance analysis
complior evalDynamic system evaluation
complior fixApply compliance fixes
complior agentAgent Passport management
complior daemonBackground daemon control
complior initInitialize .complior/ project config
complior reportGenerate compliance report
complior chatChat with compliance assistant
complior auditCombined scan + eval
complior supply-chainAudit AI dependencies
complior costEstimate remediation cost
complior debtCompliance debt score
complior simulateSimulate compliance actions
complior jurisdictionEU/EEA jurisdiction info
complior docGenerate compliance documents
complior certCertification readiness
complior redteamAdversarial security testing
complior proxyMCP proxy bridge
complior syncSync with SaaS dashboard
complior loginAuthenticate with SaaS
complior toolsExternal tools management
complior doctorDiagnose system health
complior updateCheck for updates
complior versionShow version

Quick start

# Initialize project
complior init

# Scan for compliance issues
complior scan

# Auto-fix what's possible
complior fix

# Launch interactive dashboard
complior

Headless vs TUI

Commands like scan, fix, agent, eval run headless — they print results and exit. Running complior with no arguments launches the TUI dashboard with 9 interactive pages.

Scan

Static analysis flags and output formats.

Eval

Dynamic testing with 680 probes.

Fix

Fix application and undo.

Agent

Passport lifecycle management.

Daemon

Background daemon control.

Config

Configuration files and .env setup.