bitterSmilezzz/dsh-mac-desktop ↗★ 2
dsh-mac-desktop
DeepSeek Harness plugin: open the Web GUI in a native macOS desktop window (WKWebView shell).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bitterSmilezzz/dsh-mac-desktop说明文档
阅读完整 README ↗Configuration
The row is configurable from cordis.yml (a later layer replaces the whole
config, so restate every field you keep):
- id: desktop-runner
config:
enabled: true # master switch
terminateOnDispose: true # kill the window when the plugin unloads
url: http://127.0.0.1:3080 # optional override (default: derived from webServer.port)
appPath: /path/to/DshMac.app/Contents/MacOS/DshMac # optional (default: bundled)