bitterSmilezzz/dsh-mac-desktop2

dsh-mac-desktop

DeepSeek Harness plugin: open the Web GUI in a native macOS desktop window (WKWebView shell).

AI 分析

核心用途是将 DSH 的 Web 界面嵌入到 macOS 原生窗口中运行。适合追求原生桌面体验的 Mac 用户。必要条件为 macOS 14+ 操作系统以及 Node.js >= 22。

パッケージ
dsh-mac-desktop
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/13

インストール

$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)