返回目錄

minke

維護狀態: 活躍

lencx/minke

DeepSeek Harness 桌面客戶端,提供本地桌面操作體驗。

前往 GitHub
$ dsh plugin add minke

609

星數

66

Fork

TypeScript

語言

Apache-2.0

授權條款

2026-08-15

建立於

2026-09-03

最近推送

Apache-2.0 社群桌面工作台,把 DeepSeek Harness 作為本機執行環境打包進應用——在 macOS、Windows、Linux 上讓檔案、終端機、網頁工具與外掛發現伴隨對話使用。

DSH 整合

原生執行環境

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

Apache-2.0

01它能幫你完成什麼?

  • Run DeepSeek Harness agentic work in a native desktop workspace

    A single local-first app combining conversations, project files, terminals, web tools and native desktop actions

    Developers and agentic-work practitioners who use DeepSeek Harness and want a dedicated desktop workspace instead of a bare conversation window

  • Keep files, terminals, web tools and plugin discovery beside the active conversation

    Independent right and bottom workspaces for understanding, changing and validating a project next to the DeepSeek Harness conversation

    Users who want project tooling — files, terminals, web tools, plugin discovery — alongside their DeepSeek Harness sessions without switching apps

02如何將外掛接入 DeepSeek Harness?

先決條件

  • A supported desktop platform: macOS (Apple Silicon or Intel), Windows x64, or Linux x64 (Debian/Ubuntu, Fedora/RHEL, or AppImage)
  • Build-from-source only: Git with the `vendor/deepseek-harness` submodule checked out, Node.js 24 or newer, pnpm 11.7.0

安裝步驟

  1. 01

    Download the installer for your platform only from the official GitHub Releases page: `.dmg` (macOS arm64/x64), `.exe` (Windows x64), or `.deb` / `.rpm` / `.AppImage` (Linux x64); checksums are in SHA256SUMS

  2. 02

    macOS: open the `.dmg`, drag `Minke.app` into the Applications folder, remove the quarantine attribute with `xattr -dr com.apple.quarantine "/Applications/Minke.app"` (pre-release builds are not notarized), then open Minke

  3. 03

    Windows: run the `.exe` installer and follow the on-screen instructions; if a reputation-based warning appears, confirm the installer came from the official Releases page before continuing

  4. 04

    Linux: install the downloaded package, e.g. `sudo apt install "/path/to/minke-package.deb"` or `sudo dnf install "/path/to/minke-package.rpm"`

  5. 05

    From source: install repository dependencies with pnpm, run `pnpm run harness:stage` to install/build the pinned DeepSeek Harness source and stage the desktop runtime, then `pnpm start` for development mode

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合原生執行環境

Native desktop workspace that bundles and runs DeepSeek Harness locally — conversations, files, terminals and web tools in one app

  • Agentic workspace panels

    an active DeepSeek Harness conversationindependent right and bottom workspaces for files, terminals, web tools and plugin discovery beside the conversation

  • Local-first data boundary

    application state, browser session data and desktop preferencesall data kept on your machine, with desktop preferences under `~/.minke` as one clear data boundary

    writes application state, browser session data and desktop preferences under `~/.minke` on your machine
  • Native desktop experience

    daily usage of the workspacenative menus, configurable shortcuts, session log export, synchronized themes, and English and Chinese UI

    session log export writes log files to disk
  • Cross-platform releases

    macOS, Windows or Linux x64 hosts`.dmg` (arm64/x64), `.exe`, `.deb`, `.rpm` and portable `.AppImage` packages from automated releases

04適合誰?何時不該用?

適合

  • Developers and agentic-work practitioners who use DeepSeek Harness and want a dedicated desktop workspace instead of a bare conversation window
  • Users who want project tooling — files, terminals, web tools, plugin discovery — alongside their DeepSeek Harness sessions without switching apps

不適合

  • Minke is under active development: features, packaging and the local data schema may change as the project evolves. It is an independent community project, not an official DeepSeek product.
  • Current macOS pre-release builds are not notarized; installation requires removing the quarantine attribute, which bypasses a macOS security check. Only do this for Minke.app downloaded from the official Releases page.

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

  • Minke is under active development: features, packaging and the local data schema may change as the project evolves. It is an independent community project, not an official DeepSeek product.
  • Current macOS pre-release builds are not notarized; installation requires removing the quarantine attribute, which bypasses a macOS security check. Only do this for Minke.app downloaded from the official Releases page.
  • Building from source must happen on the same operating system and CPU architecture as the target package; cross-platform packaging from a single host is not supported.
2026-08-152026-08-19v0.1.0

Apache-2.0 · actively maintained (v0.1.0 released 2026-08-18, repo pushed 2026-08-19)

06常見問題

Minke 如何接入 DeepSeek Harness?

Minke 本身就是 DeepSeek Harness 的原生桌面工作台:它把 DeepSeek Harness 帶到桌面並在本機執行,形成專注的代理工作空間。不需要設定 MCP——應用本身就是圍繞 Harness 執行環境的桌面外殼。

Minke 的資料存放在哪裡?

Minke 採本機優先設計:應用狀態與瀏覽器工作階段資料儲存在你的電腦上,桌面偏好設定存放於 `~/.minke`,形成清楚、可預測的單一資料邊界。

Minke 支援哪些平台?

macOS(Apple Silicon 與 Intel 的 `.dmg`)、Windows x64(`.exe`)、Linux x64(Debian/Ubuntu 的 `.deb`、Fedora/RHEL 的 `.rpm`,或可攜版 `.AppImage`)。自動化發布涵蓋三大桌面平台,並提供 SHA256SUMS 校驗檔。

為什麼 macOS 安裝需要移除隔離屬性?

目前預發布版本尚未公證,README 指引執行 `xattr -dr com.apple.quarantine "/Applications/Minke.app"`,或使用「系統設定 → 隱私與安全性」中的 Open Anyway 流程。此操作會略過 macOS 安全檢查,僅建議對官方 Releases 頁面下載的安裝檔執行。

Minke 是 DeepSeek 官方產品嗎?

不是。Minke 是獨立的社群專案,並非 DeepSeek 官方產品,且正積極開發中——功能、打包方式與本機資料結構可能隨專案演進調整。

08資料與來源

  • 作者聲明github.comde7a5aa7ab51…

    Minke brings [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) to the desktop as a focused, local-firs…

  • 作者聲明github.comde7a5aa7ab51…

    <strong>A native desktop workspace for DeepSeek Harness</strong>

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

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

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

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