DSH Market
D

Deepseek Harness Desktop

by xiincs · xiincs/deepseek-harness-desktop

Not a pluginunknownfresh

DeepSeek Harness 原生桌面版,基于 Tauri 2,内置 Node.js 运行时,一键安装,极速启动,托盘常驻,自动更新。DeepSeek Harness native desktop version: built on Tauri 2 with a bundled Node.js runtime.

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

Its 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: DeepSeek Harness 原生桌面版,基于 Tauri 2,内置 Node.js 运行时,一键安装,极速启动,托盘常驻,自动更新。DeepSeek Harness native desktop version: built on Tauri 2 with a bundled Node.js runtime. 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:xiincs/deepseek-harness-desktop#<commit-sha> — so the code you reviewed is the code you install.

Prerequisites

API key
Not required.
Network access
Not required at runtime.
Language
Rust

Install check

Every field the verdict was derived from, so you can re-derive it yourself

Field checkedResultWeightWhat the spec says about it
lifecycleScriptspassinfono install-time scripts
dsh.bundlemissingfatalpackage.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) 把 harness 自带的 Web 服务(`dsh web`)装进原生窗口:一键启动、托盘常驻、崩溃自动恢复、自动更新, `~/.dsh` 下的数据与浏览器版完全通用。因为用的是系统自带 WebView2 而不是打包一份 Chromium, 安装包小很多;而且刻意**不**给内嵌页面开 Tauri IPC 权限——它接触不到你的文件系统。 | | 本项目(Tauri) | 常见 Electron 封装 | |---|---|---| | Windows 安装包 | **54 MB** | 158 MB | | 运行时内核 | 系统自带 WebView2 | 内置 Chromium | | 内嵌页面权限 | 无 IPC 访问(默认关闭) | 视具体实现而定 | macOS(`.dmg`)和 Linux(`.deb`)也在每个 Release 里提供,Windows 版经过签名并接入自动更新; mac/Linux 版**未签名、未公证**(没有 Apple Developer 账号)——macOS 需要在"系统设置 → 隐私与 安全性"里手动允许打开一次,Linux 直接 `dpkg -i`/系统安装器装即可,两者暂不参与自动更新。 **[⬇️ 下载最新版本](https://github.com/xiincs/deepseek-harness-desktop/releases/latest)** - **一键启动**:自动拉起 `dsh` Web 服务并加载界面,无需手动操作。 - **数据共享**:会话、存储、配置都在 `~/.dsh`(`$DSH_HOME`),与浏览器版完全一致。 - **智能端口处理**:如果 `127.0.0.1:3080` 上已经有 `dsh` 服务在跑,直接挂接上

Topics

GitHub topics on this repository

More in Tauri Desktop Rust

Ranked by similarity inside the cluster, not alphabetically