
DSH桌面端,支持主题和背景图等多种个性化配置。Electron desktop shell for DeepSeek Harness web UI
Install Deepseek Harness Desktop
Installs but activates nothing: package.json has no `dsh.bundle` declaration, so `dsh plugin` warns and loads no config layer.
This repository is not a DSH plugin
package.json declares no dsh.bundle. In the official docs' own words, a package like this “still installs, but only as a plain dependency: dsh plugin prints a warning and activates no layer”. The install looks like it worked and nothing happens.What it actually is: DSH桌面端,支持主题和背景图等多种个性化配置。Electron desktop shell for DeepSeek Harness web UI If that is what you came for, use it directly from the repository — it is just not something dsh plugin add can activate.
Before you run it
- A plugin runs with your permissions once loaded: it can read your files, use your credentials and reach the network. Tool approvals do not sandbox it.
- Installing from git resolves a moving branch. Pin a commit —
github:ChisaAlter/Deepseek-Harness-Desktop#<commit-sha>— so the code you reviewed is the code you install.
Prerequisites
- API key
- Required — see the repository README for which provider.
- Network access
- Required at runtime.
- Language
- JavaScript
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| dsh.bundle | missing | fatal | package.json has no `dsh.bundle` key |
- Verdict reason
- no dsh.bundle declaration — installs as a plain dependency only
- package.json read
- package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
中文 · [English](README.en.md) 基于 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) 官方 Web UI 的 Electron 桌面壳。 不重做聊天界面:Electron 只负责窗口、托盘、工作区、API Key 和启动编排,对话、工具调用、审批还是官方 `dsh web`。第三方思考强度、识图模型兜底、主题和背景图这类地方补了一点。深度 GUI 爱好者,欢迎各种需求、建议和 PR。 目前已开发功能: 1.支持第三方模型设置思考强度。 2.支持配置专门的识图模型,可以在主模型不能识图的时候(对就是你DeepSeek),调用识图模型来进行识图。 3.支持自定义主题和背景图:浅/深两套色、毛玻璃、像素化、玻璃透明度都可以调。 4.支持插件市场:浏览 GitHub [`dsh-plugin`](https://github.com/topics/dsh-plugin) 话题,按分类筛选,一键安装 / 卸载到 web profile。 5.设置 → 通用可选择关闭窗口时最小化到托盘还是直接退出;退出会停掉本机 Harness,并显示跟随当前主题的「关闭中」遮罩。 6.设置 → 通用可开启远程访问:电脑出站连产品中继,手机 / 网页扫码后继续本机会话、发消息和审批工具。`dsh web` 仍只听 `127.0.0.1`。 7.标题栏集成 Git 操作、完整 VT 终端与纯右边栏:提交 / 推送 / 变更请求、ANSI 终端(xterm)、Files / Diff / Browser / Agents 面板,所有文件与命令都限定在当前工作区内。 也欢迎有需求的朋友来提需求,或者提 PR。 - **无边框窗口 + 自绘标题栏**:可以拖动、双击最大化,最小化 / 最大化 /
Topics
GitHub topics on this repository
More in Git Graph Commit Diff
Ranked by similarity inside the cluster, not alphabetically
Dsh Side Panel
ccq1
DSH 侧边栏,集成文件浏览器、终端和 Git 审查,方便预览文件。
Dsh Co Authored By
shelken
dsh plugin: auto-inject Co-Authored-By and Generated-By trailers on git commit
Dsh Git Identity
LoserFox
DSH 插件:git 提交固定使用环境自身作者身份(优先 gh CLI 登录账号,GitHub noreply 邮箱),GIT_AUTHOR_*/GIT_COMMITTER_* 环境变量注入压过一切 git config
Dsh Git Panel
a792883583
DSH web GUI git panel: branch management + GitLens-style commit graph
Dsh Git Graph
1841220388zzzcccxxx-star
Embedded git repository graph visualizer for the DeepSeek Harness Web GUI | 嵌入式 Git 仓库图谱可视化插件(提交历史图 / 分支过滤 / 文件 diff / VSCode 式未提交改动)
Dsh Memory Evolve
csyangwen
为 DeepSeek Harness 带来「跨会话长期记忆 + 后台自我进化」能力的纯插件实现:五轨记忆 · git 分支感知 · 回合内自我审查 · 技能自我进化与技能管理器 · 四轨待办 · COI 调度 · 会话广播 · 会话搜索 · 提示词管理器 · 临时信息便签——零核心修改、零运行时依赖,随装随用、卸载即净。