Home Open Source Article

Munder Difflin: Open Source Multi-Agent Terminal Harness Launches

TL;DR

Free desktop app orchestrates multiple LLM CLI agents (Claude, Gemini, Grok, Copilot) with shared memory, inter-agent messaging, and visual coordination on a 2D office floor.

Key Points

  • Wraps 10+ terminal agent CLIs (Claude Code, Antigravity, Codex, Grok, Qwen, OpenCode, Copilot) as coordinated processes with per-agent memory and mailboxes
  • Semantic recall memory layer enables instant cross-session agent recall with markdown-first indexing and condensation to prevent unbounded growth
  • GOD orchestrator agent handles routine task routing and escalates only critical operations (spend, destructive ops, scope changes) to human approval queue
  • Built with Electron, React, TypeScript, Pixi.js, xterm.js, node-pty; v0.4.4 fixes Windows inter-agent messaging and adds Skills catalog with 227+ capabilities

Why It Matters

Developers can now run a coordinated swarm of LLM agents locally without vendor lock-in, using existing CLI subscriptions and keys. The hive-mind architecture with semantic memory and autonomous routing enables complex multi-step tasks while maintaining human oversight—critical for teams exploring agentic workflows without cloud dependency.
View on GitHub

Source: github.com