DeepSeek Harness Desktop v0.1.4
非官方项目 / Unofficial project: 此桌面客户端由社区独立维护,并非 DeepSeek 官方产品,也不由 DeepSeek 背书或提供支持。This community desktop client is not an official DeepSeek product and is not endorsed or supported by DeepSeek.
下载说明
本版本由 GitHub Actions 从对应 tag 自动构建,安装包内置固定版本的官方 dsh 运行时,无需另装 Node.js、pnpm 或 dsh CLI。当前安装包尚未进行代码签名,首次打开时操作系统可能显示安全提示。请先使用 SHA256SUMS.txt 校验下载文件。
macOS 用户可在「终端」中计算下载文件的 SHA-256,并与本 Release 的 SHA256SUMS.txt 对应条目比较:
cd ~/Downloads
shasum -a 256 dsh-desktop-*.dmg确认校验值一致后,把应用拖入「应用程序」并双击一次,让系统记录这次拦截,然后打开「系统设置 → 隐私与安全性」,在「安全性」区域点击「仍要打开」。该按钮只在尝试打开后的一段时间内出现。如果仍提示应用已损坏且没有该按钮,可在「终端」中只移除此应用的下载隔离标记:
xattr -dr com.apple.quarantine "/Applications/DeepSeek Harness Desktop.app"
open "/Applications/DeepSeek Harness Desktop.app"不要全局关闭 Gatekeeper,也不需要使用 sudo。校验值不一致时请删除并重新下载。
Download notes
This release was built automatically from the matching tag and bundles a pinned official dsh runtime, so Node.js, pnpm, and a separate dsh CLI are not required. Packages are currently unsigned, so the operating system may show a security warning on first launch. Verify downloads with SHA256SUMS.txt first.
On macOS, calculate the downloaded file's SHA-256 in Terminal and compare it with the matching entry in this Release's SHA256SUMS.txt:
cd ~/Downloads
shasum -a 256 dsh-desktop-*.dmgAfter the checksum matches, drag the app to Applications and double-click it once so macOS records the blocked attempt, then open System Settings → Privacy & Security and choose Open Anyway in the Security section. That button appears only for a limited time after the launch attempt. If macOS still says the app is damaged and the button is unavailable, remove the download quarantine attribute from this app only:
xattr -dr com.apple.quarantine "/Applications/DeepSeek Harness Desktop.app"
open "/Applications/DeepSeek Harness Desktop.app"Do not disable Gatekeeper globally; sudo is not required. If the checksum does not match, delete the file and download it again.