deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:sqs404/dsh-portable
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DeepSeek Harness 的 Windows 免安装便携版:内置官方 Node.js 与全部程序包,解压后双击启动器即可使用,无需安装任何软件。
本仓库提供启动器源码(C#)、一键构建脚本与使用文档。
从 Releases 下载最新压缩包,解压后双击「启动 DeepSeek Harness.exe」即可使用(默认端口 3081)。
dsh-portable/
├── launcher.cs 启动器源码(C#,约 6KB)
├── build.ps1 一键构建脚本(下载 Node → 安装依赖 → 编译 → 组装)
├── docs/使用说明.txt 成品内置的中文使用说明
├── LICENSE / THIRD_PARTY_NOTICES.md
└── README.md 本说明
无需安装任何开发工具:Node.js 由脚本自动下载,C# 编译器使用 Windows 自带的 csc。
# 默认使用官方源
powershell -ExecutionPolicy Bypass -File .\build.ps1 -Zip
国内网络加速:
powershell -ExecutionPolicy Bypass -File .\build.ps1 -Zip `
-Registry "https://registry.npmmirror.com/" `
-NodeMirror "https://npmmirror.com/mirrors/node/"
脚本执行:
node.exe;@deepseek-ai/dsh@0.1.2-alpha.2(--ignore-scripts,产物为纯真实目录、零链接);
想用 latest 标签版本可传 -DshVersion "0.1.1-rc.2";csc 编译 launcher.cs 生成 启动 DeepSeek Harness.exe;dist\ 便携目录(可选 -Zip 打包)。:: 1. Node.js 运行时
:: 从 https://nodejs.org/dist/v24.19.0/node-v24.19.0-win-x64.zip 解压出 node.exe
:: 2. 官方运行时依赖
mkdir dist && cd dist
echo {"name":"dsh-portable-runtime","private":true,"dependencies":{"@deepseek-ai/dsh":"0.1.2-alpha.2"}}> package.json
npm install --ignore-scripts --no-audit --no-fund
:: 3. 编译启动器(Windows 自带 .NET Framework 编译器)
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /nologo /target:winexe ^
/r:System.Windows.Forms.dll /out:"启动 DeepSeek Harness.exe" ..\launcher.cs
:: 4. 把 node.exe 复制进 dist 即完成;双击启动器即可运行
启动 DeepSeek Harness.exe;http://127.0.0.1:3081,按页面提示配置模型服务(如 DeepSeek API Key)后即可使用;port.txt 写入端口号即可(默认 3081);node.exe node_modules\@deepseek-ai\dsh\lib\bin.js web。launcher.cs)通过 DSH_HOME 环境变量把用户数据根指向自身 data\ 目录,实现数据完全隔离(不读写系统用户目录);http://127.0.0.1:3081 会返回 401;启动器捕获 node 输出的 dsh web: http://.../?token=... 并打开该地址,浏览器换取 30 天会话 cookie 后后续启动照常(node 输出同步写入 dsh-console.log);dsh web 自动初始化配置(data\profiles\web)并重建内部链接,全程无需联网;LICENSE 与 THIRD_PARTY_NOTICES.md),版权归 DeepSeek AI 及其贡献者所有。@deepseek-ai/dshCLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。