Orca ADE:把多个 CLI 智能体放进各自的 git worktree 里并行跑
Orca 本身不是模型,也不托管密钥:它把 Claude Code、Codex、OpenCode 这些终端 agent 各自放进一个 git worktree 里同时跑,模型访问仍然来自你自己的订阅。这一页讲并行真的省下什么、要拿什么去换,以及各家 CLI 的权限 flag 在 Orca 里被预填成什么样(核于 2026-09-22)。
更新于 2026-09-22
关于 Orca 的四件事
它是 ADE,不是模型
官方仓库自述是「Orca is the ADE for working with a fleet of parallel agents」。官方文档首页写「Orca is a desktop IDE for running multiple AI coding agents side by side」,同页还有「Not a model. Orca runs agents you already use」。两种叫法指同一件事:模型不在它里面。核于 2026-09-22。
每个任务一份独立检出
README 的 Parallel Worktrees 一条写「Fan one prompt across five agents, each in its own isolated git worktree — compare the results and merge the winner」。docs 补的是机制:「every task gets its own on-disk copy of the repo via git worktree」。同一页提醒新 worktree 是干净检出,gitignore 掉的依赖与本地密钥要自己重做。核于 2026-09-22。
预置名单不等于支持上限
官方 supported 页说得很直白:「Orca works with any CLI agent — the agent combobox just launches a process in a terminal」。那张表只是已预置、可一键启动的名单,更深的 hooks、状态、用量追踪与账号切换按条目另行标注。所以本页不写「支持多少个 agent」这种总数。核于 2026-09-22。
用量条读的是本地文件
官方 usage-tracking 页写「Orca reads the local usage state each agent maintains on disk (under ~/.claude, ~/.codex, and the Gemini/OpenCode equivalents)」,紧跟「No API calls, no extra auth」,结论是「numbers update when the agent writes, not in real time」。该页点名的覆盖是 Claude Code、Codex、Gemini、OpenCode、Kimi Code、MiniMax,本页不替它扩到全部。核于 2026-09-22。
Orca 是什么,不是什么
官方对同一个东西留了三种说法,一次列全:仓库页写 the ADE for working with a fleet of parallel agents,官网把缩写展开成 Agent Development Environment,文档 index 页则称 desktop IDE。三句是同一件事:多个命令行 agent 各自放进独立的 git worktree 并行跑,在一个地方盯着。更要紧的是它不是什么:官方原句就是 Not a model,模型与订阅在你那边;它也不托管算力,官方写 Orca does not sell managed VPS hosting,远程用的机器和云账号都归你控制。核于 2026-09-22。
这半年里的数字
这里不谈热度,只留当天页面上数得出来的值。GitHub 仓库页内嵌的数据写这个仓库 createdAt 是 2026-03-17;带 Latest 徽章的 release 是 v1.4.206(2026-09-20)。README 第一屏写 free and open source under the MIT License,装它、读它、提 issue 都不用先付钱;官网首页那句可见文案是 Free and open source. New features shipped daily.。钱花在 agent 那边。能被官方证据支撑的「为什么常被提起」就两条:免费开源,以及官方自己说的每天出货、README 的列表永远落后。这些都会漂,本页只当 2026-09-22 的快照记。
时间线
2026-03-17:GitHub 仓库页给 stablyai/orca 的 createdAt 就是这一天(UTC),同一段元数据还写着非 fork、组织所有、未归档。到本页核于的 2026-09-22 为止,刚过六个多月。
2026-09-20:GitHub Releases 的 v1.4.206 发布,正文写「It usually takes 48–72 hours for a landed PR to be released (except P0+ fixes)」。README 也承认「we ship daily, so this list is perpetually behind」。install 文档划了范围:默认自动更新跟 stable,stable 经过把关,常常每天出的是 RC。核于 2026-09-22。
2026-09-22:本页四语正文里的每句官方原话,都是当天从 README、官方 docs 与 GitHub Releases 抓回后逐字比对的。仓库页的 star、fork 这类按分钟漂的计数不进正文——同一天里它自己就会变,写出来只会给读者一个当天就过期的数。核于 2026-09-22。
官方逐字可证 vs 容易踩空
官方逐字可证
核于 2026-09-22,能在官方页面逐字对上的:模型面,Not a model. Orca runs agents you already use,订阅在你那边;算力面,Orca does not sell managed VPS hosting;隔离面,Orca is worktree-native,每个任务拿到仓库的一份独立磁盘副本,不是分支加 stash;适配面,Orca works with any CLI agent,官方解释是组合框只是在终端里起一个进程,同页另划档次,进内建选择器的一键预配置,更深的 hooks、状态、用量与切号只对部分 agent 开放;用量条读各 agent 写在本地磁盘的状态,No API calls, no extra auth,数字随 agent 落盘才更新、不是实时;装法官方只给 brew install --cask stablyai/orca/orca,Linux 上命令行装成 orca-ide;许可写 free and open source under the MIT License。
⚠️ 同名与跟不上
两件最容易踩空的。一,同名:搜 orca 先撞见 Plotly 的图表导出工具,它的 README 写着 Orca has been deprecated as of August 2026,并把人指向 Kaleido;Homebrew 里裸的 orca cask 指的也是它(interactive plotly charts),而这个 cask 自 2026-09-01 起 disabled,所以现状是装不上,不是静默装错。GNOME 桌面上 /usr/bin/orca 归读屏器,官方因此把 Linux 的命令行装成 orca-ide,并明写 Do not verify with command -v orca。二,跟不上:README 在功能清单末尾自己写 we ship daily, so this list is perpetually behind,而它说的 changelog 链接指向 GitHub Releases 而不是官网页面;Install 文档又把节奏限缩成 Stable releases are vetted,daily 讲的是 RC 通道 —— 「每天都有能装的稳定版」官方没写过。核于 2026-09-22。
与「自己开 N 个终端加 tmux」相比
它替你多做的
官方逐字写着、裸终端要自己搭的四件:每个任务一份独立磁盘副本的 git worktree;一条提示发给多个 agent 再比结果、合赢家;一条读本地记账的用量条,不用自己跑去问厂商;以及手机 companion,跑完推通知、能发后续指令。核于 2026-09-22。
你要还回去的
另一边也得写。新 worktree 是干净 checkout,官方明写 gitignore 掉的依赖、缓存和本地 secrets 在重建之前一直是缺的;并行起来的 agent 会被默认预填各家 CLI 的权限跳过 flag(官方写到「预填」这一层为止);命令行编排要先开设置里的 Experimental,官方还写 Command flags evolve with the app;手机侧以读为主,桌面才是唯一事实源。自己开终端加 tmux,这些都在你手里,脚本可读、可审、可进版本库,代价是那层隔离与用量视图得自己造。核于 2026-09-22。
怎么装、装完先做什么
1) macOS 用带 tap 的那条 brew install --cask stablyai/orca/orca,这个 cask 跟的是 stable 通道,升级是 brew upgrade --cask orca。不带 tap 的 brew install --cask orca 指向 Homebrew 里 Plotly 的图表导出工具,它自 2026-09-01 起被禁用,所以现状是装不上而不是装错。2) install 页覆盖 macOS、Windows、Linux,stable 版还给 AppImage、.deb、.rpm:会自更新的只有 AppImage,另两种只给一条 Copy Install Command。3) Arch 用 README 给的 yay -S stably-orca-bin;AUR、Nix 这类重打包不吃应用内自更新。4) Linux 上命令行叫 orca-ide 不叫 orca,因为 /usr/bin/orca 归 GNOME 读屏器,官方也明写别用 command -v orca 自检。装完先新建一个 worktree 跑最小任务,并记着 A brand-new worktree is a clean checkout:gitignore 掉的依赖、缓存与本地 secrets 都不在(核于 2026-09-22)。
和 QCode 之间只有一句桥
Orca 不代理模型,也不替你保管凭据:官方 first-session 页写 Orca will launch the agent's CLI with the correct working directory and forward your subscription credentials。所以端点与 key 都在被启动的那个 CLI 自己的配置里改,那把 key 可以是 QCode 的 —— 这是本页唯一的桥。Orca 是本地应用,不在本站的模型列表里,本页不写它「已支持 QCode」,也不做任何可用性承诺。把 Claude Code 指到别的 base_url 见 /anthropic-base-url-setup-guide,那两个变量的用法不在这里重复;逐个 agent 的端点字段见 /orca-third-party-api-key。它的用量条读的是各 agent 落在本地盘的记账,官方自己让以 provider console 为准,别拿它当对账工具(核于 2026-09-22)。
常见问题
用 Orca 之前要先买 Claude 或 Codex 的订阅吗?
Orca 本体不要钱:官方 README 写 Orca is free and open source under the MIT License。它也不卖模型访问,What is Orca 页写 Orca runs agents you already use — bring your own Claude, Codex, or OpenCode subscription,When to use Orca 的第一条就是 You already pay for Claude Code, Codex, or Cursor CLI;GLM 那一页更逐字写 Orca does not include or resell GLM access。要花钱的是那个 agent 的订阅或凭据,不在 Orca(核于 2026-09-22)。
能把自己已有的 key 或端点贴进去吗?
不在 Orca 里贴。官方 first-session 页写 Orca will launch the agent's CLI with the correct working directory and forward your subscription credentials,supported 页把机制说得很直白:the agent combobox just launches a process in a terminal。端点与 key 的改动都落在那个 CLI 自己的配置里。Orca 侧唯一的模型开关是 orchestration 的 --model,官方限定它 accepts opaque provider model IDs for Claude, Codex, and Cursor,其余 agent 一律回到各自配置。逐 agent 的字段写法在 /orca-third-party-api-key(核于 2026-09-22)。
为什么 OpenRouter 或别家网关的用量在它的用量条里看不见?
两层限制叠在一起。覆盖范围:官方 usage-tracking 页点名的只有 Claude Code、Codex、Gemini、OpenCode、Kimi Code、MiniMax 这 6 家,supported 页也写明 deeper hooks, status, usage tracking, and account switching are noted where supported,不是每家都齐。新鲜度:同页写 numbers update when the agent writes, not in real time。把 agent 指到 OpenRouter 这类第三方端点之后用量条还准不准,官方文档未写,本页不替它推断(核于 2026-09-22)。
手机上能做到哪一步?
能盯、能发后续指令,但它不是第二个客户端。README 写 Monitor and steer your agents from your phone,mobile 页把定位限定住了:gives you a read-mostly view of running agents —— 看 agent 状态、最近的终端回滚,加上回一个提示、休眠一个 worktree、看 source control、切 agent 账号这几件事;同页另写 Pairing is one-time and the desktop is always the source of truth,并自标 The mobile companion is in beta。Codex 攒到的 rate-limit reset 额度可以在 companion 的 Accounts 页花掉(核于 2026-09-22)。
SSH worktree 连不上,该先查什么?
官方 ssh 页写了两处会挡你的地方。1) 主机密钥校验:Orca checks built-in SSH connections against your effective OpenSSH known_hosts 与它自己存过的 key;主机重建或重新开通导致指纹变了,会在要你输密码之前就被拒,先自己核新指纹,known_hosts 不匹配时它会给出对应的 ssh-keygen -R 命令。2) 远端编译链:首次连接要在远端装一个小 relay,Linux 上常得现场编译 node-pty,远端缺 make、C++ 编译器、python3 时,Orca still finishes connect for files, git, and the editor,但远程终端起不来,装好工具再重连(核于 2026-09-22)。
它会不会自己替你调模型、产生账单?
用量那一侧不会:官方原话 No API calls, no extra auth,它只读各 agent 写在本地盘的记账。真正会调模型、会花钱的是被启动的那个 CLI,而官方同时提醒两件事:For new launches, Orca pre-fills each supported CLI's permission-bypass flag,以及 A worktree is an isolated checkout, not a security sandbox。对策是照官方建议在 Settings → Agents → Agent Permissions 里选 Manual。它没有模型代理这一层,supported 页的说法就是 the agent combobox just launches a process in a terminal(核于 2026-09-22)。
信息来源
官方仓库与 README:https://github.com/stablyai/orca 与 https://raw.githubusercontent.com/stablyai/orca/main/README.md。官方文档 https://www.onorca.dev/docs,本页逐字用过的页是 install、model/worktrees、ssh、mobile、agents/supported、agents/usage-tracking、agents/glm-agent、cli/orchestration、first-session(raw 源在 https://raw.githubusercontent.com/stablyai/orca/main/docs/site/content/docs/)。同名核对:https://formulae.brew.sh/cask/orca 与 https://orca.gnome.org/。全部核于 2026-09-22。官方 README 自陈 we ship daily, so this list is perpetually behind,所以命令名、包名与 agent 名单一律以抓取日为限。
相关阅读
Claude Code 自定义端点配置
把那个 agent 指到别的 base_url,两个变量的写法在那页。
Orca 第三方端点与密钥配置表
11 个 agent 各自的端点字段与官方原句,逐条列在那页。
Claude Code Worktree 并行开发
不用 Orca 也能自己开 worktree 并行跑,那条路的坑在那页。
本页转述 Stably 公开的 Orca 文档与仓库内容,与 Orca、Stably 无隶属关系,也没拿到它们的背书。命令行名、包名、agent 名单与用量条的行为以 2026-09-22 抓到的官方页面为限;官方 README 自己写这份功能列表永远落后于发版,装之前请回原页再看一次。QCode 只是那个被启动的 agent 所用 key 的一个可能提供方,不对 Orca 的行为负责。