dsh-start
One-click start/stop launcher for DeepSeek Harness (DSH) Web on macOS: a terminal script (start / stop / status / daemon mode) plus a Dock-able DSH.app built from source.
安装
$
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.