DSH Market
D

Deepseek Harness Tui

by openma-ai · openma-ai/deepseek-harness-tui

InstallableBundlenpmfresh

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-tui

The 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-profile

Package: @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-profile

Prerequisites

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 checkedResultWeightWhat the spec says about it
lifecycleScriptspassinfono install-time scripts
dsh.bundlepassfatalpackage.json declares a `dsh.bundle` layer
dsh.bundle.patch filepassfatalpatch file present at `npm/cordis.patch.yml`
npm registrypassfatalpublished 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