Scan any folder on your machine or any GitHub repo → a full compliance report. Your code never leaves your machine.
Docker Desktop (free). That's the only prerequisite.
Run this from inside the folder/repo you want to scan:
curl -fsSL https://januscomp.com/install.sh | sh
Prefer to do it by hand?
docker run --rm -p 8080:8080 -v "$PWD:/workspace:ro" ghcr.io/wildercb/janus:latest
Open http://localhost:8080 → Audit a repo, then either:
/workspace (the folder you launched from), orYou get the full report: findings, policy mappings, suggested fixes, and auditor artifacts.
-e ETHAI_ALLOW_CLOUD_LLM=1 -e OPENAI_API_KEY=sk-... to the docker run.