deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
hialuoy/deepseek-harness-desktop
DeepSeek Harness 的官方桌面应用——以原生 WebView 加载 DeepSeek Harness 工作台,轻量、低内存、无需技术背景即可安装使用。 The official desktop app for DeepSeek Harness — a lightweight native shell that runs the DeepSeek Harness workspace in your system's built-in WebView. Small, fast, and installs without any technical setup.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:hialuoy/deepseek-harness-desktop
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DeepSeek Harness 的官方桌面应用——以原生 WebView 加载 DeepSeek Harness 工作台,轻量、低内存、无需技术背景即可安装使用。
The official desktop app for DeepSeek Harness — a lightweight native shell that runs the DeepSeek Harness workspace in your system's built-in WebView. Small, fast, and installs without any technical setup.
下载 DeepSeek Harness_<version>_<arch>.dmg(Apple Silicon 选 aarch64,Intel 选 x64)
打开 DMG,把 DeepSeek Harness.app 拖入 Applications 文件夹
首次打开时,若出现「Apple 无法验证 DeepSeek Harness…」提示,用下面任一方式绕过(当前版本尚未通过 Apple 签名/公证):
方式一(推荐):在 Applications 中右键 DeepSeek Harness.app → 打开 → 再次点击 打开。
方式二:系统设置 → 隐私与安全性 → 安全性,点击「仍要打开」。
方式三:终端执行 xattr -dr com.apple.quarantine "/Applications/DeepSeek Harness.app"(清除隔离标记)。
Download DeepSeek Harness_<version>_<arch>.dmg (aarch64 for Apple Silicon, x64 for Intel)
Open the DMG and drag DeepSeek Harness.app into Applications
On first launch, if macOS shows "Apple cannot verify DeepSeek Harness…", use one of these workarounds (this build is not yet signed/notarized by Apple):
Option 1 (recommended): right-click DeepSeek Harness.app in Applications → Open → click Open again.
Option 2: System Settings → Privacy & Security → Security, then click Open Anyway.
Option 3: run xattr -dr com.apple.quarantine "/Applications/DeepSeek Harness.app" in Terminal (removes the quarantine flag).
DeepSeek Harness_<version>_x64-setup.exe(或 .msi).deb / .rpm / .AppImage 对应包首次启动会显示一个引导窗口,自动完成以下步骤(需联网,通常 1-2 分钟):
~/.dsh/toolchain/)安装过程中请耐心等待;如果超过 30 秒,窗口会显示「安装仍在进行,请耐心等待…」,这是正常现象。
The first launch shows a setup window and installs a private Node.js and dsh into your user directory (
~/.dsh/toolchain/). It needs internet and usually takes 1-2 minutes. If the install runs long, the window will show a "please wait" notice — that's normal.
安装完成后,后续启动无需联网,秒开。
After the first install, subsequent launches are instant and work offline.
The app checks for updates 5 seconds after launch. You can also check manually via the app menu (DeepSeek Harness → Check for Updates… on macOS). Upgrading dsh is one click.
npm install -g @deepseek-ai/dsh 后重试。xattr -dr com.apple.quarantine "/Applications/DeepSeek Harness.app" 后重试。xattr -dr com.apple.quarantine "/Applications/DeepSeek Harness.app" in Terminal and try again.~/.dsh/ 目录;日志在 ~/.dsh/desktop.log。~/.dsh/ 目录。%USERPROFILE%\.dsh 目录。rustup + stable)xcode-select --install)libwebkit2gtk-4.1-dev + libgtk-3-devcd desktop-tauri
npm install # 安装 Tauri CLI
npm run dev # 开发模式(等价 cargo tauri dev)
npm run build # 打包 .app/.dmg/.deb/.AppImage
注意:若在 monorepo 仓库内运行
npm run dev,会命中 Source 模式,要求父仓库已pnpm install && pnpm run build。
cd src-tauri
cargo test # 单元测试
cargo clippy # 零告警
cargo fmt -- --check
package.json、src-tauri/Cargo.toml、src-tauri/tauri.conf.jsongit tag v1.0.0
git push origin v1.0.0
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。