
Deepseek Harness Desktop
by ningbainb · ningbainb/deepseek-harness-desktop
Lossless Windows desktop app for DeepSeek Harness with the complete DSH Web UI, plugins, skins, and skill dock
Install Deepseek Harness Desktop
Clean install: prebuilt on npm and declares a `dsh.bundle` layer. Heads up: it runs install-time scripts (prepare) on your machine.
The one-line version
dsh plugin --profile my-profile add @linxin666/dsh-client-ui-aionui-panelThe easy path: this bundle is published to npm, so the install pulls a prebuilt artifact — no build step runs on your machine and no build approval is needed.
From npm — installs a prebuilt artifact, no build step on your machine
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add @linxin666/dsh-client-ui-aionui-panel
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePrefer to install from source instead?
From GitHub — pulls source, and may ask for build approval on first run
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:ningbainb/deepseek-harness-desktop#<commit-sha>
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profileBefore you run itinstall scripts
- This package declares
prepare— package-manager lifecycle scripts that execute on your machine at install time, outside the agent sandbox, before any tool-approval prompt exists. - 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.
Prerequisites
- API key
- Not required.
- Network access
- Not required at runtime.
- Language
- TypeScript
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 | fail | warn | runs at install time, outside the agent sandbox: prepare |
| dsh.bundle | pass | fatal | package.json declares a `dsh.bundle` layer |
| dsh.bundle.patch file | pass | fatal | patch file present at `packages/dsh-aionui-panel/cordis.patch.yml` |
| npm registry | pass | fatal | published as `@linxin666/dsh-client-ui-aionui-panel` — prebuilt artifacts |
- Verdict reason
- on npm with a valid bundle declaration
- package.json read
- packages/dsh-aionui-panel/package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
- Install-time scripts
prepare
From the README
Excerpt as published by the author, plain text, unedited
中文 | [English](README.en.md) QQ 群:**1105158177** · **[点击一键加入 QQ 群](https://qm.qq.com/q/vehlNjaeye)** DeepSeek Harness Desktop 将原版 DSH Web 界面完整装进 Windows EXE:不是重写页面,而是用安全的 Electron 窗口启动官方 `@deepseek-ai/dsh` 本地主机,再原样加载本仓库的全部插件与皮肤。 `desktop-v0.1.7` 是当前稳定版:[查看完整发布说明](https://github.com/ningbainb/deepseek-harness-desktop/releases/tag/desktop-v0.1.7) · [直接下载安装包](https://github.com/ningbainb/deepseek-harness-desktop/releases/download/desktop-v0.1.7/DeepSeek-Harness-Desktop-Setup-0.1.7-x64.exe) · [下载 SHA-256 校验文件](https://github.com/ningbainb/deepseek-harness-desktop/releases/download/desktop-v0.1.7/SHA256SUMS.txt) | 版本 | 主要更新 | | --- | --- | | **0.1.7** | 全新深海启动界面与状态驱动进度;32px macOS 风格磨砂玻璃窗口栏;收紧大文件预览内存、Git 轮询和 SSH 传输边界,并提升首次安装后的冷启动容错与发布门禁。 | | **0.1.6** | 内置腾讯官方 QQ Bot 与扫码 Connector;在扩展坞完成二维码绑定、刷新
Topics
GitHub topics on this repository
More in Desktop App Electron Windows
Ranked by similarity inside the cluster, not alphabetically
DeepSeek Harness Desktop
pig1et7
No description provided.
Adhd One
xydadada
An unofficial, batteries-included Windows desktop for DeepSeek Harness.
Deepseek Harness Desktop
TAP-APIA
DeepSeek Harness desktop app (Electron)
Deepseek Harness Desktop
teacup-yu
DeepSeek Harness 的 Windows 桌面封装:免 Node.js,内置终端与静默自动更新(第三方,非官方)
Deepseek Harness Desktop
Strom9898
DeepSeek Harness 的非官方 Windows桌面程序,使用 Electron 构建。
Deepseek Harness Desktop
chyra-moon
DeepSeek Harness desktop shell: 1:1 replica of the official web UI as a Windows desktop app (community project)