zhengjy01/dsh-start0

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.

AI 分析

核心用途是简化 macOS 系统下 DSH 服务的启动、停止和状态查看操作。适合 macOS 用户,尤其是希望像普通 App 一样便捷运行 DSH 的用户。

パッケージ
dsh-start
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/17

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhengjy01/dsh-start

ドキュメント

README 全文を読む ↗

Usage

CommandWhat it does
dsh-startStart in the foreground; Ctrl+C stops the server
dsh-start -dStart in the background (window can close); log at ~/.dsh/web.log
dsh-start stopStop the running server (found via the port)
dsh-start statusShow whether the server is running and its URL
dsh-start --build-appBuild/refresh ~/Applications/DSH.app

The port defaults to 3080 (the dsh web default); override with the DSH_PORT environment variable.