Skip to main content

Install

Requirements: Node.js 18+ for the Engine. Rust toolchain is only needed for cargo install or building TUI from source. The GitHub Release binary embeds the Rust CLI; the Engine still requires Node.js when invoked.

Verify installation

All green checks mean Complior is ready. If any component shows an issue, complior doctor will suggest how to fix it.

LLM configuration

Some features require an LLM API key: complior scan --llm, complior eval --llm, complior fix --ai. After complior init, add your LLM settings to .complior/.env:
.complior/.env is gitignored by default. Never commit API keys to version control.

What gets installed

Configure for AI agents

To use Complior with Claude Code, Cursor, or other MCP-compatible agents:
Add to ~/.claude/mcp.json:

Next steps

Quick Start

Run your first scan in under 3 minutes.