DeepSeek open-sourced its entire agent harness.
Everything is a plugin nothing is core.
It's MIT licensed, has 182.9k stars
Here are the 5 steps to run dsh:
1. Install Node.js 18 or higher.
2. Run `npx
@deepseek.ai/dsh`.
3. Navigate to the Web UI at http://localhost:3000.
4. Build your plugin, not fork dsh itself.
5. Tag your GH repo with `dsh-plugin` (see setup docs for a step-by-step walk-through).
This is a developer preview, so there will be breaking changes ahead, but the architecture is locked in pretty well.
Repo:
Repost ♻️ this if agents should be open.