MIT 授權的桌面 AI 代理工作台,可執行 DeepSeek-TUI 等 9 種本機引擎並統一設定 DeepSeek 模型路由;README 本身未直接提及 dsh/DeepSeek Harness。
DSH 整合
生態系相關
作者聲明
安全稽核
未稽核
最後核實
2026-08-21
授權條款
MIT
01它能幫你完成什麼?
Run DeepSeek-TUI and other local coding agents through a visual desktop chat instead of the terminal
Graphical chat with tool panels, slash commands, file diffs and permission prompts, plus a live workspace showing file writes, code changes and artifacts
Developers who use terminal agents such as DeepSeek-TUI, Claude Code or Codex and want a beginner-friendly GUI workspace on macOS or Windows
Configure DeepSeek and other model providers once and route them into the selected agent engine
A unified provider/model setup (official OpenAI, Anthropic, Gemini plus OpenAI-compatible endpoints for DeepSeek, Qwen, Moonshot, Ollama, OpenRouter, GitHub Copilot, local gateways) mapped into engines that follow WeSight settings
Users who switch between multiple LLM providers and want one place to manage model routing for their local agents
Monitor agent runs and extend workflows with skills and scheduled jobs
Runtime dashboard measuring engine, model, tokens, TTFT, TPS, tool latency, steps, status and duration; SkillHub skill installation and recurring agent tasks
Teams and hobbyists who run agent tasks daily and want metrics, skill management and scheduled automation in one desktop app
02如何將外掛接入 DeepSeek Harness?
先決條件
- macOS (Apple Silicon or Intel) or Windows x64 for the packaged desktop app
- For development from source: Node.js `>=24 <25` and npm
安裝步驟
- 01
macOS: download the matching DMG from the latest GitHub Release (signed and notarized builds for Apple Silicon and Intel), open the DMG and drag `WeSight.app` into the `Applications` folder
- 02
Windows: download `WeSight.Setup.<version>.exe` from the latest release and check it against `SHASUMS256.txt` before running (the installer is unsigned and SmartScreen may warn)
- 03
From source (development): `git clone https://github.com/freestylefly/wesight.git`, `cd wesight`, `npm install`, then `npm run electron:dev`
$ git clone https://github.com/freestylefly/wesight.git
驗證整合成功
作者未說明
03DSH 整合程度與能力邊界
Not a dsh plugin: WeSight is a standalone desktop workspace that runs DeepSeek-TUI (DeepSeek's TUI agent runtime) as one of nine local engines and configures DeepSeek as a model provider; the README never mentions DeepSeek Harness/dsh itself
Agent engine manager
Local agent CLIs: Claude Code, Codex, Kimi Code, OpenClaw, Hermes Agent, OpenCode, Qwen Code, DeepSeek-TUI, or the built-in runtime→One-click install or detection of existing CLIs (macOS), reuse of existing CLI accounts/config, and visual chat execution
Can install local CLIs on the machine (macOS one-click setup)Tool execution runs commands and touches files, surfaced with permission promptsUnified model routing
Official OpenAI / Anthropic Claude / Google Gemini providers plus OpenAI-compatible endpoints (DeepSeek, Qwen, Moonshot, Ollama, OpenRouter, GitHub Copilot, local gateways, private endpoints)→Provider and model settings mapped into the selected engine, with switching between WeSight-managed settings and existing local CLI configuration
Model calls go over the network to the configured provider endpointsSettings and auth tokens are persisted in local SQLite under the app data directorySkillHub marketplace & scheduled tasks
SkillHub marketplace skills and WeSight built-in skills (research, documents, automation, creative, communication, agent building)→Install / enable / disable / update / remove skills from the desktop UI; recurring agent jobs for research, reports, monitoring and reminders
Skills are installed locally on diskScheduled tasks run agent jobs automatically on a recurring basisAI runtime telemetry dashboard
Agent runs across all configured engines→Per-task metrics: engine, model, source, status, tokens, completion time, TTFT, output-phase TPS, estimated model TPS, tool latency, agent steps
Runtime telemetry is persisted locally in SQLite
04適合誰?何時不該用?
適合
- Developers who use terminal agents such as DeepSeek-TUI, Claude Code or Codex and want a beginner-friendly GUI workspace on macOS or Windows
- Users who switch between multiple LLM providers and want one place to manage model routing for their local agents
- Teams and hobbyists who run agent tasks daily and want metrics, skill management and scheduled automation in one desktop app
不適合
- The Windows x64 installer currently has no code-signing certificate, so SmartScreen may show an unrecognized app warning; the README advises checking the file against `SHASUMS256.txt` before continuing.
05相容性、維護與安全提醒
- The Windows x64 installer currently has no code-signing certificate, so SmartScreen may show an unrecognized app warning; the README advises checking the file against `SHASUMS256.txt` before continuing.
- One-click installation of local agent CLIs is macOS-only; on other platforms you must bring an existing CLI setup, and packaged builds are published only for macOS (signed/notarized) and Windows x64 — no prebuilt Linux release.
- Running WeSight from source requires Node.js `>=24 <25` and npm — a narrow, pinned Node version range.
MIT · actively maintained (latest release v1.0.4, 2026-08-03)
06常見問題
如何在 WeSight 中使用 DeepSeek-TUI?
DeepSeek-TUI 是 WeSight 支援的 9 種引擎之一。macOS 上可一鍵安裝或自動偵測既有安裝;其他情況請在 Agent Engines 設定中選取它,並沿用你現有的本機 CLI 帳號與設定即可。
WeSight 原生執行 DeepSeek Harness(dsh)嗎?
README 並未提及 dsh 本身。它與 DeepSeek 的關聯是:將 DeepSeek-TUI 作為本機引擎執行(HTTP/SSE 執行階段與工具串流),並在 WeSight 內將 DeepSeek 設定為相容 OpenAI 的模型供應商。
支援哪些平台?
提供經簽章並公證的 macOS Apple Silicon 與 Intel DMG,以及 Windows x64 安裝程式(目前未簽章,SmartScreen 可能出現警告,建議先核對 SHASUMS256.txt)。從原始碼開發需要 Node.js >=24 <25 與 npm。
我的資料存放在哪裡?
本機資料(設定、工作階段、執行階段呼叫、認證權杖)儲存在應用程式資料目錄下的 SQLite 中。模型呼叫會透過網路傳送到你設定的供應商,例如 DeepSeek、OpenAI、Anthropic、Gemini、Ollama 或 OpenRouter。
WeSight 能幫我安裝代理 CLI 嗎?
macOS 上可以——WeSight 能一鍵安裝支援的本機 CLI,或偵測機器上既有的安裝;其他平台則需自備可用的終端機環境,WeSight 會沿用其帳號與設定。
07相關的 DSH 工作流程
open-design
作者 nexu-io
DeepSeek Harness 的開源 AI 設計外掛,本地優先桌面應用,讓編碼智慧體變身設計引擎,生成原型、落地頁、幻燈片、圖片與影片,支援多種格式匯出。
picgo
作者 molunerfinn
PicGo:面向高效創作者的圖片上傳神器,支援 Obsidian、Typora、VS Code 等編輯器,以及 S3、GitHub、Cloudflare R2、Imgur、阿里雲 OSS 等 60+ 圖床,貼上即上傳。
dsh-desktop
作者 anywhere-labs
為 DeepSeek Harness (DSH) 外掛生態打造的現代化桌面端解決方案。萬物皆「外掛」,桌面本身也是「外掛」。
openbiliclaw
作者 whiteguo233
本地私有、開源的自進化跨平臺 AI 內容發現 Agent:先理解你,再主動從 B站、小紅書、抖音、YouTube、X、知乎、Reddit、微博等平臺與開放 Web 尋找內容。(支援 deepseek harness 外掛) | Local-first open-source cross-platform AI content discovery agent: understands you, then proactively finds content across Bilibili, Xiaohongshu, Douyin, YouTube, X, Zhihu, Reddit, Weibo and the open web.(support deepseek harness plugin)
08資料與來源
It helps you install or reuse Claude Code, Codex, Kimi Code, OpenClaw, Hermes Agent, OpenCode, Qwen Code, DeepSeek-TUI,…
Use existing Claude Code, Codex, Kimi Code, OpenClaw, Hermes Agent, OpenCode, Qwen Code, or DeepSeek-TUI accounts and co…
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
