dsh.so
开发者预览版 — 可能存在破坏性变更。查看更新日志

DeepSeek Harness 开发者中心

面向 DeepSeek Harness 的指南、插件、工具与社区资源 —— 这个开源 Agent 运行时里,一切皆插件。

Everything is a Plugin —— 一切皆插件。

事实已对照官方仓库与 npm 注册表核实(2026-08-13)。

zsh — dsh
$ npx @deepseek-ai/dsh web
✔ DeepSeek Harness 开发者预览版
✔ Cordis 启动完成 — web profile 已挂载
→ Web UI 运行于 http://127.0.0.1:3080
(命令与默认端口已对照官方 README 核实)
$
31,085
GitHub 星标 — deepseek-ai/deepseek-harness(2026-08-13 核实)
600+
带有 dsh-plugin 话题的公开仓库
490
dsh.so 已收录插件,每条目均核实真实存在
0.1.0-rc.6
@deepseek-ai/dsh 最新 npm 版本

快速开始

完整安装指南
1
安装 Node.js

Node.js ≥ 18(建议 LTS)。检查:node --version

2
运行一条命令

包自动下载并启动 Harness——无需安装其他依赖。

3
打开 Web UI

访问 http://127.0.0.1:3080 开始你的第一个 Agent。

npx @deepseek-ai/dsh web

什么是 DeepSeek Harness?

阅读说明

DeepSeek Harness(dsh)是 DeepSeek AI 开发的开源 Agent 运行时, 核心理念是一切皆插件。 运行中的 Agent 是「模型 + Harness」:Harness 把模型适配器、工具、存储与 Agent 主循环组合成可替换的插件,由 Cordis 框架驱动——没有需要修补的特权核心。

插件生态已经成真:600+ 个仓库带有dsh-plugin 话题。 dsh.so 收录我们能核实的条目。

modlens

@liustack
社区

The first vision plugin for DeepSeek Harness, and the vision bridge for every text-only coding agent. Paste an image, get structured JSON evidence (OCR, layout, semantics).

toolMIT·678

声明:not stated

dsh-web-ui

@zhu1090093659
社区

Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and skin center.

resourcenone·434

声明:not stated

dsh-cc-tui

@ccch1mneyyy
社区

DSH 官方尚无终端 TUI 的补位之作:Claude Code 风格全屏交互终端插件——像素鲸鱼顶栏、实时工作状态行、思考流式展开、双击 Esc 回滚、上下文进度条 + TPS 仪表。npm 一键安装。

toolBSD-3-Clause·169

声明:not stated

为 DeepSeek Harness 开发

开始教程

一切皆插件——你也可以写一个。从最小的 apply(ctx) 模块到发布 npm bundle:配置、工具、客户端插件与打包,以官方文档为准。

插件开发指南

做了一个 DeepSeek Harness 插件?

把它带给需要的开发者。dsh.so 核实每一条收录真实存在——并始终区分 作者声明与独立验证。

提交你的插件