第 2026-05-09 期
API · 在线
DeepSeek TUI
深度求索 · 终端代理
实 时LIVE
PR#1325v0.8.25: stabilization + drift fixes· 57mISS#1326gitignore .deepseek when working in git context· 2hISS#1266Streamable HTTP MCP 服务器 (deepwiki) 报 SSE endpoint not yet discovered 错误· 3hISS#1273deepseek-tui 审批时中文显示问题· 3hISS#1278Docs 页面侧边栏点击目录锚点链接(如 #modes、#tools)跳转后,目标 section 的顶部内容被 sticky nav header 遮挡· 3hISS#1288/config 指令打开的配置框缩进错误· 3hISS#1234希望输入框支持 HOME/END 键回到输入框首尾· 3hISS#1263输入框支持Home,End等编辑键· 3hISS#1129Incorrect environment variable name in system prompt during HTTP connection· 3hISS#1250[Bug] MCP client truncates tools at 5 (alphabetical) / MCP 客户端工具截断为5个· 3hISS#1258bug: /clear does not clear the Todos (checklist) sidebar panel· 3hPR#1320feat: support OpenAI-compatible Coding Plan endpoints (Bailian, ZhiPu, etc.)· 3hPR#1325v0.8.25: stabilization + drift fixes· 57mISS#1326gitignore .deepseek when working in git context· 2hISS#1266Streamable HTTP MCP 服务器 (deepwiki) 报 SSE endpoint not yet discovered 错误· 3hISS#1273deepseek-tui 审批时中文显示问题· 3hISS#1278Docs 页面侧边栏点击目录锚点链接(如 #modes、#tools)跳转后,目标 section 的顶部内容被 sticky nav header 遮挡· 3hISS#1288/config 指令打开的配置框缩进错误· 3hISS#1234希望输入框支持 HOME/END 键回到输入框首尾· 3hISS#1263输入框支持Home,End等编辑键· 3hISS#1129Incorrect environment variable name in system prompt during HTTP connection· 3hISS#1250[Bug] MCP client truncates tools at 5 (alphabetical) / MCP 客户端工具截断为5个· 3hISS#1258bug: /clear does not clear the Todos (checklist) sidebar panel· 3hPR#1320feat: support OpenAI-compatible Coding Plan endpoints (Bailian, ZhiPu, etc.)· 3h
v4 · 1M contextMIT licensed

A coding agent that lives in your terminal.

深度求索 · DeepSeek TUI is an open-source command-line agent built on the DeepSeek V4 family. It edits files, runs shells, calls MCP servers, and respects your sandbox.

Maintained by Hmbown
quickest path · 一行安装
# macOS / Linux — Cargo
$ cargo install deepseek-tui-cli --locked
$ deepseek

# or via npm wrapper $ npm i -g deepseek-tui
# first run sets up ~/.deepseek/
requires Rust 1.88+ or Node >=18other OSes →
Stars · 星标
23.2k
Forks · 复刻
1.9k
Contributors · 贡献者
50
Latest · 版本
v0.8.24
Today's Dispatch · 今日要闻

2026-05-07

Curated by
deepseek-v4-flash · 6h cron

18k stars; cache stability and UI polish merged

The project crossed 18,000 stars with 108 open pull requests and 128 issues. Recent merged work focused on cache reliability, theme switching, and Windows UTF-8 support. A large GUI overhaul and multi-agent orchestration remain under review.

Highlights · 要点
Movers · 进展

What it actually is

01 · 终端代理

A coding agent, not a chat box

Same loop as Claude Code or Codex CLI. It reads, edits, runs tests, reports back.

02 · 沙箱保护

Three modes, one approval system

Plan reads, Agent asks, YOLO doesn't. Sandboxed via landlock (Linux), seatbelt (macOS), AppContainer / restricted tokens (Windows).

03 · 模型自主

deepseek-v4-pro by default

9 built-in providers. Swap with deepseek auth set --provider ….

How it works

Rendered with mermaid.live standard syntax.

Join in

This is a small project. Your patch matters.

No CLA. No sponsor lockouts. The maintainer reads everything personally — usually within a day. Issues triaged in the open. Releases cut from main.