baikangwang/dsh-desktop

baikangwang★ 0Rust最后同步: 2026-08-21

在 GitHub 打开

README 摘要

DSH|dsh-desktop|Tauri 2 桌面壳:托管 dsh web ,让 DeepSeek Harness 以原生应用形态运行 非官方项目 ,由社区成员独立开发和维护,与 DeepSeek 官方无关联。 Unofficial project , independently developed and maintained by a community member. Not affiliated with or endorsed by DeepSeek. Project URL / 项目地址 : 简介 / Introduction 中文 : dsh-desktop 是 DeepSeek Harness Web 界面的桌面壳(Tauri 2 + Rust + WebView2)。它是 极薄的宿主包装器,不是 fork : 不打包 DSH,启动时通过 npx 解析并安装最新 dsh web ,以受管子进程运行它,再把 WebView 导航到其服务的 URL。补上了浏览器给不了的体验:独立应用图标、单实例、 系统托盘、关窗驻留、崩溃自愈、优雅关停、本地插件安装。 English : dsh-desktop is a thin desktop shell for the DeepSeek Harness Web GUI, built with Tauri 2 (Rust + WebView2). It never bundles DSH: on startup it resolves the latest dsh web via npx, manages it as a child process, and loads its URL in a WebView2 window — adding what a browser cannot: an app icon, single instance, system tray, close-to-tray, crash auto-restart, graceful shutdown, and local plugin installation. Screenshots / 截图 (占位:启动进度窗、主界面、托盘菜单 —— 后续补充) (Placeholder: splash/progress window, main UI, tray menu — to be added.) 与 DSH 的集成方式 / How it integrates with DSH 集成点 机制 运行 DSH 启动时经 npx @deepseek-ai/dsh@ (专属缓存)运行 dsh web --port 0 ,解析 stdout 端口 WebView 加载 导航到 dsh web 服务的 URL( window. DSH BOOT…

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类