v0.1 — macOS preview

Make
no
Mistake.

The supervision cockpit for AI agents. Orchestrate, trace, and govern your agent workflows — built for teams who can't afford to be wrong.

Scroll
Four pillars

Everything an operator
needs to see.

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.

01 Real-time cockpit

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.

02 Gold, Silver, Bronze

Traces

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.

03 Tag-based isolation

Governance

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.

04 Multi-agent workflows

Orchestration

A2A messaging, workflow state machines, HITL validation, compaction snapshots. Chain agents, enforce stages, pause for human review. The whole stack, governed.

How it works

Three steps.
No surprises.

i

Deploy

Single Docker container or bare-metal install. Embedded Postgres for dev, external for prod. Zero vendor lock-in.

ii

Connect

Point your agents at MnM via a simple adapter. Claude, Codex, Cursor, OpenCode — all supported out of the box.

iii

Observe

Every run, every trace, every decision. Surfaced in real-time. Scored, annotated, and archived automatically.

Download

Native desktop,
three platforms.

Built with Tauri 2. Same React UI as the web version, wrapped in a native shell — faster, lighter, and closer to the OS.

Apple Silicon v0.1.0 available

macOS

x64 + ARM64 Planned

Windows

Coming soon
AppImage, deb, rpm Planned

Linux

Coming soon
⚠  Important

This is a developer preview.

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.

  1. 01

    Clone the MnM repository

    git clone git@github.com:AlphaLuppi/mnm.git
  2. 02

    Install workspace dependencies

    cd mnm && bun install
  3. 03

    Start the backend and leave this terminal open

    bun run dev:server
  4. 04

    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