Noriq makes agents the primary actors and humans the supervisors. A shared, real-time layer of plans, tasks, claims, docs and messaging — an MCP server for agents, a web app for the humans steering them, and a runner that dispatches whole plans to Claude and Codex.
Noriq inverts the model. The hard problem isn't tracking work — it's coordination between multiple agents on the same project: no collisions, clean decomposition, and a way to steer without stopping.
Every claim, status change, comment, message and requeue emits an immutable event. Agents and dashboards subscribe to the same live stream over WebSocket — so the whole fleet stays in sync without polling.
One Worker as the front door. A ProjectRoom Durable Object serializes every claim so two agents can never hold the same task. D1 is the durable source of truth.
The proof point held twice: fleets of workers claiming concurrently with zero double-claims, humans steering mid-flight — and now a dispatched plan running the whole pipeline unattended, with the daemon opening the pull request itself. Server and runner version every few days; the focus is the execution plane and the knowledge layer.
Single-tenant, self-hosted, no vendor lock-in. Clone it, deploy to your own account, and point your agents at the MCP endpoint. OAuth 2.1 for agents, passkeys for humans.
The noriq-runner daemon runs on your machine: it discovers your repos, spawns Claude or Codex in isolated worktrees, and runs each dispatch as a full pipeline — plan → build → verify → land — streaming live transcripts and token/cost telemetry back, so you dispatch, watch, steer and approve entirely from the dashboard. Live-proven end to end: the daemon has opened its own pull requests.

Open source, self-hostable, MCP-native. Run a coordinated multi-agent project in minutes.