Run the community edition locally in minutes.
The fastest path is the Docker Compose stack from the public repository. This page gives you the quick-start path and points to the canonical docs for deeper deployment work.
Clone the repository
Enter the project
Create your env file
Start the full demo stack
Open the app
Before you start
- RAM: 4 GB min (8 GB recommended)
- CPU: 2 cores min (4 recommended)
- Disk: 8 GB free (15 GB recommended)
- Docker: Engine 24+ with Compose v2
- OS: Linux, macOS, or Windows (WSL2)
- Arch: x86_64 (amd64) or ARM64 (Apple Silicon)
- `.env` values for `POSTGRES_PASSWORD`, `JWT_SECRET`, `ADMIN_EMAIL`, `ADMIN_PASSWORD`
At idle the full stack uses ~450 MB RAM. Under load with AI gateway active, expect up to 2.5 GB.
Demo credentials
Recommended login
ciso@clearstream.ie / password123
Admin account
Your ADMIN_EMAIL / ADMIN_PASSWORD from .env
Default demo port
http://localhost:9380
Need the full docs?
Use the Deployment Guide for env variables, production setup, backups, TLS, and troubleshooting. The website does not duplicate that documentation.
Explore the app
Log in with the demo credentials and inspect the preloaded data across risks, controls, policies, incidents, audits, evidence, ITSM, and organisation.
Connect AI tooling
Read the AI Assistant and MCP documentation when you want to connect an MCP-capable client or understand the approval queue model.
Move toward production
Keep the website for orientation and use the repository documentation for production-grade deployment, backup, and operational concerns.