本地 AI OS 時代降臨:CoWork OS vs OpenCode vs AgentOS 三強架構對比
2026 年上半年,AI 行業出現咗一個好微妙嘅拐點:主流 narrative 仲係緊「GPT-5 幾時出」、「Claude 4 有冇新 modality」,但真正嘅 product-market fit 已經喺另一個象限發生緊——本地 agentic OS。唔係又一個 SaaS wrapper,而係直接喺你部機上面行嘅 AI 作業系統。背後驅動力好簡單:token cost 喺度跌,開放模型喺度追上,而啲人開始厭倦俾月費綁死、數據送上雲嘅模式。
同一時間,三套本地 AI OS——CoWork OS、OpenCode、AgentOS——各自用完全唔同嘅哲學殺入呢個市場。佢哋嘅差異唔係 feature list 嘅加減法,而係對「乜嘢叫一個 agentic OS」嘅根本定義之爭。以下係我由香港 developer 視角出發嘅分析。
CoWork OS:GUI 優先嘅 Everything App 路線
CoWork OS 嘅核心信念好明確:AI OS 應該似一個「超級應用程式」,而唔係另一個 terminal。佢哋 build 咗一個完整嘅 desktop app,有 Agents Hub、Mission Control、visual task timelines、甚至 browser workbench。你可以喺同一個視窗入面編程、寫 email、做 research、整簡報、同埋 spawn agent teams。
CoWork OS 嘅 architecture 最得意嘅地方係佢嘅「雙重介面」策略:GUI 係 main entry point,但同時有一個 cowork CLI 行相同嘅 local runtime,share 同一份 profile、provider 設定、同 skills。呢個設計意味住你唔使喺 desktop mode 同 terminal mode 之間切換 profile——佢哋係同一層嘢嘅兩個 facet。
佢嘅 security posture 亦係三套之中最高調嘅:ZeroLeaks 最高分數、sandbox isolation、approval gates、encrypted local storage。成套嘢有接近 5000 個自動化測試。呢個級數嘅 investment 說明咗一件事:CoWork OS 嘅 target audience 唔係 DIY 玩家,而係認真嘅 professional 同團隊用戶。劣勢呢?Electron 底嘅 memory footprint 唔細,而且 GUI-first 嘅設計對某啲習慣 terminal 嘅 developer 嚟講反而係 overhead。
OpenCode:Developer-First 嘅 Agentic Orchestrator
OpenCode 行嘅係完全相反嘅路線。佢唔係一個「everything app」,而係一個 developer-native 嘅 agent orchestration platform。核心假設係:AI agent 嘅主要用戶仍然係 developer,而 developer 住喺 terminal。
OpenCode 嘅 architecture 最值得留意嘅係佢嘅 skill system——147 個 skills,涵蓋從 frontend UI/UX、debugging、security research 到 voice cloning(VoxCPM)、ComfyUI 影片生成、數學試卷生成呢類 domain-specific 任務。呢個唔係一個 plug-in marketplace,而係一個 tightly integrated 嘅 agent capability library。每個 skill 有明確嘅 trigger condition 同 domain mapping,Sisyphus(OpenCode 嘅 orchestrator agent)會根據任務性質自動選擇 delegation 路徑。
佢哋嘅 agent delegation model 亦相當深思熟慮:visual-engineering 歸一類、ultrabrain 歸另一類、quick 任務歸 quick、deep 任務歸 deep——每類對應唔同嘅 model 同 system prompt。呢種「routing by capability」嘅 pattern 同 AgentOS 嘅 Pilot Router 有異曲同工之妙,但 OpenCode 做得更 granular,而且所有 routing logic 都係 deterministic 嘅 code,唔係 model inference。
最大嘅 tradeoff 係:OpenCode 嘅 target user 幾乎只限 developer。佢嘅 UX 全部假設你 comfortable with CLI、task files、同 config-as-code。呢個對香港嘅 indie developer 嚟講係優勢(我哋本身就係呢班人),但對知識工作者、PM、或者唔寫 code 嘅 creator 嚟講門檻高咗。
AgentOS:以 Knowledge Graph 為核心嘅全新 OS 範式
AgentOS 嘅 vision 係三套之中最 radical 嘅。佢唔滿足於做一個 AI layer on top of macOS/Windows——佢想 redefine 個 operating system 本身。核心概念係「Agent Kernel」:一個取代傳統 GUI shell 嘅 natural language interface,背後由一個 persistent knowledge graph(SQLite-based Memex)驅動。
AgentOS 最令我印象深刻嘅係佢對 entity-relationship model 嘅執行。所有嘢都係 entity:message、task、calendar event、contact、file——全部入晒同一個 graph。Agent query 唔係 keyword search,而係 graph traversal。呢個意味住你嘅 AI 可以做到「Sarah 喺 Slack 提過個 project、完成咗 3 個 Linear tasks、仲 post 咗一條 video update」呢種 cross-referencing,而唔需要任何 special integration。每一個 adapter 就只係將外部 data 映射返入個 graph 嘅 entity schema。
佢哋嘅 Pilot Router——一個 local ONNX model 負責判斷每條 message 應該用邊個 cost tier 嘅 LLM 去處理——係一個好 practical 嘅 token optimization strategy。c0 到 c3 四個 tier,簡單 query 用 cheap model,複雜推理用貴 model。呢個 pattern 直接 attack 咗雲端 agent platform 最大嘅痛點:如果你咩都用 GPT-4 或 Claude Opus,成本係唔會落嚟㗎。
弱點方面:AgentOS 嘅 vision 太過 ambitious。Knowledge graph 係 powerful,但 onboarding cost 好高——你要說服用戶將所有 data 搬入一個 graph schema,呢個 adoption barrier 唔細。另外佢哋目前嘅 GUI 仲未去到 CoWork OS 嗰種 polish level。
結語:三條路,同一個目的地
三套系統其實指向同一個終局:AI 會由 cloud SaaS 遷移返 local-first infrastructure。CoWork OS 揀咗俾用戶一個 familiar 嘅 desktop experience,背後行 agentic runtime;OpenCode 揀咗 developer 點做嘢就點做,用 terminal 同 code 做 interface;AgentOS 揀咗重新諗個 OS 應該係點,由 knowledge graph 開始 build 起。
對我嚟講,呢個三分天下嘅局面係健康嘅。香港嘅 developer 同創業者應該留意一個趨勢:呢幾套 platform 都係 open source 或 source-available,意味住你可以 fork、customize、甚至 build 自己嘅 vertical agent OS。如果你係 solo founder 或者 indie developer,我建議 OpenCode 起步——terminal-native 嘅學習曲線雖然斜,但自由度最大。如果你係團隊或者 client-facing,CoWork OS 嘅 GUI 加 security posture 更穩陣。如果你對 knowledge management 有執著而且唔怕踩界,AgentOS 嘅 graph architecture 係最值得賭嘅 long bet。
本地 AI OS 嘅 competition 先啱啱開始。2027 年呢個 space 會極度精彩。