Skip to content
$ npx @deepseek-ai/dsh web
dsh web: http://127.0.0.1:3080
Ready.

The DeepSeek Harness (dsh) Handbook

Community notes on installing DeepSeek Harness, reading its error codes, and running dsh on Windows. Every answer links back to the source it came from.

Unofficial. This site is not affiliated with DeepSeek. It’s a community-written handbook for DeepSeek Harness (dsh), an open-source project by DeepSeek AI. The official repository and its docs/ directory are the authoritative sources.

DeepSeek Harness (dsh) is DeepSeek AI’s open-source agent harness. It’s in developer preview (0.1.0-rc.x), so releases still break things and the official docs are thin in places. This handbook covers the parts people get stuck on: the install steps, the Node.js version floor, getting the Web UI into English, and one page for each error code that keeps coming up.

DeepSeek Harness (dsh) is an open-source agent harness built by DeepSeek AI, published August 13, 2026 under the MIT license. It runs on Cordis, a plugin framework where, in the project’s own words, “everything is a plugin”, including the model adapter, the tool registry, and the agent loop itself. Running npx @deepseek-ai/dsh web starts a browser-based Web UI at http://127.0.0.1:3080; you can also build it from source with pnpm. The rest of this site deals with the rough edges of software this new.

Is it DeepSeek Harness or DeepSeek Hardness?
Harness, spelled with an r. "DeepSeek Hardness", "herness" and "harnes" are all misspellings of the same project, and nothing ships under those names. The CLI command is dsh, short for "DeepSeek Harness."
What is DeepSeek Harness (dsh)?
DeepSeek Harness (dsh) is an open-source agent harness from DeepSeek AI. It runs on the Cordis plugin framework, and npx @deepseek-ai/dsh web starts a local Web UI at http://127.0.0.1:3080. The project is still in developer preview.
Is dshdocs an official DeepSeek site?
No. dshdocs is an unofficial handbook maintained by the community. The authoritative docs live in the official repository at github.com/deepseek-ai/deepseek-harness.
Is DeepSeek Harness free and open source?
Yes, MIT-licensed. The source is on GitHub at deepseek-ai/deepseek-harness, and releases go out as the npm package @deepseek-ai/dsh.