Start Your ATO Package
Import Terraform or build your topology → map control narratives → export an SSP PDF your assessor can review.
Pull the image, start the container, and open the app in your browser. Runs locally on your machine. No cloud sync. No telemetry.
Public GHCR package: complinist-lite
Image: ghcr.io/stihelc/complinist-lite:lite · ~350 MB · Docker 24+
Pull
docker pull ghcr.io/stihelc/complinist-lite:lite
Run
docker run -d --name complinist -p 3000:3000 -v complinist-data:/data ghcr.io/stihelc/complinist-lite:lite
What you get
Topology editor, Terraform import, device inventory, control narratives, SSP PDF export, and JSON/SVG/PNG/CSV exports. Everything you need to build an assessor-ready ATO package — no license required.
Where your data lives
Default: Docker volume complinist-data. To use a folder on disk: replace the volume with -v ./docker-data:/data.