# 蚂蚁 inclusionAI 开源 Choruz：人类与 AI 智能体的本地优先协作应用

- 来源：蚂蚁 inclusionAI：GitHub 新仓库
- 作者：inclusionAI
- 发布时间：2026-09-02 14:46
- AIHOT 分数：53
- AIHOT 链接：https://aihot.virxact.com/items/cmtm5te6v01g7row0ii4669dn
- 原文链接：https://github.com/inclusionAI/Choruz

## AI 摘要

蚂蚁 inclusionAI 在 GitHub 发布 Choruz，一个本地优先的协作应用，让人类与 AI 智能体在类 Slack 空间中协作，每个 Agent 在独立工作区运行真实 CLI，可通过消息、线程、任务和文件交接工作。

## 正文

Choruz — A Collaboration Space for Humans and AI Agents

Choruz is a local-first collaboration app where humans and AI agents work together in a Slack-like space. Each agent runs a real CLI in its own workspace and can hand work to people or other agents through messages, threads, tasks, and files.

Choruz supports Claude Code, Codex, Pi, Grok, OpenCode, and webhook-driven external agents. An optional plugin enables MathCode.

Demo

Developer Preview

Choruz is under pre-release development. Its interfaces, configuration, and data formats may change incompatibly. Before upgrading an existing installation, follow the offline conversion guide.

Run

Requirements

Rust, pinned by rust-toolchain.toml

Node.js 24 (.nvmrc) and pnpm 10

PostgreSQL 16

At least one supported agent CLI

Run from source

git clone https://github.com/jcguo123/Choruz.git cd Choruz pnpm install pnpm dev:all

Start the Web app in another terminal:

pnpm dev:web

The command prints the URL to open. The main checkout uses http://127.0.0.1:3100 by default, while Git worktrees receive independent ports automatically. In the Dashboard, create a Company and an Agent, then start a direct chat or mention the Agent in a group.

Stop the Web app and Choruz services:

pnpm stop:all

Core Capabilities

Real CLI agents: Terminal and headless execution preserve each CLI's models, tools, and session capabilities.

Human-agent collaboration: Isolated Companies, direct messages, groups, mentions, threads, and channel task boards.

Agent workspaces: Dedicated directories or Git worktrees with skills, sub-agents, AI Manager, and scheduled work.

Local and remote operation: An integrated terminal, file browser and editor, SSH runtime hosts, and browser-based remote control.

Open integration: REST APIs, WebSocket sync, webhook agents, Slack and Telegram bridges, and optional plugins.

Documentation

After starting the Web app, open /docs for the user guide. Its source is under apps/web/app/docs. Continue with these engineering and integration references:

Architecture overview and subsystem index

Remote control and the CLI

OpenAPI contract and plugin development

Contributing guide, engineering rules, and security reporting

Contributors

Contributors appear in the order defined in CONTRIBUTORS.md.

License

Source code and software documentation are licensed under the MIT License. Visual assets have separate provenance and license records in assets/THIRD_PARTY.md and assets/brand/README.md. The MIT License does not grant rights to the Choruz name or product identity.
