Bring up the local stack
docker compose -f docker-compose.demo.yml up --build
NORNR
One command should be enough to feel the control model locally.
NORNR / One-click demo environment
Developer wedgeThe fastest way to understand NORNR is to run a real environment, not to read another abstract product page. This stack is intentionally simple and local-first enough for a real product test.
docker compose -f docker-compose.demo.yml up --build
The control room is served by the same local API, and the worker keeps the background loop moving so the stack feels real.
That is how NORNR starts behaving like a default developer layer rather than a concept people mean to evaluate later.