Community distribution: TUI, desktop, and Web UI as one bundle with layered installation.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:hust-open-atom-club/oh-dsh
GitHub-sourced plugins run build scripts on your machine at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
Oh-DSH packages DeepSeek Harness, Node.js, and local capabilities as installable Desktop, Web, and TUI distributions. Models still run in the cloud; Oh-DSH owns workspaces, terminals, Git review, browser and window integration, and the plugin lifecycle.
🎉 Official showcase
Oh-DSH has been included in the official DeepSeek Harness community showcase. Its terminal surface builds on the similarly recognized dsh-TUI upstream plugin with full attribution preserved.
Download and install
Choose a distribution from the latest GitHub Release:
| Distribution | Includes | Best for |
|---|---|---|
| Full | Oh-DSH Desktop, Web, TUI, Node runtime, and bundled plugins | Local development workbench |
| Web-only | Oh-DSH Web, Node runtime, and bundled Web plugins; no Electron | Small installs, browser, or remote access |
| TUI-only | Oh-DSH TUI, Node runtime, and terminal plugins; no Electron | Terminal-only environments |
The full distribution is available as DMG/ZIP, AppImage/deb, and a Windows
package. On macOS, open the DMG and drag Oh-DSH Desktop into Applications.
On Linux, run the AppImage or install the deb with apt.
Extract and start the Web-only package directly:
tar -xzf oh-dsh-web-*.tar.gz
cd oh-dsh-web-*/
./bin/ohdsh web
The default URL is http://127.0.0.1:3080. On Windows, run:
bin\ohdsh.cmd web
The TUI-only package is also ready after extraction:
tar -xzf oh-dsh-tui-*.tar.gz
cd oh-dsh-tui-*/
./bin/ohdsh tui
Install the unified command
The macOS full distribution contains a CLI that can be added to PATH:
sudo ln -sf \
"/Applications/Oh-DSH Desktop.app/Contents/Resources/bin/ohdsh" \
/usr/local/bin/ohdsh
Use ./bin/ohdsh from a Web-only or TUI-only package, or add it to PATH.
Start a surface
ohdsh desktop # Start Oh-DSH Desktop
ohdsh web # Start Oh-DSH Web
ohdsh tui # Start Oh-DSH TUI
Run ohdsh web --help or ohdsh tui --help for surface-specific options.
Run from source
Node.js, pnpm, and the platform build tools are required:
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
ohdsh tui
Build the full distribution with the platform-specific dist:mac,
dist:linux, or dist:win script. Build only Web with pnpm run dist:web,
or only TUI with pnpm run dist:tui.
Plugin marketplace

Oh-DSH skins

Documentation
Upstream dependencies
| Upstream repository | Role in Oh-DSH |
|---|---|
| DeepSeek Harness | DSH runtime, sessions, and plugin loader |
| dsh-TUI | Direct upstream plugin for Oh-DSH TUI, providing terminal rendering, interaction, and commands |
| DSH-better-sidebar | Git review, files, and PTY host capabilities |
dsh-TUI is pinned as a Git submodule at upstream/dsh-TUI. Oh-DSH keeps
the upstream implementation and attribution, while owning the ohdsh tui
launcher, isolated ~/.ohdsh data, unified title, cross-surface skins, and
distribution packaging. See the design guide for the exact boundary.
License
Links
More in this category
Jayden-X-L/forkprobe★ 65
Compare multiple skills on the same task and pick the winner.
vlln/plugin-registry★ 33
Ecosystem infrastructure: a thin browser console for managing official repository plugins (zero patches) plus a make-dsh-plugin skill for guided plugin development.
forrestchang/dsh-multica-runtime★ 28
Run the dsh runtime on Multica.
DietCokewithSugar/dsh-user-experience★ 18
Finds potential UX issues in your project: automatically reviews React/TypeScript code, pinpoints each problem, and gives concrete suggestions.
omdsh-dev/dsh-plugin-check★ 17
Plugin health checks: manifest protocol / patch format / build traps, zero-dependency and read-only.
omdsh-dev/dsh-security-audit★ 10
Local security audit: config, plugin origins, sessions, network exposure — read-only redacted risk report.