Quick Start
Install Iris and run your first scan in under two minutes
Features
Explore file analysis, workspace scans, and editor integration
Enforcement
Block weak code with git hooks, build hooks, and CI gates
CLI
Use Iris from the terminal and CI pipelines with
@iris-code/cliConfiguration
Share thresholds across your team with
.irisconfig.jsonIris Pro
Unlock workspace scans, hooks, CVE audits, and the full CLI suite
How Iris works
Install the extension
Install Iris Code from the VS Code Marketplace — it’s free. The Iris icon appears in the Activity Bar immediately.
Open any file
Open a JavaScript, TypeScript, Go, or Python file. Iris scores it instantly in the sidebar — health score, complexity, functions, code smells, and hardcoded secrets with no configuration required.
Preview your enforcement posture
Scroll to the bottom of the File tab and click Preview Gate. See how your codebase scores against all five built-in presets before enabling a single hook.
Free vs Pro
Iris is free for file analysis and secrets detection. Pro unlocks workspace scans, enforcement hooks, dependency audits, and the full CLI suite.| Feature | Free | Pro |
|---|---|---|
| File health score (0–100) | ✓ | ✓ |
| Code smells & secrets detection | ✓ | ✓ |
| Gate Preview (read-only) | ✓ | ✓ |
| CLI: single-file scan & secrets | ✓ | ✓ |
| Workspace & folder analysis | — | ✓ |
| Git & build hook enforcement | — | ✓ |
| Dependency & CVE audit | — | ✓ |
| Custom scoring weights | — | ✓ |
Full CI gate (iris gate) | — | ✓ |