linhut / dsh-manager

Listed

⚡ DeepSeek Harness 桌面管理工具 — 一键安装、插件市场、版本管理 | 官网: https://dsh.linhut.cn/ | 镜像: GitCode/AtomGit

mainOther View source

Installation

npx -y @deepseek-ai/dsh plugin --profile web add github:linhut/dsh-manager

This installation command is an unverified starting point generated from the GitHub repository address.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit 29f4f6aSynced Aug 17, 2026

⚡ DSH Manager

DeepSeek Harness 桌面管理工具 — 像 ccswitch 一样,简单、直观、强大

🌐 官网: https://dsh.linhut.cn/

Build License Windows macOS Linux Website GitCode AtomGit

📦 镜像仓库

平台地址
🐙 GitHubgithub.com/linhut/dsh-manager
🔵 GitCodegitcode.com/linhut/dsh-manager
🟢 AtomGitatomgit.com/linhut/dsh-manager

📥 下载

GitHub Releases 下载最新版本:

平台安装包说明
🪟 Windows.exeNSIS 安装程序,双击安装
🍎 macOS.dmg磁盘映像,拖到 Applications
🐧 Linux.AppImage添加执行权限后运行

🚀 功能

🏠 DSH 控制台

  • 安装后自动打开 DSH Web 界面
  • 集成浏览器视图,直接在工具中管理 DSH
  • 一键启动/停止 DSH 服务

📥 安装 / 升级

  • 一键安装 DeepSeek Harness
  • 自动检测 Node.js 环境
  • 检查更新,一键升级
  • 安全卸载

🔌 插件管理

  • 插件市场:自动搜索 GitHub 上 dsh-plugin 标签的仓库
  • 一键安装/卸载插件
  • 插件更新检测

📦 版本管理

  • 查看当前 DSH 版本
  • 浏览所有可用版本
  • 检查更新

⚙️ 设置

  • 查看 DSH 配置
  • 管理 LLM 提供商
  • 自动启动设置

🛠️ 技术栈

  • 桌面框架: Electron 33
  • 前端: 原生 HTML + CSS + JavaScript
  • 核心逻辑: Node.js (ESM)
  • 打包: electron-builder
  • CI/CD: GitHub Actions (自动构建 Windows/macOS/Linux)

🔧 开发指南

# 克隆仓库
git clone https://github.com/linhut/dsh-manager.git
cd dsh-manager

# 安装依赖
npm install

# 启动开发模式
npm run dev

# 构建当前平台安装包
npm run build:win    # Windows
npm run build:mac    # macOS
npm run build:linux  # Linux

📦 项目结构

dsh-manager/
├── electron/           # Electron 主进程
│   ├── main.js         # 主进程入口
│   ├── preload.js      # 预加载脚本 (IPC 桥)
│   └── ipc-handlers.js # IPC 通信处理
├── src/                # 渲染进程 (GUI)
│   ├── index.html      # 主页面
│   └── assets/
│       ├── css/style.css
│       └── js/app.js
├── packages/           # 核心逻辑
│   ├── core/           # DSH 安装、配置、版本管理
│   └── marketplace/    # 插件市场
├── build/              # 构建资源
└── package.json

🤝 贡献

欢迎提交 Issue 和 Pull Request!


📄 许可证

MIT License

Project files and signals

Shown items are public repository signals detected in the directory snapshot.

Contributing guideDetected

Repository information

Language
JavaScript
License
MIT
Latest release
v0.3.0
Last updated
Aug 17, 2026, 4:23 AM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.