deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:unSdark/deepseek-harness-windows-launcher
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
一个非官方的 Windows 桌面启动器,让 DeepSeek Harness 可以像普通应用一样启动。

[!IMPORTANT] 本项目不是 DeepSeek 官方项目,也不包含 DeepSeek Harness 本体。
dsh webhttp://127.0.0.1:3080/,避免重复启动服务%USERPROFILE%\.dsh\launcher\dsh-web.lognpm install --global @deepseek-ai/dsh克隆仓库后,在 PowerShell 中运行:
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\Install.ps1
如果尚未安装 DeepSeek Harness,可以让安装脚本一并安装:
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\Install.ps1 -InstallDeepSeekHarness
安装完成后,桌面会出现 DeepSeek Harness 快捷方式。
双击桌面的 DeepSeek Harness。启动器会:
3080 上的 Web UI 是否已响应。dsh.cmd web。DeepSeek Harness 以桌面快捷方式的“起始位置”为默认文件系统位置;安装脚本将其设置为你的 Documents 目录。进入 Web UI 后仍需选择实际工作区。
关闭浏览器标签页不会结束后台服务。再次双击快捷方式只会重新打开页面,不会重复启动服务。
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\Uninstall.ps1
连同启动日志一起删除:
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\Uninstall.ps1 -RemoveLog
卸载脚本只删除桌面快捷方式和 %USERPROFILE%\.dsh\launcher 中属于本项目的文件。它不会卸载 @deepseek-ai/dsh,也不会删除其他 .dsh 配置。
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\Test.ps1
验证内容包括 PowerShell 语法、VBScript 语法、必需文件以及 ICO 文件结构。
Windows 快捷方式启动 wscript.exe,由 VBScript 在无终端窗口的情况下管理 dsh.cmd web。启动器使用 Windows 自带的 WinHTTP 组件检查服务状态,因此没有额外运行时依赖。
项目刻意不修改 Set-ExecutionPolicy。安装命令中的 -ExecutionPolicy Bypass 只对该次 PowerShell 进程生效。
127.0.0.1:3080。启动器代码使用 MIT License。图标归属和上游许可证见 THIRD_PARTY_NOTICES.md。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。