Skip to content

Releases: functy23/DSH-Desktop

v0.1.0 · DSH Desktop 首个版本

Choose a tag to compare

@functy23 functy23 released this 14 Aug 06:49

v0.1.0 — Initial release · 首个版本

Initial release of dsh-desktop — a native desktop shell for the DeepSeek Harness web GUI.

dsh-desktop 首个版本 —— DeepSeek Harness web GUI 的原生桌面外壳。

Highlights · 亮点

  • Runs the full dsh web GUI in a native Tauri v2 window (Linux + macOS)
    在原生 Tauri v2 窗口中运行完整的 dsh web GUI(Linux + macOS)
  • Crash-safe backend supervisor: graceful SIGTERM → SIGKILL, plus a watchdog that reaps the backend if the app crashes
    崩溃安全的后端 supervisor:优雅 SIGTERM → SIGKILL,外加看门狗在应用崩溃时回收后端
  • Shares sessions / settings / credentials with CLI dsh via DSH_HOME=~/.dsh
    通过 DSH_HOME=~/.dsh 与命令行 dsh 共享会话 / 设置 / 凭据

See README for build instructions.

构建说明见 README