DeepSeek Harness saves pages into your Showspace from its local Web UI, and a short patch file gives it all twenty of the app's commands.
DeepSeek Harness, or dsh, is DeepSeek's open-source agent runtime. Models, tools, skills and even the interface are plugins you can swap, so it suits developers who like to configure and extend their tools.
On a Mac it runs as a Node.js process with a Web UI in your browser. Before a session starts you choose a workspace folder, and the agent reads, edits and runs commands there.
~/.dsh/AGENTS.md, or a project's own AGENTS.md or CLAUDE.md~/.dsh/AGENTS.md, which every session reads.~/.dsh/cordis.patch.yml to connect every profile. Keep any patches already in the file.http://127.0.0.1:3080 in your browser, and add a DeepSeek API key under Settings, then Models.- insert: - id: lite-computer name: '@deepseek-ai/dsh-mcp-client' config: serverName: lite-computer transport: streamable-http url: http://127.0.0.1:48484/mcp
npx @deepseek-ai/dsh web
Read the HTML pages in my Showspace and build an interactive catalog: a searchable list grouped by topic, expandable summaries, and an animated chart of how many pages are in each group. Save it as a single self-contained HTML file named showspace-catalog.html in my Showspace, then open it in lite.computer.
AGENTS.md, it reads CLAUDE.md in a project, so instructions you already keep for another agent carry over. More on the paragraph itself is in The Agent Helper.Yes. Running on your Mac, it saves HTML pages into your Showspace, and lite.computer shows each one as it lands. With the MCP entry in its patch file, it also opens pages and arranges windows in the app.
Run npx @deepseek-ai/dsh web in a terminal and open http://127.0.0.1:3080 in your browser.
In ~/.dsh/AGENTS.md for every session. For one project, use an AGENTS.md or CLAUDE.md in that project's folder.
Choosing between agents? See Which AI works with lite.computer.
Last checked September 14, 2026.
Still stuck? Write to support@lite.computer.