← 返回列表
Nya-Poka/One-click-installer-launcher-for-DeepSeek-Harness-dsh-on-Windows
DeepSeek Harnessspec-screened在 GitHub 查看 ↗未验证
DSH 一键脚本 · DSH One-Click Scripts
尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/8/21 · 已提供中文文档
安装和启动dsh只需运行两个bat文件
综合分
28.1
GitHub 分
28.1
用户评分
—
★ Stars
1
周下载量
—
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add Nya-Poka/One-click-installer-launcher-for-DeepSeek-Harness-dsh-on-Windows该插件未发布到 npm,走 GitHub 源安装(pnpm 若拦截 prepare 脚本,按其提示在 pnpm-workspace.yaml 的 allowBuilds 中放行后重跑)
数据截至 2026/9/16(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动
README
DSH 一键脚本 · DSH One-Click Scripts Windows 下 DeepSeek Harness (dsh) 的一键脚本:安装 + 启动。 One-click scripts for DeepSeek Harness (dsh) on Windows: installer + launcher. License: MIT 文件说明 · Files | 文件 File | 用途 Purpose | |---|---| | installDSH.bat | 一键安装 DSH:检查 Node.js(缺失时自动用 winget 安装 LTS),执行 npm install -g @deepseek-ai/dsh,并验证版本。Install DSH in one click: checks Node.js (auto-installs LTS via winget if missing), runs npm install -g @deepseek-ai/dsh, and verifies the version. | | launchDSH.bat | 一键启动 DSH:已在运行(端口 3080)则直接打开浏览器;未运行则启动 dsh web 并自动打开浏览器。Launch DSH in one click: opens the browser if already running (port 3080), otherwise starts dsh web and opens the browser automatically. | 使用方法 · Usage 1. 双击 installDSH.bat 完成安装(需联网;没装 Node.js 会自动安装)。 Double-click installDSH.bat to install (needs network; Node.js is auto-installed if missing). 2. 双击 launchDSH.bat 启动,浏览器会自动打开 http://127.0.0.1:3080。 Double-click launchDSH.bat to start; the browser opens http://127.0.0.1:3080 automatically. 环境要求 · Requirements - Windows 10 / 11 - 联网(安装依赖)。Internet access (to install dependencies). - 首次运行 dsh web 时可能需要配置 API 密钥。The first launch of dsh web may ask you to configure API credentials. 注意事项 · Notes - 脚本内容为纯 ASCII + CRLF 换行,避免 cmd 解析乱码。Scripts are pure ASCII with CRLF line endings to avoid cmd parsing/encoding issues. - 若 dsh 不在 PATH,启动脚本会回退到 %APPDATA%\npm\dsh.cmd。If dsh is not on PATH, the launcher falls back to %APPDATA%\npm\dsh.cmd. - 升级:先关闭正在运行的 DSH,再运行一次 installDSH.bat 即可。To upgrade: close any running DSH, then run installDSH.bat again. 开源许可 · License MIT © 2025 Nya-Poka
扫码进群