返回目錄

wesight

維護狀態: 活躍

freestylefly/wesight

開源桌面 AI 智慧體工作區,一鍵配置 Claude Code、Codex、OpenClaw、Hermes Agent,並支援自定義 LLM 模型路由。

前往 GitHub專案首頁
$ git clone https://github.com/freestylefly/wesight.git

916

星數

207

Fork

TypeScript

語言

MIT

授權條款

2026-05-07

建立於

2026-08-24

最近推送

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

安裝步驟

  1. 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

  2. 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)

  3. 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 整合程度與能力邊界

DSH 整合生態系相關

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 runtimeOne-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 prompts
  • Unified 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 directory
  • SkillHub 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 basis
  • AI runtime telemetry dashboard

    Agent runs across all configured enginesPer-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.
2026-05-072026-08-06v1.0.4

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 會沿用其帳號與設定。

08資料與來源

  • 作者聲明github.com53ce05f14d15…

    It helps you install or reuse Claude Code, Codex, Kimi Code, OpenClaw, Hermes Agent, OpenCode, Qwen Code, DeepSeek-TUI,…

  • 作者聲明github.com53ce05f14d15…

    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 個值得優先安裝的外掛,涵蓋各個分類。

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

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