enoughpower/dsh-desktop-mac--plugins-dsh-client-ui-updater ↗★ 1
@deepseek-ai/dsh-client-ui-updater
DeepSeekHarnessMac精简版
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗快速开始(构建与使用)
产物
./build.sh 在 dist/ 下产出 DeepSeekHarness.app(双击即可运行,本地临时签名);
加 --dmg 时再打一个 DMG 安装包,命名
DeepSeekHarness---.dmg(full=完整版,lite=精简版)。
构建
依赖:macOS + Xcode 命令行工具(swiftc/codesign)+ Node.js(打包运行时与装依赖)。
cd desktop
./build.sh # 默认:完整版(含全部多供应商 SDK)
./build.sh --dmg # 再打 DMG 安装包
KEEP_EXTRA_PROVIDERS=0 ./build.sh --dmg # 精简版:仅 DeepSeek,体积更小(见「体积对比」)
- 首次构建会自动
npm install --omit=dev安装@deepseek-ai/dsh生产依赖。 KEEP_EXTRA_PROVIDERS=0走精简路径:prune.sh删掉 Pi.ai 等多供应商 SDK,prune.patch.yml把llm-pi-ai行置为disabled;默认模型仍是 DeepSeek。
安装 DMG
- 双击
dist/DeepSeekHarness--*.dmg挂载。 - 把
DeepSeekHarness.app拖进/Applications(覆盖旧版前先退出正在运行的应用)。 - 从启动台/Finder 打开即可;用户数据落在
~/Library/Application Support/DeepSeekHarness。
命令行覆盖安装:
hdiutil attach rm -rf /Applications/DeepSeekHarness.app && cp -R '/DeepSeekHarness.app' /Applications/ hdiutil detach