Integrated Risk & Governance Suite
IRGS Core is a full-stack, self-hosted governance, risk and compliance platform built to demonstrate two things a CRO or CIO actually buys on: risk-based compliance decisioning, and executive reporting. It is scoped as the security and compliance stack for a fictional New Zealand bank, and it stands up completely offline with a single docker compose up — PostgreSQL, Redis, FastAPI, Next.js and a local Ollama model, with no cloud account and no external SaaS.
Eight governance modules run end to end and talk to each other live. A Redis event bus carries five cross-module cascades: a new critical vulnerability automatically raises a risk-register entry, live-updates the executive dashboard over Server-Sent Events, and can open an ITSM ticket — every step captured in a tamper-evident, hash-chained audit log, and every handler idempotent by design.
Every AI feature — board-report narratives, remediation playbooks, a natural-language assistant over the risk register, and contract-clause extraction — runs on a single local Gemma model via Ollama. No risk data ever leaves the machine, which is a hard requirement in this market. If the model has not been pulled, each feature degrades to a clearly-labelled deterministic template rather than failing, so a live demo never breaks in front of an audience.
It was built phase by phase over a few focused days in July 2026, each phase independently tested against a live running stack before being merged.