Development & Runtime
The community's canonical awesome list for the DeepSeek Harness (dsh) plugin ecosystem — categories, install notes, and everything in one place.
DeepSeek's official open-source agent harness — a plugin-first runtime where everything is a plugin. The framework every DSH plugin extends.
DeepSeek Harness: Everything is a Plugin.
DeepSeek Harness (dsh) is an open-source agent harness developed by DeepSeek AI.
DeepSeek Harness is for anyone who wants to run a real, self-hosted coding agent instead of renting one. It shines in three situations.
Long autonomous tasks. Because sessions are traceable and resumable, you can hand the harness a multi-step job — refactor a module, migrate a codebase, run a research loop — and let it work while you watch the logs. If something goes wrong, you rewind and retry rather than starting over.
Team workflows that need auditability. Every step, tool call and output is recorded. Teams that must review what an agent did (compliance, code review, onboarding juniors) get a paper trail that closed tools don't offer.
People who want an open stack. Since everything is a plugin, you assemble the exact runtime you want: which models, which tools, which memory, which UI. You're not locked to a vendor's defaults.
Start small: install it, add one or two plugins (memory and a good UI), and run a single real task end to end before scaling up.
deepseek-harness is a DeepSeek Harness ecosystem resource maintained by deepseek-ai. DeepSeek's official open-source agent harness — a plugin-first runtime where everything is a plugin. The framework every DSH plugin extends.
Source code and usage instructions are available at https://github.com/deepseek-ai/deepseek-harness. Follow the repository README for the correct setup steps.
deepseek-harness is a community open-source project released under the MIT license. Review the repository license and documentation before use.
Development & Runtime
The community's canonical awesome list for the DeepSeek Harness (dsh) plugin ecosystem — categories, install notes, and everything in one place.
Development & Runtime
The dsh-market tool: browse and install everything on this directory from inside DeepSeek Harness with one command.
Development & Runtime
A battle-tested knowledge base for building DSH plugins: cordis dual-replica setup, tsconfig patterns, Windows junction gotchas, and more.