Multica: The Open-Source Claude Managed Agents You Can Self-Host
Anthropic launched Claude Managed Agents last week. Three days later, Multica launched as the open-source alternative and it is already at 5,900 stars on GitHub with 1,500+ new stars per day.
The idea is simple but powerful: treat AI coding agents like real teammates. Assign them GitHub issues, watch them pick up work, write code, report blockers, and update statuses. The agents show up on your project board, participate in conversations, and build reusable skills over time. It supports Claude Code, Codex, OpenCode, and OpenClaw out of the box.
What makes Multica interesting is the self-hosting story. Agent execution happens on your machine or your own cloud infrastructure. Code never passes through Multica servers. You can deploy via Docker Compose, single binary, or Kubernetes. For companies worried about sending proprietary code to third-party agent services, this is the pitch: get the managed agents experience without the data leaving your network.
The platform is built on TypeScript and Go, backed by PostgreSQL with pgvector for skill memory. Version 0.1.23 shipped April 10 with 24 releases so far, fast iteration for a project that only started in January 2026. The trajectory is clear: if Claude Managed Agents is the hosted future, Multica is the self-hosted present.
https://github.com/multica-ai/multica
← Back to all articles
The idea is simple but powerful: treat AI coding agents like real teammates. Assign them GitHub issues, watch them pick up work, write code, report blockers, and update statuses. The agents show up on your project board, participate in conversations, and build reusable skills over time. It supports Claude Code, Codex, OpenCode, and OpenClaw out of the box.
What makes Multica interesting is the self-hosting story. Agent execution happens on your machine or your own cloud infrastructure. Code never passes through Multica servers. You can deploy via Docker Compose, single binary, or Kubernetes. For companies worried about sending proprietary code to third-party agent services, this is the pitch: get the managed agents experience without the data leaving your network.
The platform is built on TypeScript and Go, backed by PostgreSQL with pgvector for skill memory. Version 0.1.23 shipped April 10 with 24 releases so far, fast iteration for a project that only started in January 2026. The trajectory is clear: if Claude Managed Agents is the hosted future, Multica is the self-hosted present.
https://github.com/multica-ai/multica
Comments