dsh-grok-tui¶
| Type | client | Category | Terminal |
| Stars | ⭐9 | Status | ✅ active |
| Capabilities | terminal | Updated | 2026-08-15 |
📖 About¶
把 grok-build 的 TUI 作为 DeepSeek Harness (dsh) 的前端:界面是 grok 的,内核(提示词、工具、模型路由、会话持久化)由 dsh 提供。 Grok's TUI as a frontend for DeepSeek Harness (dsh): the interface is grok's, the engine (prompts, tools, model routing, persistence) is dsh's.
📦 Install¶
npm install -g dsh-grok-tui
grok-dsh setup # 把 grok bridge 挂进 dsh web 的 profile(幂等,可重复执行)
# wire the grok bridge into the dsh web profile (idempotent)
npx @deepseek-ai/dsh web # 启动官方 host / start the official host
grok-dsh # 打开 TUI,直连运行中的 dsh web
# open the TUI, bridging to the running dsh web
🚀 Quick Start¶
git clone https://github.com/chen-001/dsh-grok-tui.git
cd dsh-grok-tui && sh install.sh