DH
Developer tools/npm v0.1.0-rc.6

DSH Headless

The official one-shot task bundle for running DSH without a browser or HTTP layer.

by DeepSeekOfficialProfile bundle
View on GitHub View on npm
v0.1.0-rc.6Version
npmnpm package
MITLicense
TypeScriptLanguage
Aug 13, 2026Updated
01

Installation

npx @deepseek-ai/dsh@latest --profile headless "your task"
02

About this plugin

DSH Headless layers a one-shot agent runner over DSH Base. It accepts a task from the command line, creates a persisted agent session, waits for the run to finish and writes the final assistant result to standard output without opening a listening port.

03

What it provides

  • 01One-shot command-line agent tasks
  • 02Persisted sessions with final stdout output
  • 03No browser, host API or listening port

Important notes

  • Included automatically in the official headless profile together with DSH Base.
  • The command requires a non-empty task argument.
04

README preview

README.md

DSH Headless

The official one-shot task bundle for running DSH without a browser or HTTP layer.

Read the full README at the source