zhengjy01/dsh-start

zhengjy01★ 0Shell最后同步: 2026-08-18

在 GitHub 打开

One-click start/stop launcher for DeepSeek Harness (DSH) Web on macOS: terminal script (start/stop/status/daemon) + Dock-able DSH.app

README 摘要

dsh-start English 中文 A one-click launcher for DeepSeek Harness (DSH) Web on macOS. Stop typing dsh web by hand — start, stop, and check the server from a single command, or build a Dock-able DSH.app that behaves like a normal macOS application. Features - One command, four modes — dsh-start (foreground, logs visible, Ctrl+C to stop), dsh-start -d (daemon, logs to /.dsh/web.log ), dsh-start stop , dsh-start status . - Duplicate-launch guard — if the server is already up (default port 3080), it just opens the browser instead of starting a second instance. - Auto-open browser — polls the port after launch and opens http://127.0.0.1:3080 once ready (both foreground and daemon modes). - Normal-app feel (DSH.app) — scripts/build-dsh-app.sh compiles a stay-open launcher app at /Applications/DSH.app : double-click to start, Cmd+Q (with a confirmation dialog) to stop. Re-clicking the Dock icon ensures the server is running and opens the browser. - Permission-safe by design — the app delegates the server process to Terminal (which has full file-access context), avoiding the macOS sandbox/TCC EPERM failures that occur when a bare app spawns dsh directly. Install From npm (recommended) From so…

在 GitHub 查看完整 README →
终端/TUIdeepseek-harnessdshdsh-pluginlaunchermacosterminal

分类