
TUI Plugin of DeepSeek Harness
Install Deepseek Harness Tui
Clean install: prebuilt on npm and declares a `dsh.bundle` layer.
The one-line version
dsh plugin --profile my-profile add @openma/deepseek-harness-tuiThe easy path: this bundle is published to npm, so the install pulls a prebuilt artifact — no build step runs on your machine and no build approval is needed.
From npm — installs a prebuilt artifact, no build step on your machine
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add @openma/deepseek-harness-tui
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePackage: @openma/deepseek-harness-tui
Prefer to install from source instead?
From GitHub — pulls source, and may ask for build approval on first run
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:openma-ai/deepseek-harness-tui#<commit-sha>
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePrerequisites
- API key
- Required — see the repository README for which provider.
- Network access
- Required at runtime.
- Language
- Rust
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| dsh.bundle | pass | fatal | package.json declares a `dsh.bundle` layer |
| dsh.bundle.patch file | pass | fatal | patch file present at `npm/cordis.patch.yml` |
| npm registry | pass | fatal | published as `@openma/deepseek-harness-tui` — prebuilt artifacts |
- Verdict reason
- on npm with a valid bundle declaration
- package.json read
- npm/package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
在终端里运行 DeepSeek Harness:流式推理、工具调用、Skills、多图 prompt 与持久会话。 `dsh-tui` 是 DeepSeek Harness 的终端原生 agent UI:在一个 Rust/ratatui 界面里查看流式推理、工具调用、subagent、token 用量和持久化会话。它既可以 作为官方 `dsh` profile 插件运行,也可以直接连接 SDK JSON-RPC runtime。 需要已安装并配置好的 `dsh`(当前集成基线为 `0.1.0-rc.6`)、Node.js 18+ 和 pnpm 10+。官方包覆盖 macOS Apple Silicon、macOS Intel、Linux x64 和 Windows x64。
Topics
GitHub topics on this repository
More in Terminal Tui Coding Agent
Ranked by similarity inside the cluster, not alphabetically
Dsh Grok Tui
chen-001
Use dsh via grok-build's TUI.
Dsh Tui
xiaoshihou514
DeepSeek Harness: TUI
Deep Flow
hunterxxn
deepseek-harness tui
Dsh Claude Tui
cogine-ai
Claude-Code-Styled TUI for DeepSeek Harness
Dsh Whale Tui
slicenferqin
grok-build style terminal UI for DeepSeek Harness: a Rust/ratatui TUI shipped as a dsh plugin bundle
Dsh Tui
orriduck
A small, session-aware terminal UI for DeepSeek Harness