dsh-grok-tui¶
| 类型 | 客户端 | 分类 | 终端 |
| 星数 | ⭐9 | 状态 | ✅ 活跃 |
| 能力 | terminal | 更新时间 | 2026-08-15 |
📖 项目简介¶
把 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.
📦 安装¶
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
🚀 快速开始¶
git clone https://github.com/chen-001/dsh-grok-tui.git
cd dsh-grok-tui && sh install.sh