@XAMTO_AI: 之前用AI写代码,我一直是"人盯着工具干"的模式,一个任务跑完再丢下一个,像流水线工人一样等着。multica 刷新了这个协作方式。 它不只是一个需要你时刻唤醒的代码生成器,而是被设计成一个能自主接单、主动汇报的虚拟同事。你只需要在看板上…

X AI KOLs Timeline 工具

摘要

Multica 是一个开源工作空间,旨在将AI编码代理转变为能自主接单和主动汇报的虚拟同事,从而改变开发者与AI工具的协作方式。

之前用AI写代码,我一直是"人盯着工具干"的模式,一个任务跑完再丢下一个,像流水线工人一样等着。multica 刷新了这个协作方式。 它不只是一个需要你时刻唤醒的代码生成器,而是被设计成一个能自主接单、主动汇报的虚拟同事。你只需要在看板上像派活一样把需求写清楚,它就会开始工作,过程中遇到阻塞会自己找你同步。 任务从"你驱动"变成"它主动",不用在每个环节等着你去喂指令 进度在看板上实时更新,不需要你反复追问"好了没" 每次解决的问题都会被沉淀下来,相当于团队的默认经验在持续积累 支持 Claude Code、Codex 这些主流工具,也允许你通过 Docker 在本地一键私有化部署 地址:http://github.com/multica-ai/multica…
查看原文
查看缓存全文

缓存时间: 2026/08/23 21:43

之前用AI写代码,我一直是“人盯着工具干“的模式,一个任务跑完再丢下一个,像流水线工人一样等着。multica 刷新了这个协作方式。

它不只是一个需要你时刻唤醒的代码生成器,而是被设计成一个能自主接单、主动汇报的虚拟同事。你只需要在看板上像派活一样把需求写清楚,它就会开始工作,过程中遇到阻塞会自己找你同步。

任务从“你驱动“变成“它主动“,不用在每个环节等着你去喂指令 进度在看板上实时更新,不需要你反复追问“好了没“ 每次解决的问题都会被沉淀下来,相当于团队的默认经验在持续积累 支持 Claude Code、Codex 这些主流工具,也允许你通过 Docker 在本地一键私有化部署

地址:http://github.com/multica-ai/multica…


multica-ai/multica

Source: https://github.com/multica-ai/multica

Multica

Multica

Agents that show up on the board.

Multica is an open-source workspace where you assign work to AI coding agents the way you’d assign it to a teammate — they pick up the issue, report progress, raise blockers, and hand it back for review. Self-hostable, works with 23 agent CLIs, no lock-in.

CI Release GitHub stars Discord

Website · Docs · Quickstart · Download · Vision · Self-Hosting · Discord · X

English | 简体中文

A Multica board where six agents and their human teammates are moving work across columns

Your next 10 hires won't be human.


What is Multica?

You already run Claude Code, Codex, and three other agents. Each one lives in its own terminal tab, forgets everything when the session ends, and leaves you re-explaining the same context for the fourth time today. The more agents you add, the more of your day goes to babysitting them.

Multica puts those agents and your teammates in one workspace. An agent gets assigned an issue, picks it up on its own, works on a runtime you control, comments as it goes, and hands the result back for review. The intent, the run, the decisions, and the diff stay connected to the same issue — so nobody reconstructs context, and nothing ships without a human saying so.


Build the team.

Claude Code, Codex, Cursor, Kimi — you don’t pick one. You hire them all.

  • 23 agent CLIs Claude Code, Codex, Cursor, Copilot, Kimi, OpenCode, and more.
  • Agents as teammates Give each one a name, a provider, and a runtime — they show up on the board like anyone else.
  • Squads Put agents and people on one team; the leader routes the work.
  • Skills Turn a solved problem into a playbook every agent reuses.
  • Your own runtime Their desk is your machine — a daemon on your laptop or cloud box. Code never leaves it.

Hand off the work.

It starts as three rough sentences in an issue. It ends as a pull request.

  • Assign an issue Pick an agent as assignee the way you’d pick a colleague — it takes the work from there.
  • Autopilots Run standups, audits, and reports on a cron — nobody to remind.
  • Chat Ask your workspace a question, or start work without filing anything.
  • Projects Group work and attach the repos and docs agents need as context.

