DSH Market
D

Dsh Launcher

by Ruler4396 · Ruler4396/dsh-launcher

Not checkedunknownfresh

Lightweight Windows launcher for DeepSeek Harness: silent autostart at logon + a minimal WebView2 window instead of a full browser

Install Dsh Launcher

No package.json found — installability could not be checked.

Not checked — and that is not the same as fine

We could not find a package.json for this repository, so none of the publish spec rules could be applied. We do not know whether dsh plugin add activates anything here.

Best-effort git install — unverified, may activate nothing

# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:Ruler4396/dsh-launcher

# 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-profile

Step 2 is the one that matters here: if --dump-config shows no new layer after the install, this repository is not a bundle and there is nothing to 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:Ruler4396/dsh-launcher#<commit-sha> — so the code you reviewed is the code you install.

Prerequisites

API key
Not required.
Network access
Not required at runtime.
Language
C#

Install check

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

Field checkedResultWeightWhat the spec says about it
package.jsonmissingfatalno package.json found in the repository
Verdict reason
cannot audit without a 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

> DeepSeek Harness 的 Windows 轻量启动器:开机自启 + 独立小窗口,**双击即用,不用敲命令**。 **方式一:MSI 安装包(推荐给新手)** 1. 到 [Releases](https://github.com/Ruler4396/dsh-launcher/releases) 下载 `dsh-launcher- .msi` 2. 双击安装,向导里可勾选**开机自启** / 桌面快捷方式 / 开始菜单快捷方式,也可自定义安装目录 3. 安装和卸载会弹一次 **UAC 管理员确认**(系统级安装,默认装到 `%ProgramFiles%\dsh-launcher`) 4. 卸载:设置 → 应用 → dsh-launcher → 卸载(或开始菜单"卸载 dsh-launcher") **方式二:便携版 ZIP** 1. 下载 `dsh-launcher-windows.zip`,解压到任意文件夹 2. 双击 `DshWeb.exe` 即可 3. 卸载:删掉文件夹(自启/快捷方式用 `uninstall-autostart.cmd` 清理) | 依赖 | 说明 | 怎么检查/安装 | |---|---|---| | **Node.js 18+** | dsh 服务运行必需(dsh 不必全局安装,启动器会自动用 `npx` 拉取) | https://nodejs.org 下载 LTS 版,默认安装 | | **.NET Desktop Runtime 10** | 壳程序运行必需 | 缺失时双击无反应,见下方排障;`winget install Microsoft.DotNet.DesktopRuntime.10` | | **WebView2 Runtime** | 窗口渲染用 | Windows 10/11 通常已自带,无需操作 | - �

Topics

GitHub topics on this repository

More in Webview2 Windows Dsh Launcher

Ranked by similarity inside the cluster, not alphabetically