DeepSeek Harness
Everything is a plugin: DeepSeek's MIT agent runtime just became the fastest-starred repo in GitHub history
What it is
DeepSeek's open agent harness — a TypeScript monorepo built on the Cordis plugin framework where context management, tool use, and failure recovery are all composable plugins rather than hard-coded behavior. One `npx @deepseek-ai/dsh web` gets you a local web UI; plugin repos are discoverable under the `dsh-plugin` GitHub topic, and the docs tree ships architecture guides, an AGENTS.md, and a development handbook. Officially a developer preview with breaking changes expected.
Why it's interesting
The star chart is the headline — roughly 190k stars within weeks of the mid-August launch, reported as the fastest star accumulation GitHub has seen — but the license is why it's here: a standard, unmodified 1,065-byte MIT LICENSE at the repo root, read directly from a clone, with third-party attributions handled in a separate THIRD_PARTY_NOTICES.md. No rider, no policy file, no telemetry clause we could find. From the lab whose V4 models we track shelf by shelf, the tooling layer arrives cleaner than most of the industry's model licenses.
Use cases
- A self-hosted agent runtime you can actually re-plumb — swap context, tools, and recovery logic as plugins
- Building and distributing agent capabilities as installable plugins rather than forks
- Studying a production lab's agent architecture in the open, commit by commit
Who it's for
Agent builders and tinkerers; anyone who found existing coding-agent CLIs too closed to bend
Setup
Easy. Node.js and one npx command for the web UI; pnpm build from source if you want to hack on it. Bring your own model API keys
Limitations & cautions
A developer preview that says so — breaking changes are promised, the plugin ecosystem is days old, and the 'everything is a plugin' architecture means the stability of your agent depends on the stability of every plugin in your tree.
Editorial takeaway
Claude Code sits in our catalog as the proprietary tool everyone stars anyway. Harness is DeepSeek's answer, and the answer is MIT. When the fastest-growing repo in GitHub's history is also one of the cleanest-licensed, the industry's excuses get thinner.