OCOpenCowork
Get startedInstallChannelsAgentsCapabilitiesSkillsModelsPlatformsOpsReferenceHelp

Platforms

Desktop runtime, Electron process model, and platform-specific notes.

Platforms

OpenCowork 是桌面应用,核心运行在 Electron main process,界面运行在 React renderer,系统能力通过 preload 暴露为窄 IPC surface。

Supported desktop targets

PlatformNotes
Windows主要开发与打包目标;node-pty 在 Windows postinstall 中跳过
macOS支持 DMG 构建,签名/entitlements 在 build/ 中配置
Linux支持 AppImage/deb 等 Electron Builder 输出

Local data

运行时数据保存在 ~/.open-cowork/。这里包含 SQLite 数据库、配置、agents、commands 和 prompts。不要把该目录提交到仓库。

On this page