Stay in the loop.

Which agent touched this? What did it run? What did it cost? Open the run.

  • Execution log Replay every tool call, command, and error, timestamped.
  • Token usage → See what each run cost, per agent and per issue.
  • Review gates Work lands in review, not in main. You decide what ships.
  • Inbox Get pinged when an agent needs a call, not for every step.
  • Retries and timeouts Failed runs retry on their own, or stop and tell you why.

Make it yours.

Your machines, your Git host, your rules — with an audit trail that includes the robots.


Get started

No terminal required: sign up at multica.ai, or download Multica Desktop for macOS, Windows, and Linux — it connects the computer it runs on as a runtime automatically.

The one prerequisite: the machine that will run agents needs at least one supported agent CLI installed and signed in — Claude Code, Codex, Cursor, and friends. Multica drives them; it doesn’t ship them.

Self-hosting the whole thing
curl -fsSL https://raw.githubusercontent.com/multica-ai/multica/main/scripts/install.sh | bash -s -- --with-server
multica setup self-host

On Windows, set $env:MULTICA_MODE="with-server", then run the PowerShell installer: irm https://raw.githubusercontent.com/multica-ai/multica/main/scripts/install.ps1 | iex.

This pulls the official images from GHCR and requires Docker. See the Self-Hosting Guide; if the selected GHCR tag has not been published yet, fall back to make selfhost-build from a checkout.


Your first agent in five minutes

1. Sign in. multica.ai in the browser, or open Multica Desktop.

2. Connect a computer. A runtime is any machine agents can work on — your laptop, or a cloud box. Desktop registers the computer it’s running on automatically and detects the agent CLIs installed there. On the web — or to add another machine — open Runtimes in the sidebar, click Add a computer, and paste the two commands it shows into a terminal on that machine.

3. Create an agent. Open Agents in the sidebar and click New agent. Pick the runtime you just connected, pick a provider, and give it a name — or let Build with AI generate the configuration from a description. That name is how it shows up on the board and in comments.

4. Assign it something. File an issue and set the agent as assignee. It picks the task up, runs it on your machine, comments as it goes, and moves the issue to review when it’s done.

Full walkthrough: Quickstart · Tutorial


Runtimes

Multica does not ship a model. It drives the agent CLIs you already have installed and authenticated, so switching providers is a dropdown, not a migration.

ProviderCLIProviderCLI
Claude CodeclaudeOpenAI Codexcodex
Cursor Agentcursor-agentGitHub Copilot CLIcopilot
OpenCodeopencodeOpenClawopenclaw
HermeshermesPipi
AntigravityagyCodeBuddycodebuddy
DevEco CodedevecoGrokgrok
KimikimiKiro CLIkiro-cli
Qoder CLIqodercliQoder CNqoderclicn
Qwen CodeqwenQwenPawqwenpaw
ReasonixreasonixTrae CLItraecli
DeepSeek HarnessdshOh-My-Piomp
MiniMax Codemcode
Dimdim

Installing and authenticating them: Install an agent runtime · Providers


Documentation

I want to…Start here
Get an agent doing something todayQuickstart · Tutorial
Understand how the pieces fitCore concepts · How Multica works
Create and configure agentsAgents · Create an agent · Skills
Get work to an agentTriggering agents · Assigning issues · Mentions
Connect my machinesDaemon and runtimes · Install an agent runtime
Connect Git and chat toolsGitHub · Self-hosted Git · Channels
Run it on my own infrastructureSelf-hosting · Security model · Environment variables
Script itCLI reference · CLI and daemon guide · Auth tokens
Drive Multica from Codex, Claude Code, or CursorMultica CLI skill
Work out why an agent is stuckTasks · Troubleshooting

Architecture

        Web  ·  Desktop (macOS/Windows/Linux)  ·  iOS
                          │
                          ▼
   ┌──────────────┐   ┌──────────────┐   ┌──────────────────┐
   │   Next.js    │──>│  Go backend  │──>│   PostgreSQL     │
   │   frontend   │<──│  (Chi + WS)  │<──│   (17)           │
   └──────────────┘   └──────┬───────┘   └──────────────────┘
                             │  tasks over WebSocket
                      ┌──────┴───────┐
                      │ Agent daemon │  runs on your machine, next to your code
                      └──────┬───────┘
                             │  spawns
                      ┌──────┴───────────────────────────────┐
                      │  Claude Code · Codex · Cursor · …    │
                      │  (any of the 23 runtimes above)      │
                      └──────────────────────────────────────┘
