Four steps to AI that works
No programming needed. Every step has a copy button and a docs link; follow along and it just works. Each step also tells you where to get help if stuck.
Four steps to your first task
Install Node.js
DocsThe harness is a Node.js program; install it for your system (Windows / macOS / Linux).
node --versionv24.x or v22.19.x and above means success
Launch the Web UI
DocsOne command starts it. Keep the terminal open and browse to http://127.0.0.1:3080.
npx @deepseek-ai/dsh webThe first run downloads dependencies — give it a moment
Configure a model
DocsOpen Settings → Models, enter your DeepSeek API key and save; it takes effect immediately.
Settings → Models → enter API keyOther providers and custom endpoints supported
Finish your first task
DocsSelect a workspace, then send the task below and watch the agent read files, run commands and act under your approval.
Summarize this repository and identify its main packagesSensitive actions raise an approval first — review before approving
Which one are you? Pick an advanced path
New to AI work / Vibe Coding
No code — finish work in natural language
Beyond the path, everything is searchable
FAQ, troubleshooting and the config reference live in the docs.