Back to DSH Plugins
Reviewed listingLocal fileweb profile

oh-dsh

一站式 DeepSeek Harness 社区发行版:TUI、桌面端与 Web UI 三种形态统一体验,支持分层安装、一步到位,免去手工整合打包。

View source

Installation starting point

npx -y @deepseek-ai/dsh plugin --profile web add /absolute/path/to/oh-dsh

Replace the example absolute path with the checkout on your machine. Follow the README below if a build or additional configuration is required.

Saved documentation

README snapshot

Source branch: main
<p align="center"> <strong>简体中文</strong> · <a href="./README.en.md">English</a> </p> <div align="center"> <img src="./assets/dsh-whale.png" width="136" alt="Oh-DSH whale"> <h1>Oh-DSH</h1> <p><strong>一套 DSH runtime,多种可独立安装的交互方式。</strong></p> </div> <p align="center"> <img alt="macOS" src="https://img.shields.io/badge/macOS-12%2B-111111?logo=apple&logoColor=white"> <img alt="Linux" src="https://img.shields.io/badge/Linux-x64-FCC624?logo=linux&logoColor=black"> <img alt="Windows" src="https://img.shields.io/badge/Windows-x64-0078D6?logo=windows&logoColor=white"> <img alt="BSD 3-Clause" src="https://img.shields.io/badge/license-BSD--3--Clause-34a853"> </p> <p align="center"> <img src="./assets/oh-dsh-desktop-overview.png" alt="Oh-DSH Desktop" width="100%"> </p>

Oh-DSH 把 DeepSeek Harness、Node.js 和本地能力打包成可安装的 Desktop 与 Web 发行版。模型仍运行在云端;Oh-DSH 负责 Workspace、终端、Git Review、浏览器、窗口集成和插件生命周期。

下载与安装

GitHub Releases 选择需要的发行形态:

发行形态包含内容适合场景
完整版Oh-DSH Desktop、Web、Node runtime 和内置插件本地开发工作台
Web-onlyOh-DSH Web、Node runtime 和内置 Web 插件,不含 Electron轻量安装、浏览器或远程使用
TUI-only规划中纯终端环境

完整版按平台提供 DMG/ZIP、AppImage/deb 和 Windows 包。macOS 打开 DMG 后, 将 Oh-DSH Desktop 拖入 Applications;Linux 可直接运行 AppImage,或用 apt 安装 deb。

Web-only 包解压后即可启动:

tar -xzf oh-dsh-web-*.tar.gz
cd oh-dsh-web-*/
./bin/ohdsh web

默认地址是 http://127.0.0.1:3080。Windows 使用:

bin\ohdsh.cmd web

安装统一命令

macOS 完整版可将应用内的启动器加入 PATH

sudo ln -sf \
  "/Applications/Oh-DSH Desktop.app/Contents/Resources/bin/ohdsh" \
  /usr/local/bin/ohdsh

Web-only 包可直接运行 ./bin/ohdsh,也可以把它加入 PATH

启动方式

ohdsh desktop   # 启动 Oh-DSH Desktop
ohdsh web       # 启动 Oh-DSH Web
ohdsh tui       # 规划中的 TUI;当前会明确提示尚未提供

使用 ohdsh web --help 查看监听地址、端口、数据目录和可信主机选项。

从源码运行

需要 Node.js、pnpm 和平台构建工具:

git submodule update --init --recursive
pnpm install
pnpm run build:dsh
pnpm run build
pnpm run stage:dsh
export PATH="$PWD/bin:$PATH"

ohdsh desktop
ohdsh web

打包完整版使用对应平台的 dist:macdist:linuxdist:win;只打包 Web 使用 pnpm run dist:web

<details> <summary><strong>更多界面</strong></summary>

插件市场

Oh-DSH 插件市场

桌面皮肤

Oh-DSH 桌面皮肤

</details>

文档

部分内置插件是上游能力的 Oh-DSH 下游适配:功能会定期同步,UI、主题、 运行边界和打包方式由本项目维护。来源与改造范围记录在设计文档中。

License

BSD 3-Clause

The snapshot helps with discovery but can become outdated. The upstream repository is authoritative for current code, requirements, permissions, and installation steps.

Reviewed

dsh-browser

dsh plugin: Chrome sidebar extension that lets DSH operate your browser directly—no vision capabilities required.

npx -y @deepseek-ai/dsh plugin --profile web add /absolute/path/to/dsh-browser
Local checkout · web profileView details
Verified for DSH Plugins 1
Reviewed

dsh-annotation

DSH Web 选中批注插件:选文字→批注→回车随消息发送;气泡隐藏批注块(零闪烁);回复按 Annotation N 逐条对照(可悬浮芯片)。官方 bundle,零核心改动

npx -y @deepseek-ai/dsh plugin --profile web add @omdsh-dev/dsh-annotation
Package install · web profileView details
Verified for DSH Plugins 0
Reviewed

dsh-memory-evolve

为 DeepSeek Harness 带来「跨会话长期记忆 + 后台自我进化」能力的纯插件实现:五轨记忆 · git 分支感知 · 回合内自我审查 · 技能自我进化与技能管理器 · 四轨待办 · COI 调度 · 会话广播 · 会话搜索 · 提示词管理器 · 临时信息便签——零核心修改、零运行时依赖,随装随用、卸载即净。

npx -y @deepseek-ai/dsh plugin --profile web add /absolute/path/to/dsh-memory-evolve
Local checkout · web profileView details
Verified for DSH Plugins 0