返回目錄

dshcode

維護狀態: 活躍

whitelonng/dshcode

DeepSeek Harness 社群桌面伴侶,macOS 與 Windows 一鍵安裝的 Electron 應用。

安裝
$ git clone https://github.com/whitelonng/dshcode.git

196

星數

12

Fork

TypeScript

語言

MIT

授權條款

2026-08-13

建立於

2026-08-21

最近推送

MIT 授權的 DeepSeek Harness 社群桌面發行版(macOS / Windows):強化過的 Electron 視窗、內建 Web profile、npm / Git 外掛程式安裝器、僅本機回環服務。需要 DeepSeek API Key。

DSH 整合

生態系相關

作者聲明

安全稽核

未稽核

最後核實

2026-08-23

授權條款

MIT

01它能幫你完成什麼?

  • 在 macOS / Windows 上把完整的 DeepSeek Harness agent 當作普通桌面應用程式執行——不需要 Node.js、終端機或命令列

    一個強化過的 Electron 視窗,內建 Harness Web profile:GenUI 卡片、可安裝 Skills、Subagent / Workflow 編排、Plan 模式、可續跑的會話,以及 npm / Git 外掛程式安裝器

    希望把 DeepSeek Harness 當作開箱即用桌面應用程式、擁有圖形化工件區,而不是終端機式設定的 macOS / Windows 使用者

02如何將外掛接入 DeepSeek Harness?

先決條件

  • macOS(Apple Silicon 或 Intel)或 Windows x64
  • 一個 DeepSeek API Key——README 說明 DSHCode 透過官方 API 執行 DeepSeek 模型,在應用程式設定中配置一次即可

安裝步驟

  1. 01

    從 GitHub Releases 下載安裝包:macOS Apple Silicon / Intel 的 .dmg,或 Windows x64 的 .exe

  2. 02

    安裝後從「應用程式」(macOS)或「開始」選單(Windows)開啟 DSHCode;應用程式會自動啟動內建 Web profile

  3. 03

    (開發者從原始碼執行)`git clone https://github.com/whitelonng/dshcode.git`、`cd dshcode`、`pnpm install`、`pnpm run build`、`pnpm dsh web`

    $ git clone https://github.com/whitelonng/dshcode.git

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合生態系相關

DeepSeek Harness 的社群桌面發行版——DSHCode 把官方 DeepSeek Harness Web UI 與外掛程式執行環境打包成可直接安裝的 Electron 應用程式(macOS / Windows),透過 dsh-plugin / deepseekharness-plugin 倉庫標籤參與外掛程式生態

  • Agent 核心 + 互動式 GenUI

    對話提示、Skills,以及內建的 bash / 檔案系統 / 網頁搜尋 / 終端機 / LSP / 子程序工具內聯渲染的 GenUI 卡片(圖表、表格、測驗、3D 場景、示意圖、表單、進度檢視),具沙箱隔離與逐操作審批

    在本機執行 bash / 終端機 / 子程序工具(沙箱隔離、逐操作審批)
  • 外掛程式管理與故障復原

    從 npm 或 Git 倉庫安裝的外掛程式逐個啟用 / 停用外掛程式、檢查更新;載入失敗的外掛程式會連同診斷資訊一起回報,可停用、以安全模式啟動,或讓 agent 自動修復

    從 npm / Git 把外掛程式安裝進應用程式
  • 僅本機的 HTTP 服務

    應用程式啟動在 Electron 主程序內啟動一個 HTTP 服務,綁定 127.0.0.1,使用系統分配的臨時埠;僅允許單一實例

    在隨機本機埠綁定 127.0.0.1;應用程式結束時釋放埠並停止服務

04適合誰?何時不該用?

適合

  • 希望把 DeepSeek Harness 當作開箱即用桌面應用程式、擁有圖形化工件區,而不是終端機式設定的 macOS / Windows 使用者

不適合

  • DSHCode 只提供 macOS(Apple Silicon / Intel)與 Windows x64 版本;README 未把 Linux 列為支援平台。
  • DSHCode 是獨立的社群專案,並非 DeepSeek 官方發行;MIT 授權不授予 DeepSeek 商標 / Logo 的使用權,且預覽版安裝包未簽章,首次啟動時 macOS Gatekeeper 與 Windows SmartScreen 會警告。

05相容性、維護與安全提醒

  • DSHCode 只提供 macOS(Apple Silicon / Intel)與 Windows x64 版本;README 未把 Linux 列為支援平台。
  • DSHCode 是獨立的社群專案,並非 DeepSeek 官方發行;MIT 授權不授予 DeepSeek 商標 / Logo 的使用權,且預覽版安裝包未簽章,首次啟動時 macOS Gatekeeper 與 Windows SmartScreen 會警告。
  • 執行模型需要一個 DeepSeek API Key,在應用程式設定中配置一次;應用程式透過官方 API 呼叫模型。
2026-08-132026-08-21desktop-v1.0.7

MIT · 社群桌面發行版(最新 desktop-v1.0.7,2026-08-21);非 DeepSeek 官方發行

06常見問題

DSHCode 是 DeepSeek 官方軟體嗎?

不是。README 說明 DSHCode 是獨立的社群專案,打包上游 DeepSeek Harness;它不代表 DeepSeek 官方發行、背書或認證,MIT 授權也不授予 DeepSeek 商標 / Logo 的使用權。

怎麼安裝?

從 GitHub Releases 下載 macOS(Apple Silicon / Intel)的 .dmg 或 Windows x64 的 .exe,從「應用程式」/「開始」選單開啟即可——應用程式會自動啟動內建 Web profile。安裝版使用者不需要 Node.js 或終端機。

為什麼首次啟動會有安全警告?

預覽版安裝包尚未程式碼簽章或公證,所以 macOS Gatekeeper 與 Windows SmartScreen 可能警告。README 說明這是簽章憑證的成本,不是安全問題:macOS 上右鍵 → 開啟,或執行 `xattr -cr /Applications/DSHCode.app`;Windows 上點「更多資訊」→「仍要執行」。

需要 API Key 嗎?

需要。DSHCode 透過官方 API 執行 DeepSeek 模型,在應用程式設定中配置一次即可。外掛程式和 Skills 可在不改應用程式本體的前提下擴充能力。

08資料與來源

  • 作者聲明github.com9065ac3bf4b1…

    DSHCode packages the official DeepSeek Harness Web UI and plugin runtime into an installable Electron app—no Node.js, no…

  • 作者聲明github.com9065ac3bf4b1…

    DSHCode is a separate community project. It is not the official DeepSeek release, endorsement, or certification.

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-23。發現錯誤?提交更正。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。