dshplugin.devDeepSeek Harness Plugins
DSH Launcher plugin logo
DeepSeek Harness Plugin

DSH Launcher

2
Published by Keye3Tuido

One-click launcher for DeepSeek Harness (dsh web) on Windows and macOS. Unofficial convenience wrapper.

Developer Tools

Get this plugin

Review the source, then continue to the publisher.

Get this plugin
Share on X ↗

About this plugin

Source snapshot 8/13/2026

DeepSeek Harness 一键启动器

双击启动 dsh web,无需命令行。

平台文件用法
macOSstart-dsh.command双击运行
Windowsstart-dsh.bat双击运行

macOS 快速开始

首次在终端执行一次(修复权限并启动):

cd /path/to/dsh-launcher   # 输入 cd 加空格后,把 dsh-launcher 文件夹拖进终端自动填路径
xattr -d com.apple.quarantine start-dsh.command 2>/dev/null
chmod +x start-dsh.command && ./start-dsh.command

之后双击 start-dsh.command 即可。

说明

  • 运行 npx @deepseek-ai/dsh web,首次需联网下载依赖;
  • 自动打开 http://127.0.0.1:3080,网页被关闭约 2 秒后自动重开;
  • 停止:终端中按 Ctrl+C,或直接关闭终端窗口;
  • 依赖 Node.js(https://nodejs.org/),未安装时脚本会提示。

常见问题

症状解决
macOS 双击提示"无法打开"xattr -d com.apple.quarantine start-dsh.command
macOS 双击提示"没有权限"chmod +x start-dsh.command
macOS 首次弹授权提示点「允许」,否则无法检测网页是否被关闭
网页关闭后不自动重开macOS:检查「系统设置 → 隐私与安全性 → 自动化」授权
想换端口改脚本中 dsh web 启动参数与顶部 URL= 为对应端口