xxxxxdger/DSH-launcher
xxxxxdger★ 0PowerShellLast synced: 2026-08-15
—
README excerpt
DeepSeek Harness Launcher / 启动器 Windows 下的一键 启动 / 停止 DeepSeek Harness Web 界面( dsh web )的小工具。 A Windows one-click toggle for the DeepSeek Harness Web UI ( dsh web ). 同一个快捷方式即可切换两种状态 / One shortcut does both jobs: - 未运行时 :后台静默启动 dsh web ,等端口就绪后自动打开浏览器。 Not running : start dsh web hidden, wait for the port, then open the browser. - 已运行时 :自动停止整个 dsh 进程族,不残留后台进程。 Running : stop the whole dsh process family, leaving nothing behind. 特性 / Features - 🪟 无控制台窗口(VBS 静默调用 PowerShell) / No console window (VBS invokes PowerShell silently) - 🔍 自动定位 dsh 命令:优先全局 npm 安装,回退到 npx 缓存 / Auto-locates the dsh command: global npm install first, npx cache as fallback - ⏳ 智能等待端口就绪(最长 30 秒) / Waits for the port to be ready (up to 30 seconds) - 🎯 停止时精确匹配 dsh 进程,不误杀其它 Node 应用 / Stops only dsh processes, never unrelated Node apps - 📦 位置无关:整个文件夹可随意移动、复制或克隆 / Location-independent: move, copy or clone the folder anywhere 环境要求 / Requirements - Windows 10 / 11 - Node.js(含 npm) - 已全局安装 DeepSeek Harness / DeepSeek Harness installed globally: 使用方法 / Usage 方式一(推荐) :双击 harness.vbs —— 无窗口,适合日常使用。 Option 1 (recommended) : double-click harness.vbs — no window, for everyday use. 方式二 :在 PowerShell 中运行 / Option 2 : run in Po…
View full README on GitHub →