meta ai-tools

Orca 完整攻略 — 平行 Coding Agent Orchestrator + 點幫你(2026/7)

bibbychan

2026-07-21 · 7 min read · 1.4k words

🎯 一句話 verdict: Orca 係 2026 年 GitHub 23.1k stars 最 hit 嘅 AI Agent Desktop Environment(ADE) — 一個 IDE 可以同時 run 多個 coding agent(Codex / Claude Code / Cursor / Hermes / 27 種),每個喺自己 git worktree 隔離。對你嘅即時 value:你可以 run Hermes Agent × N 喺 Orca 入面,並行做你嘅 Lark doc research / 客戶 deliverable。

當前版本:v1.4.146(2026/7/19 release) · License:MIT · 完全免費 · TypeScript 96.8% · YC-backed。


📊 一、5 大關鍵數字

指標數值
GitHub Stars23,100
Forks1,700
Latest versionv1.4.146(2026/7/19,1 day ago)
Commits6,894
Releases847
Contributors243
LanguageTypeScript 96.8%
LicenseMIT
YC-backed
Mobile companioniOS App Store + Android APK + TestFlight

🧠 二、呢個 tool 做咩?(5 個一句話)

  1. ADE(Agent Development Environment) — Desktop + Mobile app to manage fleet of parallel coding agents
  2. Multi-agent parallel execution — 同時 run 5+ coding agents,每個喺自己嘅 git worktree
  3. Any coding agent — Codex / Claude Code / Cursor / Hermes / OpenCode / Grok / Pi / 27 種都支援
  4. Bring your own subscription — 用你自己嘅 API key / 訂閱,唔 lock-in
  5. Mobile companion — iOS / Android app monitor + steer agents 喺電話到

🎯 三、8 大核心 Features

Feature一句話對你 relevance
Mobile CompanionPhone monitor + steer agents✅ 出街時睇住 run
Parallel Worktrees1 prompt → 5 agents × 5 worktrees最重要 — 對你 side income
Terminal SplitsGhostty-class + WebGL + infinite splits✅ debugging 易
Design ModeClick UI element → 自動 send HTML/CSS/screenshot 入 agent⭐ 幫你建 prototype
GitHub & Linear NativePR / issue / project board 內建✅ 接案 review 快
SSH WorktreesRemote box run agents + port forwarding✅ 用 GPU cloud 跑 Hermes
Annotate AI DiffsDiff 行內 drop comments → ship back✅ Code review 快
Drag Files to AgentsVS Code editor + drag-and-drop✅ 整 file 方便

Also in the box: Quick open · Account switcher · Rich repo previews · Computer Use · Notifications · daily releases


🤖 四、27 個 Supported Coding Agents(Hermes Agent ⭐ 喺 list)

Type例子
MajorClaude Code · Codex · Grok · Cursor · GitHub Copilot · OpenCode · Hermes Agent
SpecialtyMiMo Code · Amp · OpenClaude · Antigravity · Pi · oh-my-pi · Devin · Goose · Auggie
OSSAutohand Code · Charm · Cline · Codebuff · Command Code · Continue · Droid · Kilocode · Kimi · Kiro · Mistral Vibe · Qwen Code · Rovo Dev

⚠️ Hermes Agent 官方 listed as supported — 你可以喺 Orca 入面直接 run Hermes!


💻 五、Install(5 個渠道)

Desktop(macOS / Windows / Linux)

OS來源
macOS Apple SiliconDMG download
macOS IntelDMG download
Windowsv1.4.147-rc.4 setup.exe
LinuxAppImage

Package managers:

1
2
brew install --cask stablyai/orca/orca
yay -S stably-orca-bin

Mobile

Headless Linux Server

1
orca serve

詳見:headless Linux server guide


💡 六、對你「直接」嘅 7 個 use case

Use Case 1:並行做你嘅 research doc(一魚五吃)

1
2
3
4
5
6
7
8
9
10
11
12
13
┌─────────────────────────────────────────────┐
│ Orca Desktop │
├──────────────┬──────────────┬───────────────┤
│ Worktree #1 │ Worktree #2 │ Worktree #3 │
│ Hermes Agent │ Hermes Agent │ Hermes Agent │
│ 研究 │ 研究 │ 研究 │
│ MS Research │ Crawl4AI │ Pond5 │
│ 週報 │ competitor │ upload SOP │
└──────────────┴──────────────┴───────────────┘

同時跑 3 個 Hermes research tasks

3 個 Lark doc + Recap table

時間: 1 份 research 30–60 分鐘 → 並行 3 份 = 60 分鐘 vs 串行 3 小時

Use Case 2:接案並行 deliverable

