설치
pnpm --filter @deepseek-ai/dsh-electron start이 명령은 GitHub 저장소 주소에서 생성됩니다. 실행 전에 업스트림 README와 소스를 검토하고 재현성이 필요하면 release 또는 commit을 고정하세요.
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:
git clone https://github.com/cherrchen/deepseek-harness-electron.git
cd deepseek-harness-electron
pnpm install
pnpm run build
pnpm --filter @deepseek-ai/dsh-electron start
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 state live in the platform-specific application-data directory. Agent shell commands start in the current user's home directory; select another workspace from the Harness UI when needed.
Development
Run the desktop application's focused checks with:
pnpm --filter @deepseek-ai/dsh-electron test
pnpm --filter @deepseek-ai/dsh-electron build
See the desktop application guide, development guide, and architecture documentation for repository details.
Contributing
See CONTRIBUTING.md. This fork follows upstream DeepSeek Harness development while maintaining its desktop packaging.
License
MIT. Third-party dependency notices are in THIRD_PARTY_NOTICES.md.
프로젝트 파일 및 신호
표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.
저장소 정보
- 언어
- TypeScript
- 라이선스
- MIT
- 마지막 업데이트
- 2026. 8. 17. AM 8:49
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.