Platforms
Desktop runtime, Electron process model, and platform-specific notes.
Platforms
OpenCowork 是桌面应用,核心运行在 Electron main process,界面运行在 React renderer,系统能力通过 preload 暴露为窄 IPC surface。
InstallWindows、macOS、Linux 安装包和源码启动入口。Open Electron modelMain、Preload、Renderer、Shared 的职责划分。Open Build from source构建桌面应用和 Windows installer。Open
Supported desktop targets
| Platform | Notes |
|---|---|
| Windows | 主要开发与打包目标;node-pty 在 Windows postinstall 中跳过 |
| macOS | 支持 DMG 构建,签名/entitlements 在 build/ 中配置 |
| Linux | 支持 AppImage/deb 等 Electron Builder 输出 |
Local data
运行时数据保存在 ~/.open-cowork/。这里包含 SQLite 数据库、配置、agents、commands 和 prompts。不要把该目录提交到仓库。