DeepSeek Harness
ActiveDescription
Official open-source agent harness from DeepSeek built on an "everything is a plugin" spatiotemporal composability architecture, with a built-in Web UI and a growing plugin ecosystem.
Key Features
- Everything is a plugin — Cordis-powered plugin architecture where capability units compose and hot-swap freely
- Spatiotemporal composability — a novel agent programming paradigm described in the accompanying arXiv paper
- Built-in Web UI — one npx command boots a full visual chat interface on localhost:3080
- Plugin ecosystem — community plugin repos are published under the dsh-plugin topic for discoverability
- Official DeepSeek project — MIT-licensed, maintained by DeepSeek AI with safety notes and architecture docs
Use Cases
Strengths & Limitations
✅ Strengths
- • Actively maintained, recent updates
- • High community interest (210.0k stars)
- • Permissive open-source license (MIT)
- • Responsive to issues, low backlog
Categories
Quick Start
# Start the Web UI with one command after installing Node.js
npx @deepseek-ai/dsh web
# Your browser opens http://127.0.0.1:3080 automatically
# Or run from source: git clone, then pnpm install && pnpm run build && pnpm dsh web