dsh-start
macOS 平台上的 DeepSeek Harness Web 一键启停启动器,包含终端脚本(支持守护进程模式)和可放入 Dock 栏的 DSH.app。
AI 分析
核心用途是简化 macOS 系统下 DSH 服务的启动、停止和状态查看操作。适合 macOS 用户,尤其是希望像普通 App 一样便捷运行 DSH 的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhengjy01/dsh-start说明文档
阅读完整 README ↗Usage
| Command | What it does |
|---|---|
dsh-start | Start in the foreground; Ctrl+C stops the server |
dsh-start -d | Start in the background (window can close); log at ~/.dsh/web.log |
dsh-start stop | Stop the running server (found via the port) |
dsh-start status | Show whether the server is running and its URL |
dsh-start --build-app | Build/refresh ~/Applications/DSH.app |
The port defaults to 3080 (the dsh web default); override with the DSH_PORT environment variable.