
No description provided.
Install Deepseek Harness App
No package.json found — installability could not be checked.
Not checked — and that is not the same as fine
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:ipfred/deepseek-harness-app
# 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-profileStep 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:ipfred/deepseek-harness-app#<commit-sha>— so the code you reviewed is the code you install.
Prerequisites
- API key
- Not required.
- Network access
- Not 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 |
|---|---|---|---|
| package.json | missing | fatal | no 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 网页端 `dsh web`,http://127.0.0.1:3080 用 [Pake](https://github.com/tw93/Pake)(Rust/Tauri)打包成 Windows / macOS / Linux 三平台桌面 App,并用 GitHub Actions 自动构建、发布到 GitHub Releases,方便任何人直接下载安装包。 这个 App 是"网页外壳":它把 `http://127.0.0.1:3080` 这个地址包装成原生窗口。 dsh 的网页端不是静态网站(需要 dsh 服务注入启动数据),**所以运行时本机必须先启动 `dsh web`,再打开这个 App**。 - 自己的电脑用:先 `dsh web`,再打开 App(对应下面的"本地打包")。 - 分发给别人用:别人的电脑也要装 dsh 并启动它 —— 如果希望"装完即用",见文末【进阶:把 dsh 服务打进安装包】。 桌面壳只是"窗户",先装好"服务" dsh 本体才看得见风景。 - **原仓库**:[deepseek-ai/deepseek-harness](https://github.com/deepseek-ai/deepseek-harness)(DeepSeek Harness 官方仓库,迭代很快的 developer preview) - 安装方式(任选其一,需要 Node.js):