dsh plugins中文
← Back to popular plugin directory

Rust terminal client

rbelem/dsh-tui · themes

A Rust terminal client for the deepseek-harness gateway () — a terminal surface at parity with its web UI.

★ 0GitHub stars
0Forks
2026-08-16Last updated
RustLanguage
MITLicense

Project overview

A Rust terminal client for the deepseek-harness gateway (dsh) — a terminal surface at parity with its web UI. It attaches to a running gateway via DSHPORT and drives it over the wire protocol (RPC + host frames): browse workspaces and sessions, chat with the agent, cancel or retry turns, rename/fork/archive sessions, create sessions, and switch themes or UI locale. It is a pure client — it never boots anything.

Version 0.1.0. 36 commits, 293 tests. Install npm (entry bundle + platform prebuilds)

The published packages: Package · Contents Package: @rbelem/dsh-tui · Contents: entry bundle: cordis patch layer + runtime glue plugin that spawns the TUI with DSHPORT Package: @rbelem/dsh-tui-linux-x64 / -linux-arm64 · Contents: prebuilt binary for linux x64 / arm64 Package: @rbelem/dsh-tui-darwin-x64 / -darwin-arm64 · Contents: prebuilt binary for macOS x64 / arm64

Install command

dsh plugin --profile web add github:rbelem/dsh-tui
View GitHub repository ↗Back to popular plugin directory