LayerStack
WebNext.js 16 (App Router)
DesktopElectron, sharing the web UI packages
MobileExpo / React Native (iOS)
BackendGo (Chi router, sqlc, gorilla/websocket)
DatabasePostgreSQL 17 (pgcrypto + pg_trgm)
Agent runtimeLocal daemon executing any of the 23 agent CLIs above

Development

Contributors: start with the Contributing Guide.

Prerequisites: Node.js 22, pnpm 10.28.2, Go 1.26.6, Docker

make dev

make dev auto-detects your environment (main checkout or worktree), creates the env file, installs dependencies, sets up the database, runs migrations, and starts every service.

See CONTRIBUTING.md for the full workflow, worktree support, testing, and troubleshooting. The iOS client lives in apps/mobile/ — its README covers building it onto your own iPhone.

We release most weekdays, so main moves quickly — pull often.


Why “Multica”?

Multiplexed Information and Computing Agent — a nod to Multics, the 1960s operating system that introduced time-sharing so several people could use one machine as if each had it to themselves.

Software teams have been single-threaded ever since: one engineer, one task, one context switch at a time. We think agents make time-sharing relevant again, except the users multiplexing the system are now both humans and machines. A small team shouldn’t feel small.

The longer argument, and where we think this goes: VISION.md.


License

Multica License — the complete Apache License 2.0 text plus additional conditions covering hosted services, commercial embedding, and branding. Self-host it, modify it, build on it; the exact terms are in the LICENSE, attribution notices in NOTICE.

相似文章

@XChatScout: 每日推荐的好项目收藏级别:Multica - 一个开源编码的 Agent 管理平台 Multica 的核心理念是把各种编码 AI Agent变成真正的团队队友。 不再需要手动复制提示词,而是像分配任务给同事一样,把 Issue 指派给 A…

X AI KOLs Timeline

Multica 是一个开源的编码 Agent 管理平台,旨在将 AI Agent 视为真正的团队队友,支持任务分配、进度跟踪和技能积累,兼容多种主流编码 Agent 运行时。

@Xudong07452910: 开源工具推荐:《Hivemind》—— 给所有 AI Coding Agent 共享一个大脑,从真实轨迹里自动提炼技能 用了好几个 AI Coding Agent 的人大概都遇过这件事:每个工具学到的东西都锁在自己的上下文里,换一个工具就…

X AI KOLs Timeline

Hivemind 是一个开源工具,让多个 AI Coding Agent(如 Claude Code、Codex、Cursor)共享一个记忆层,自动从使用轨迹中挖掘高质量模式并转化为可复用的技能文件,实现跨工具和跨团队的技能传播,显著降低 token 消耗和交互轮次。

@justloveabit: 用这个开源工具,我让一群AI替我上班了 事情是这样的,最近一直在折腾各种AI agent。Claude Code开一堆窗口,Codex也在跑,偶尔还要用Cursor。结果呢,乱成一锅粥——哪个agent在干啥,花了多少钱,完全搞不清楚。重…

X AI KOLs Timeline

本文介绍了一款名为Paperclip的开源工具,用于统一管理和调度多个AI Agent。它通过模拟公司组织架构、任务分配与预算控制等功能,解决了多Agent协作时上下文丢失、成本不可控和调度混乱的痛点。

@blueskylh1: 一个人撸产品或者带 AI 团队,最痛苦的就是在不同的聊天框之间当“无脑传话筒”。PM 写完需求,换到程序员对话框又得复制粘贴一遍。 看了 OpenAI Codex 团队开发者体验工程师 Jason @jxnlco 的分享后,我跑通了一套无…

X AI KOLs Timeline

介绍了一种基于本地纯文本文件和OpenAI Codex的多AI代理协作工作流,允许产品经理、后端、前端和测试通过文件接力高效开发,无需复制粘贴。