linhut/dsh-manager
| 平台 | 地址 | |------|------| | 🐙 GitHub | github.com/linhut/dsh-manager | | 🔵 GitCode | gitcode.com/linhut/dsh-manager | | 🟢 AtomGit | atomgit.com/linhut/dsh-manager |
catalog 简介 / catalog descriptioncatalog description:DeepSeek Harness 桌面管理工具,一站式掌控 Harness 运行环境:一键安装、版本管理、插件市场(管理)、Manager 设置、LLM 提供商可视化配置、settings.yaml 安全编辑、Agent 预设与系统数据管理,开箱即用。
项目介绍Project Overview
DSH Manager 是 DeepSeek Harness 的 Electron 桌面管理工具,提供 DSH 控制台、一键安装升级、插件市场搜索与安装、版本管理、LLM 供应商配置及 YAML 编辑等功能。适合希望用图形界面管理 DSH 服务、插件和模型配置的用户。注意:镜像仓库仅提供源码,安装包需从 Releases 或加速链接下载。
DSH Manager is an Electron desktop app for DeepSeek Harness. It provides a built-in DSH console, one-click install/upgrade, plugin marketplace search and installation, version management, LLM provider settings, and a YAML editor. Use it when you want a GUI to manage DSH services, plugins, and model configuration. Note: mirror repositories host source only; installers come from Releases or proxy links.
请帮我了解并安装插件:【dsh-manager】【https://github.com/linhut/dsh-manager】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add github:linhut/dsh-manager
把 linhut/dsh-manager 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
🐳 DSH Manager
DeepSeek Harness 桌面管理工具 — 像 ccswitch 一样,简单、直观、强大
🌐 官网: https://dsh.linhut.cn/
📦 镜像仓库
| 平台 | 地址 |
|---|---|
| 🐙 GitHub | github.com/linhut/dsh-manager |
| 🔵 GitCode | gitcode.com/linhut/dsh-manager |
| 🟢 AtomGit | atomgit.com/linhut/dsh-manager |
📥 下载
🐙 GitHub Releases(推荐)
从 GitHub Releases 下载最新版本:
| 平台 | 安装包 | 说明 |
|---|---|---|
| 🪟 Windows | DSH-Manager-Setup-X.Y.Z.exe |
NSIS 安装程序,双击安装 |
| 🍎 macOS | DSH-Manager-X.Y.Z-x64.dmg(Intel)/ DSH-Manager-X.Y.Z-arm64.dmg(Apple Silicon) |
磁盘映像,拖到 Applications |
| 🐧 Linux | DSH-Manager-X.Y.Z.AppImage |
添加执行权限后运行 |
⚡ 加速下载(国内用户)
如果 GitHub Releases 下载速度慢,可使用以下镜像加速:
| 平台 | gh-proxy.com 加速链接 |
|---|---|
| 🪟 Windows | https://gh-proxy.com/https://github.com/linhut/dsh-manager/releases/download/v1.3.0/DSH-Manager-Setup-1.3.0.exe |
| 🍎 macOS (Intel) | https://gh-proxy.com/https://github.com/linhut/dsh-manager/releases/download/v1.3.0/DSH-Manager-1.3.0-x64.dmg |
| 🍎 macOS (Apple Silicon) | https://gh-proxy.com/https://github.com/linhut/dsh-manager/releases/download/v1.3.0/DSH-Manager-1.3.0-arm64.dmg |
| 🐧 Linux | https://gh-proxy.com/https://github.com/linhut/dsh-manager/releases/download/v1.3.0/DSH-Manager-1.3.0.AppImage |
镜像仓库(GitCode / AtomGit)仅提供源码浏览,安装包请从上方链接下载。
加速链接由 gh-proxy.com 提供,也可将 GitHub raw 链接替换为
gh-proxy.com/前缀使用。
🚀 功能
🏠 DSH 控制台
- 安装后自动打开 DSH Web 界面
- 集成浏览器视图,直接在工具中管理 DSH
- 一键启动/停止 DSH 服务
📥 安装 / 升级
- 一键安装 DeepSeek Harness
- 自动检测 Node.js 环境
- 检查更新,一键升级
- 安全卸载
🔌 插件管理
- 插件市场:自动搜索 GitHub 上
dsh-plugin标签的仓库 - 一键安装/卸载插件
- 插件更新检测
📦 版本管理
- 查看当前 DSH 版本
- 浏览所有可用版本
- 检查更新
⚙️ 设置
- Manager 设置:自动启动 DSH 控制台、启动时检查更新、回复语言、界面主题
- LLM 提供商管理:可视化管理模型供应商(名称/类型/模型/API Key),支持添加/编辑/删除
- YAML 编辑器:直接编辑 ~/.dsh/settings.yaml,带语法解析、保存二次确认
- Agent Presets:查看已配置的 Agent 预设
- 系统管理:MCP 服务端管理、Profile 管理、数据管理
📸 界面预览
| 控制台 | 插件管理 |
|---|---|
![]() |
![]() |
| 安装与升级 | 技能管理 |
|---|---|
![]() |
![]() |
🛠️ 技术栈
- 桌面框架: 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




nexu-io/open-design
freestylefly/awesome-gpt-image-2
anywhere-labs/dsh-desktop
walkinglabs/learn-harness-engineering
awesome-dsh-plugin/awesome-dsh-plugin
MemTensor/MemOS