DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

xwtaidev /

xwtaidev/dsh-app

仅 Topic 仓库

A Tauri-based desktop app for the DeepSeek Harness.

★ 0 Stars0 Forks11 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@1b173bc5

dsh-app

English | 中文

dsh-app is a personal desktop app built on the DeepSeek Harness codebase: a Tauri v2 desktop shell for the DeepSeek Harness Web UI. It spawns the local backend (dsh web --port 0), waits for its readiness line, opens a native window, navigates it to the backend URL, and terminates the backend when the app exits.

This repository forks deepseek-ai/deepseek-harness and adds the desktop app under apps/desktop/. The original upstream README is preserved at README.upstream.md.

Prerequisites

  • Node.js ^22.19 || >=24 and pnpm
  • A Rust toolchain for Tauri (dev and build both compile src-tauri)

Start the desktop app (development)

pnpm install
pnpm --filter @deepseek-ai/dsh-desktop desktop:dev

Dev mode launches the backend from source with the system node and opens the native window. The first cargo build compiles the full Tauri dependency tree and takes several minutes.

Build the app bundle

pnpm run build
pnpm --filter @deepseek-ai/dsh-desktop desktop:build

desktop:build first deploys the backend (downloads a Node runtime and installs the published @deepseek-ai/dsh CLI into apps/desktop/src-tauri/resources/), then runs tauri build. The self-contained bundle lands in apps/desktop/src-tauri/target/release/bundle/ (.app and .dmg on macOS).

Run the built app

open "apps/desktop/src-tauri/target/release/bundle/macos/DeepSeek Harness.app"

The distributed .app is unsigned and un-notarized, so macOS may require right-click → Open. The bundle is self-contained: it ships its own Node runtime and backend, so no separate install is needed.

See also

  • apps/desktop/README.md — the desktop app's own README (layout, dev, build, limitations)
  • README.upstream.md — the original DeepSeek Harness README
—/ 5

暂无评分

需要先验证清单

Commit 1b173bc57ead

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于