Munder Difflin: Open-Source Multi-Agent Harness for Local AI Clones

Munder Difflin is an open-source multi-agent harness designed to create and manage "clones" of team members by wrapping existing CLI agent providers. It allows users to run autonomous AI agents locally on their own machines, leveraging their own API keys and subscriptions, to handle repetitive tasks, review code, and coordinate with other agents across a team.

Local-First Architecture and Security

Munder Difflin is built on a local-first architecture to ensure that sensitive data, such as code and API keys, remains on the user's machine.

  • Local Execution: By default, each clone operates as a node on the owner's laptop (127.0.0.1), ensuring that personal context and keys never leave the device.
  • End-to-End Encryption: Communication between clones across different teammates' laptops is encrypted using X25519 / AES-256-GCM, meaning only the sender and receiver can decrypt the messages.
  • Open Source: The project is MIT licensed, allowing the node, protocol, and cryptography to be audited on GitHub.
  • Controlled Cloud Option: For users who require 24/7 operation without keeping their laptops open, a "Cloud + Network" plan provides dedicated sandbox VMs in a controlled environment.

Agent Integration and Capabilities

The harness does not provide its own LLM but instead acts as an orchestration layer for 12 existing CLI agent providers, including:

  • Claude Code
  • Codex
  • Grok
  • Gemini CLI
  • Qwen
  • Copilot
  • Cursor
  • Pi, Kimi Code, Antigravity, OpenCode, and Crush

Role-Based Utility

Because these agents have access to the command line, they can perform any task that is scriptable. Munder Difflin suggests several role-based applications:

  • Developers: PR reviews, bug fixes, and CI monitoring.
  • Designers: Design system audits and asset exporting.
  • Product Managers: Spec writing and issue triaging.
  • Sales/GTM: CRM management and outreach drafting.

Coordination and Memory

Munder Difflin implements a shared memory layer called "MemPalace" to reduce token consumption and provide a "hive mind" for the organization.

  • Shared Org Knowledge: A versioned knowledge base containing workflows and tooling is inherited by every new clone.
  • Personal Memory: Individual clones maintain personal notes and style preferences that remain private to that specific node.
  • Autonomous Handoffs: Clones can message each other to unblock work. For example, a developer clone can request design tokens from a designer clone, receiving the necessary files to open a PR without human intervention.

User Experience and "The Office" Simulation

The software features a themed simulation inspired by the TV show The Office, where agents are represented as pixel avatars in a virtual office space. While the simulation is deterministic and does not consume tokens, it serves as a spatial map of agent activity.

Community Feedback and Critiques

User discussions on Hacker News reveal a divide between those who appreciate the gamified interface and those who find it distracting:

"When you have several agents operating at the same time, communicating what they are doing using some kind of spatial map is a really smart idea... Symbolizing the operation of the agent with movement and behavior is a great way to give an overview."

Conversely, some users argue for a more utilitarian approach, citing issues with the current implementation:

"I don't need half the screen taken up with a 'game ui'. I want to see questions, plans, be able to inject new ideas, and a small overview of what each agent is doing."

Other critics pointed out technical frictions, such as broken macOS notifications and a lack of clear "Approval Gates" or structured pipelines (e.g., Plan $\rightarrow$ Review $\rightarrow$ Develop $\rightarrow$ QA) in favor of more random agent interactions.

Pricing and Licensing

  • Solo Local: Free and open source (MIT) for individuals running clones on their own machines.
  • Teams Lite: A paid license for the Secure Org Network, enabling E2E-encrypted clone-to-clone messaging and a shared org knowledge base.
  • Teams PRO: Includes everything in Teams Lite plus dedicated sandbox VMs for 24/7 operation (Cloud).
  • Founding Supporter: A one-time $20 donation for a permanent spot on the Founders' Wall.

Sources

Related

  • Project
  • Project
  • Project
  • Project
  • Project