Install

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.

1

Clone the repository

$ git clone https://github.com/riskreadyeu/riskready-community.git
2

Enter the project

$ cd riskready-community
3

Create your env file

$ cp .env.example .env # Set POSTGRES_PASSWORD, JWT_SECRET, ADMIN_EMAIL, ADMIN_PASSWORD
4

Start the full demo stack

$ docker compose up -d # First run ~3 minutes
5

Open the app

$ open http://localhost:9380

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.

Next step

Explore the app

Log in with the demo credentials and inspect the preloaded data across risks, controls, policies, incidents, audits, evidence, ITSM, and organisation.

Next step

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.

Next step

Move toward production

Keep the website for orientation and use the repository documentation for production-grade deployment, backup, and operational concerns.