DSH Plugin Store
Back to home

Sunshine-oneday

DSH-Desktop

Lightweight cross-platform desktop shell for DeepSeek Harness

Stars
1
Language
Rust
Created
Aug 14, 2026
Updated
Aug 14, 2026
Desktop
GitHub repo

Introduction

DSH-Desktop

DeepSeek Harness 的轻量跨平台桌面壳。它使用 Tauri 打开本机的 dsh web,不把 Node.js、DeepSeek Harness 或其 npm 依赖打进安装包。

本项目是社区插件,遵循 DeepSeek Harness 的 dsh-plugin 发现机制;不代表 DeepSeek 官方维护或官方背书。

安装包

每次发布 tag 后,GitHub Actions 会为 Linux、Windows 和 macOS 构建对应安装包,并上传到 Releases

前置条件

先安装并确认系统可以找到 dsh

npm install -g @deepseek-ai/dsh
dsh --version

如果桌面应用启动时找不到命令,可以通过 DSH_BIN 指定完整路径,例如:

DSH_BIN=/opt/homebrew/bin/dsh npm run dev

开发运行

npm install
npm run dev

应用会复用已经运行的 127.0.0.1:3080;如果端口没有服务,则自动启动 dsh web。关闭应用时,只会停止由本应用启动的后端,不会影响外部已经运行的 dsh web

构建

npm run build

构建产物位于 src-tauri/target/release/bundle/。不同平台需要在对应平台或 CI runner 上构建。

插件发现

仓库应设置 GitHub topic:dsh-plugin。DeepSeek Harness 官方 README 建议通过该 topic 发现社区插件。

许可证

MIT。DeepSeek Harness 本体的许可证和版权归上游项目所有。