Skip to main content

Installation issues

Ensure Node.js 18+ is installed:
Try installing globally:
Ensure Rust 2024 edition toolchain:
If OpenSSL errors, install system deps:
Avoid sudo npm install -g. Instead, configure npm prefix:

Daemon issues

Check for existing process:
If stale, remove PID file and restart:
Or use a different port:
The TUI couldn’t reach the daemon. Check if it’s running:
If not running, the TUI will auto-start it. If it still fails, check the engine log:
Check system resources — the TypeScript engine needs ~200MB RAM. Review the engine log for errors:

Scan issues

This is expected for projects without compliance artifacts. Run the fix command to generate documents and wrap SDK:
Default limit is 500 files. Large monorepos can be slow. Narrow scope in project.toml:
Report via GitHub Issues. Workaround — exclude the file:
Tier 2 requires uv (Python tool installer):

LLM issues

Check .complior/.env has valid credentials:
Required fields:
Verify the key:
Reduce concurrency:
Default is 5 parallel probes. For rate-limited APIs, use 1–2.

SDK issues

Ensure you have the latest version:
Check tsconfig.json includes "moduleResolution": "bundler" or "node16".
Verify the wrapper is applied correctly:

Still stuck?

GitHub Issues

Report bugs and request features.

System diagnostics

Run complior doctor to check your environment.