Standard
Daily driverThe full coding agent: file editing, shell access, retrieval, the whole tool table.
DeepSeek Harness is the open agent runtime where models, tools, storage and the loop are all swappable plugins.
# start the web UI on 127.0.0.1:3080
npx @deepseek-ai/dsh web
# swap out any part of the harness
npx @deepseek-ai/dsh plugin add <package> Collected automatically from the dsh-plugin topic on GitHub and the matching npm keyword.
The model is half the agent
The model supplies judgement. The harness supplies everything the judgement acts on: what the agent can see, which tools it may call, where its session is written, and when the loop stops. DSH makes that second half editable.
Each block in the harness row is a plugin you can replace without touching the layer above or below it.
The same kernel boots into different shapes depending on how much surface area you want the agent to have.
The full coding agent: file editing, shell access, retrieval, the whole tool table.
Tools composed in TypeScript instead of selected one at a time, so a turn can express a whole program.
Bash and an editor. Nothing else. The honest baseline for benchmarking a model.
Build your own preset and watch the runtime while it runs, service by service.
From the registry
Every entry below was collected from a public repository or npm package. Nothing here is hand-picked by us.
@Devin-AXIS
A next-generation, source-available AI workspace with a self-evolving agent runtime for editable code, design, presentations, websites, and video - a Codex alternative that integrates DeepSeek Harness for subagent delegation, combining iPolloWork’s complete AI workbench with DSH’s specialized agents and both plugin...
@whiteguo233
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...
@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.
@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).
@ccch1mneyyy
A gap-filling project solving the absence of an official TUI for DSH, dedicated to geeks who prefer the CLI: Claude Code style full-screen interactive terminal plugin - pixel-style whale top bar, real-time status line, streaming thought expansion, double-Esc rollback, context progress bar + TPS gauge. One-click npm installation.
@sandbaseai
Open-source CMA-compatible agent runtime for any model, with MCP tools, sandboxed sessions, audit, replay, and a local console. Includes a native DeepSeek Harness bundle over stdio MCP.
Node 18 or newer is the only prerequisite. No global install, no account.
Plugins are npm packages. The kernel resolves what each one depends on and boots them in the right order.
Every service, every tool call and every session write is visible while the agent runs.
DSH is MIT licensed and in developer preview. Breaking changes land often, and the plugin API is where most of them show up.