🦀DeepSeek-TUI
Open-source, community-driven agent harness
⭐ Very popular: 41k stars, gaining about 228 a week
View on GitHub ↗repo profile
momentum
durability
bus factor = how many people it takes to cover more than half the commits (6 months). 1 is a solo project; higher means the work is spread across a team. top-author share is the single busiest author's slice of those commits.
since we covered it
why it's a big deal
- The first credible coding-agent CLI wired natively to DeepSeek V4 rather than retrofitted through OpenAI-compatible adapters.
- Surfaces DeepSeek’s native thinking blocks directly in the transcript, making the reasoning trace part of the workflow rather than a hidden side-effect.
- Ships the parallel sub-agent primitive (up to 16 V4-Flash workers per call) as a first-class tool, not a side feature.
under the hood
- Dual-binary architecture: deepseek (dispatcher CLI) launches deepseek-tui (ratatui + async engine + tool loop).
- Three operating modes - Plan (read-only), Agent (per-tool approval), YOLO (auto-execute) - mirroring the now-standard Claude Code permission model.
- Typed tool registry covers shell, file ops, git, web, MCP, sub-agents, and RLM; speaks OpenAI-compatible streaming protocol.
our take from PR#34, 2026-05-20
star history
- PR#34 29k 2026-05-20
- now 41k + 12k since first covered
curve is sampled from GitHub's star history, plus our own daily readings since we covered it; the dashed stretch is before we first covered it, the solid line since. figures at coverage are the numbers we printed then (approx.), current count is live.
understory
Quietly building: more output than attention, for now.
- output, commits & releases
- clout, star velocity
output = commits & releases; clout = star velocity, both 0 to 100 monthly indices; the gap where output runs above clout is the understory. The understory →
covered in
-
Coding agent built natively around DeepSeek V4
similar projects
compare these →- 🐑 herdr
the runtime your coding agents live on
30k ACTIVE - ⚡ RTK
1.9× the stars
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
76k ACTIVE - 🛠️ Dyad
TypeScript · leaner, 21k stars
Local, open-source AI app builder for power users ✨ v0 / Lovable / Replit / Bolt alternative 🌟 Star if you like it!
21k ACTIVE
comments
Sign in with GitHub to add your blip on DeepSeek-TUI.