learn

DeepSeek Harness Guide (dsh guide)

A practical guide for users and plugin developers: run the harness, understand profiles and presets, install plugins safely, and build your own.

Try it in two commands
$ npm install -g @deepseek-ai/dsh
$ dsh --profile web

Install globally, start the web profile, then paste your API key — skipped if your env already has one. Everything else is a plugin.

What this dsh guide covers

DeepSeek Harness (dsh) is DeepSeek's open-source agent runtime: the model is the brain, the harness is the body, and every part of that body is a plugin. This DeepSeek Harness guide is the missing manual — no marketing, no fluff, just how the harness actually fits together.

Work through the guides in order the first time, or jump straight to the section you need.

  • /01Run dsh — install, first task, the four modes
  • /02Understand the assembly — bundles, profiles, patches, presets
  • /03Stay safe — sandbox tiers, approvals, secrets
  • /04Join the ecosystem — find, install and publish plugins

faq

Frequently asked questions

The short answers everyone looks for in a DeepSeek Harness guide.

What is DeepSeek Harness?

DeepSeek Harness (dsh) is DeepSeek's open-source agent framework: the runtime that turns a model into an agent that reads files, runs commands and searches the web. Its defining idea is that everything — tools, model adapters, the UI, even the main loop — is a plugin.

Read the guide
Is DeepSeek Harness free?

The harness itself is open source (MIT). Model usage is separate: you connect your own provider (for example the DeepSeek API), and that provider bills you directly for tokens. Most community plugins are open source too — check each repo's license.

How do I install it?

Install the CLI globally (npm install -g @deepseek-ai/dsh), run dsh --profile web to open the Web UI, and paste your API key on the page — skipped if your environment already has one. A headless CLI, Python and TypeScript SDKs, and an ACP server are also available.

Read the guide
How do I install a dsh plugin?

In dsh, installing usually means adding an entry to your profile or patch config — each plugin's README documents its own install line. The plugin is then loaded into the plugin tree, and removing the line removes everything it registered.

Read the guide
Is dsh the same as Claude Code or Codex?

Not quite. Claude Code and Codex ship a ready-made agent; DeepSeek Harness ships an agent runtime you assemble, where plugins replace or extend any part. Same job family, different philosophy.

How do I get my plugin listed here?

Add the dsh-plugin topic to your public repo, and open a PR to the community lists this directory syncs from. The topic route is automatic; curated entries add a category and description.

Read the guide

Ready to go further?

Browse the plugin directory, or ship your own plugin into the ecosystem.

DSH Plugins is an independent community directory of DeepSeek Harness plugins. Not affiliated with or endorsed by DeepSeek. Third-party plugins are not security-audited — review the source before installing.