
DeepSeek Harness PluginPublished by Keye3Tuido →
DSH Launcher
☆ 2One-click launcher for DeepSeek Harness (dsh web) on Windows and macOS. Unofficial convenience wrapper.
Get this plugin
Review the source, then continue to the publisher.
About this plugin
Source snapshot 8/13/2026DeepSeek Harness 一键启动器
双击启动 dsh web,无需命令行。
| 平台 | 文件 | 用法 |
|---|---|---|
| macOS | start-dsh.command | 双击运行 |
| Windows | start-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= 为对应端口 |