Skip to content

Releases: westhack/deepseek-harness-desktop

deepseek-harness-desktop v0.0.1

Choose a tag to compare

@westhack westhack released this 18 Aug 03:30

This is a desktop client built on Electron + Vue 3 + Naive UI, designed to help users more conveniently install, switch, and run DeepSeek Harness, while providing a smoother local desktop experience.

Key Features

  • Supports viewing and managing various versions of DeepSeek Harness
  • Supports one‑click installation, switching, and launching of DSH
  • Supports system tray persistence; the program continues running even after the window is closed
  • Supports switching between Chinese and English interfaces
  • Supports switching between the official npm registry and the npmmirror mirror
  • Supports checking for application updates
  • Built‑in runtime management, eliminating the need to install Node.js separately

Project Highlights

  • DSH runs as an independent subprocess, isolated from each other
  • Automatically detects local running addresses to avoid port conflicts
  • Installation process uses atomic writes to reduce the risk of incomplete installations
  • Frontend and backend communicate via controlled IPC for enhanced security
  • Suitable for both macOS and Windows users

Usage Instructions

On first use, it is recommended to install a version first, and then start the corresponding version of DeepSeek Harness.

If you are using the client in a domestic network environment, it is advisable to switch to the npmmirror mirror for faster installation.

Notes

  • This project is community‑maintained and is not affiliated with DeepSeek official
  • It is only responsible for running, managing, and providing the desktop experience; it does not modify the code or behavior of the official DSH
  • Business data is still managed by the official DeepSeek Harness itself

这是一个基于 Electron + Vue 3 + Naive UI 构建的桌面客户端,旨在帮助用户更方便地安装、切换和运行 DeepSeek Harness,并提供更顺手的本地桌面体验。

主要功能

  • 支持查看和管理 DeepSeek Harness 各个版本
  • 支持一键安装、切换和启动 DSH
  • 支持系统托盘驻留,关闭窗口后程序仍可继续运行
  • 支持中英文界面切换
  • 支持官方 npm 源与 npmmirror 镜像源切换
  • 支持应用自身更新检查
  • 内置运行时管理,无需单独安装 Node.js

项目特点

  • DSH 以独立子进程方式运行,彼此隔离
  • 自动识别本地运行地址,避免端口冲突
  • 安装流程采用原子写入,降低半成品风险
  • 前后端通过受控 IPC 通信,提升安全性
  • 适合 macOS 和 Windows 用户使用

使用说明

首次使用时,建议先执行版本安装,然后再启动对应版本的 DeepSeek Harness。

如果你在国内网络环境下使用,推荐切换到 npmmirror 镜像源以获得更快的安装体验。

注意事项

  • 本项目为社区维护版本,与 DeepSeek 官方无隶属关系
  • 仅负责运行、管理和桌面体验,不修改官方 DSH 的代码与行为
  • 业务数据仍由官方 DeepSeek Harness 自行管理