第 2026-05-07 期
API · 在线
DeepSeek TUI
深度求索 · 终端代理
实 时LIVE
ISS#1093https://github.com/Hmbown/DeepSeek-aba18edi@gmail.com· 11mISS#1092ACP: expose tool calls (read_file/exec_shell/write_file) via serve --acp· 19mPR#1091fix(i18n): localize approval dialog safety copy· 42mISS#1070UI/UX improvement: Better color contrast and text readability for long session· 1hISS#864输出结果显示不全· 1hPR#1065feat(tui): add workspace switch command· 1hPR#1059fix(npm): make postinstall non-blocking· 1hPR#1022feat: add VS Code extension scaffold· 1hPR#1011docs(install): document rsproxy rustup workaround· 1hISS#1060报错:Stream stalled: no data received for 90s, closing stream。· 2hISS#998文案展示不全· 2hISS#970Test Complete· 2hISS#1093https://github.com/Hmbown/DeepSeek-aba18edi@gmail.com· 11mISS#1092ACP: expose tool calls (read_file/exec_shell/write_file) via serve --acp· 19mPR#1091fix(i18n): localize approval dialog safety copy· 42mISS#1070UI/UX improvement: Better color contrast and text readability for long session· 1hISS#864输出结果显示不全· 1hPR#1065feat(tui): add workspace switch command· 1hPR#1059fix(npm): make postinstall non-blocking· 1hPR#1022feat: add VS Code extension scaffold· 1hPR#1011docs(install): document rsproxy rustup workaround· 1hISS#1060报错:Stream stalled: no data received for 90s, closing stream。· 2hISS#998文案展示不全· 2hISS#970Test Complete· 2h
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 · 星标
18.4k
Forks · 复刻
1.4k
Contributors · 贡献者
45
Latest · 版本
v0.8.17
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

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

How it works

  you type ─────►┌─────────────┐  Op channel  ┌─────────────┐  HTTPS  ┌──────────────┐
   in TUI         │  ratatui    │ ───────────► │   engine    │ ──────► │ DeepSeek API │
                  │  (crates/   │              │  (turn loop │ ◄────── │  V4 family    │
                  │   tui)      │ ◄─── events  │   + tools)  │  SSE    └──────────────┘
                  └─────────────┘              └─────────────┘
                         ▲                            │
                         │ events                     │ tool calls
                         │                            ▼
                  ┌─────────────┐              ┌──────────────────────────────┐
                  │  approval   │ ◄─── Y/N ─── │ read_file · edit_file · grep │
                  │  dialog     │              │ apply_patch · exec_shell ·…  │
                  └─────────────┘              │ mcp_<server>_<tool>          │
                                               └──────────────────────────────┘
                                                       │
                                                       ▼
                                               ┌──────────────────────┐
                                               │ sandbox · seatbelt   │
                                               │  / landlock / win32  │
                                               └──────────────────────┘
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.