Supervision
See every agent, every run, every decision — in a single cockpit. Live events via SSE, no polling, no delays. Built for operators who need to know exactly what's happening.
The supervision cockpit for AI agents. Orchestrate, trace, and govern your agent workflows — built for teams who can't afford to be wrong.
MnM exists because AI agents running in production need the same operational rigor as any other critical system — observability, governance, rollback, and audit. Not bolted on. Built in.
See every agent, every run, every decision — in a single cockpit. Live events via SSE, no polling, no delays. Built for operators who need to know exactly what's happening.
Every agent run is captured in three resolutions. Gold for scored phases and verdicts. Silver for grouped detail. Bronze for raw debug. Auto-generated at completion.
Dynamic RBAC, tag-scoped visibility, config layers with priority merge. Users only see what they should. Single tenant, multi-team. Built for compliance from day one.
A2A messaging, workflow state machines, HITL validation, compaction snapshots. Chain agents, enforce stages, pause for human review. The whole stack, governed.
Single Docker container or bare-metal install. Embedded Postgres for dev, external for prod. Zero vendor lock-in.
Point your agents at MnM via a simple adapter. Claude, Codex, Cursor, OpenCode — all supported out of the box.
Every run, every trace, every decision. Surfaced in real-time. Scored, annotated, and archived automatically.
Built with Tauri 2. Same React UI as the web version, wrapped in a native shell — faster, lighter, and closer to the OS.
The macOS build is a Tauri shell that currently needs a locally running MnM backend to function. It is not a self-contained app yet. Before launching it, complete the setup below.
Clone the MnM repository
git clone git@github.com:AlphaLuppi/mnm.git Install workspace dependencies
cd mnm && bun install Start the backend and leave this terminal open
bun run dev:server Open MnM.app from /Applications
First launch — Gatekeeper: the DMG is ad-hoc signed but not notarized by Apple. On macOS Sonoma and later, you must remove the quarantine flag with one terminal command:
xattr -dr com.apple.quarantine /Applications/MnM.app This is only needed once. A signed + notarized build is planned for Sprint 4.
Need it today? The web version is fully functional and production-ready. Same features, accessible from any browser.
Try the web version ↗