Skip to content

v0.1.0

Choose a tag to compare

@Zomcxj Zomcxj released this 14 Aug 16:03
· 7 commits to main since this release
简体中文

dsh-desktop v0.1.0

用 Rust 将 DeepSeek Harness Web UI 封装为 Windows 桌面应用:后台启动 dsh Web 服务,托盘常驻,独立窗口展示界面。

功能

  • 后台启动 dsh Web 服务,并在独立窗口中打开其界面
  • 系统托盘常驻,关闭窗口时隐藏到托盘,右键退出
  • 通过 npm root -g 自动定位 @deepseek-ai/dsh,并回退到 %APPDATA%\npm

使用

下载 dsh-desktop-v0.1.0.exe 直接运行。首次使用需全局安装 dsh:

npm install -g @deepseek-ai/dsh
English

dsh-desktop v0.1.0

Native desktop wrapper for the DeepSeek Harness CLI — launches dsh web, runs in the system tray, and surfaces the web UI in a dedicated window.

Features

  • Launches the dsh Web service in the background and opens its UI in a dedicated window
  • System tray residence; closing the window hides it to the tray, right-click to exit
  • Auto-locates @deepseek-ai/dsh via npm root -g, with a fallback to %APPDATA%\npm

Usage

Download dsh-desktop-v0.1.0.exe and run it. Requires a global dsh install:

npm install -g @deepseek-ai/dsh