cherrchen/deepseek-harness-electron
cherrchen★ 2TypeScript最后同步: 2026-08-15
Cross-platform Electron desktop packaging for DeepSeek Harness, synchronized with upstream.
README 摘要
DeepSeek Harness Desktop English 中文 DeepSeek Harness Desktop packages DeepSeek Harness as a native desktop application for macOS, Windows, and Linux. It keeps the upstream Web application, agent runtime, profiles, and workspace workflow while providing an operating-system window and desktop installers. Status This project and its upstream runtime are in developer preview. Releases may introduce compatibility-breaking changes. Install Download the installer for your platform from the latest release: - macOS: DMG or ZIP for Apple Silicon and Intel Macs - Windows: NSIS installer for x64 and ARM64 - Linux: AppImage or DEB package for x64 and ARM64 Open the installed application and complete the provider setup in the Harness UI before starting an agent session. Run from source Install a supported Node.js version ( ^22.19.0 or =24 ) and pnpm, then build the Harness runtime and start Electron: Runtime and data Electron starts DeepSeek Harness on a random 127.0.0.1 port and opens its ready URL in a sandboxed window. The renderer has no Node.js integration, uses context isolation and Chromium sandboxing, and opens requested HTTP and HTTPS links in the system browser. Harness profiles and st…
在 GitHub 查看完整 README →