NORNR mark NORNR One command should be enough to feel the control model locally.

NORNR / One-click demo environment

Developer wedge

Run the API, worker, SQLite store and control room locally with one compose command.

The 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.

Command

Bring up the local stack

docker compose -f docker-compose.demo.yml up --build
What you get

API, worker, SQLite store and artifact directory

The control room is served by the same local API, and the worker keeps the background loop moving so the stack feels real.

Why it matters

The product becomes testable in one session

That is how NORNR starts behaving like a default developer layer rather than a concept people mean to evaluate later.