enoughpower/dsh-desktop-mac--plugins-dsh-client-ui-updater1

@deepseek-ai/dsh-client-ui-updater

DeepSeekHarnessMac精简版

AI 분석

适合需要打包仅含DeepSeek服务、体积更小的macOS客户端的开发者。

패키지
@deepseek-ai/dsh-client-ui-updater
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 9. 12.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

快速开始(构建与使用)

产物

./build.shdist/ 下产出 DeepSeekHarness.app(双击即可运行,本地临时签名); 加 --dmg 时再打一个 DMG 安装包,命名 DeepSeekHarness---.dmgfull=完整版,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.ymlllm-pi-ai 行置为 disabled;默认模型仍是 DeepSeek。

安装 DMG

  1. 双击 dist/DeepSeekHarness--*.dmg 挂载。
  2. DeepSeekHarness.app 拖进 /Applications(覆盖旧版前先退出正在运行的应用)。
  3. 从启动台/Finder 打开即可;用户数据落在 ~/Library/Application Support/DeepSeekHarness

命令行覆盖安装:

hdiutil attach 
rm -rf /Applications/DeepSeekHarness.app && cp -R '/DeepSeekHarness.app' /Applications/
hdiutil detach