1
2
3
客戶 A:build MVP       → Worktree #1 (Hermes Agent)
客戶 B:寫 marketing copy → Worktree #2 (Claude Code)
客戶 C:做 RAG demo → Worktree #3 (Codex)

賺錢: 同時做 3 個案,收入 × 3

Use Case 3:客戶 brand song 並行 demo

1
2
3
Worktree #1:Lo-fi 版  (MiniMax Music 3.0)
Worktree #2:Pop 版
Worktree #3:Jazz 版

客戶一次過收到 3 個 demo 版本

Use Case 4:Hermes Agent 工作流試驗

你而家單開 Hermes session 做嘢。Orca 內:

  • Worktree #1 寫 SME 月報
  • Worktree #2 寫 client SOP
  • Worktree #3 試新嘅 API integration

3 個獨立 context,互不干擾

Use Case 5:客戶 demo Design Mode

Worktree 用 Design Mode → click 客戶網站 UI element → 自動 send HTML/CSS/screenshot 入 Hermes Agent → 自動生成改善 proposal。

報價: HK$15k–30k / 客戶(之前要人手 design review)

Use Case 6:Phone 監控 batch job

晚上開 5 個 Hermes batch jobs(SEO、SME 月報、client deliverable、content creation、competitive monitor):

1
早上起身 → 電話 push notification → review → send follow-up

「100x builder」mode — 你瞓覺 Hermes 跑。

Use Case 7:SSH Worktrees + GPU Cloud

1
local Hermes(你部機)──run small tasks──→ Hermes on AWS GPU(big model)

Orca SSH Worktrees 自動 manage remote session。


🛠️ 七、對標你 Hermes Stack

你已有 vs Orca 對標

你有Orca 對標點用
Hermes Agent直接 run 喺 Orca 入面用你自己的 Hermes,BYOK
web_extract / web_search✅ 由 Hermes 內部執行唔需要改
Lark doc✅ Manual exportHook 落 Lark
n8n-automation✅ Orca 提供 automation hooks跨 worktree 自動化
100+ skills✅ 跟 Hermes 一齊帶入 Orca完整 ecosystem

5 個 immediate workflow

#Workflow你點用
1Parallel researchOrca 開 3 worktree × Hermes = 3 倍 throughput
2Client batch多客戶同時 deliver,互不干擾
3Design reviewDesign Mode → 自動 UI review
4Code refactor跨多個 repo 並行 refactor
5Skill testing試新 skill 時隔離 context

💰 八、HK Side Income 對標

Monetisation報價
1. 並行 deliverable consultingHK$30k–80k/月(同時間做 2–3 個 client)
2. Content batch productionYouTube / 短片 batch 10 條
3. Multi-repo migration公司 codebase migration HK$50k–150k
4. Automated agent pipeline setup幫客戶 setup Orca + Hermes workflow
5. Daily batch jobsSEO / monitoring / report automation

⚠️ 九、限制 / 風險

  1. Y Combinator-backed — 商業風險(但已 open source MIT)
  2. Desktop app required — 唔可以純 web 用(mobile 係 monitor,唔係 build)
  3. Hermes Agent 雖然 listed 但係新 — 未必 fully optimized
  4. License 三重 — Orca MIT,agents BYOK,agent license 唔關 Orca 事
  5. Mac / Windows / Linux 三平台支援但 Windows 仲係 RC(v1.4.147-rc.4)
  6. 24/7 update847 releases,跟 version 係 challenge
  7. Telemetry opt-out 唔 default — 要自己手動 disable
  8. Sovereignty 風險 — Orca 同 Stably AI 控制 backend infra

🚀 十、Next Step 建議

你想我幫你做
即刻裝 Orca + Hermes 連接macOS install SOP + Hermes API key 設定
Build parallel research workflowLark Sheet 設計 3-worktree parallel job template
Setup batch job automationn8n + Orca hooks + Lark notification
寫客戶 deliverable SOP點用 Orca 加速 client work(報價對應時間減半)
Comparison reportOrca vs Hyperresearch vs Replit Agent

📚 十一、Source / 延伸閱讀

官方

Mobile

同類 / 對標

  • Claude Code: CLI-only,Orca 包裝多 agent
  • Hyperresearch: Deep research harness,兩者可以合併用(Hyperresearch 內 step 2 用 crawl4ai + Orca desktop 跑多 instance)
  • Replit Agent: Cloud IDE only
  • Cursor: IDE + 1 agent(Orca 多 agent)

數據截至 2026/7/20。Orca 24/7 release,version 以 GitHub 最新 release 為準。

bibbychan

個人技術 blog,記低啲學過嘅嘢、踩過嘅坑、寫過嘅 project。 Phase 1: Hexo + Fluid + Cloudflare Pages。

延伸閱讀