🔥 Hot Repo: 6K Stars Overnight — DeepSeek's Claude Code Alternative
DeepSeek-TUI, a Rust-powered terminal coding agent for DeepSeek V4, went viral with +6,184 stars in a single day — its v0.8.14 release bringing MCP support, auto-model routing, and LSP diagnostics to a Claude Code-style workflow.
By OMC Editorial on 2026-05-06
One-liner — DeepSeek-TUI is a Rust-built terminal coding agent for DeepSeek V4 models that brings Claude Code-style agentic editing, MCP protocol support, and live reasoning-block streaming to developers who prefer DeepSeek's pricing over Anthropic's.
- Repo: Hmbown/DeepSeek-TUIhttps://github.com/Hmbown/DeepSeek-TUI
- Stars: ⭐ 11,897 +6,184 today
- Language: Rust
- License: MIT
---
What It Does
DeepSeek-TUI puts a full coding agent in your terminal, powered by DeepSeek V4 Pro and V4 Flash. It reads and edits files, runs shell commands, manages git, searches the web, and orchestrates sub-agents — all from a keyboard-driven ratatui interface. The tool installs as two Rust binaries deepseek dispatcher + deepseek-tui runtime and works on Linux, macOS, and Windows.
Why It's Blowing Up
Today's +6,184 star surge — more than doubling DeepSeek-TUI's total in a single day — was triggered by the v0.8.14 release landing on May 6. The update restored a broken auto-mode that selects model and reasoning tier per turn, fixed per-turn cost accounting for V4 reasoning tokens, and added vLLM provider support for self-hosted inference.
The deeper driver is economics. DeepSeek V4 Pro runs at roughly one-eighth the token cost of Claude Opus, and developers who want a Claude Code-equivalent workflow but can't justify the spend are landing here in droves. The repo also surfaced on HackerNews and Chinese developer forums simultaneously, which explains the international spike — it ships localized UI in English, Japanese, Simplified Chinese, and Portuguese.
The skills system, which lets users install composable instruction packs from GitHub without a backend service, has become a community magnet. Developers are sharing domain-specific skill bundles the same way the Claude Code ecosystem shares plugins.
Key Features
- Auto mode — dynamically routes each turn to V4 Flash or Pro with off/high/max thinking, chosen by a cheap pre-turn routing call
- MCP support — connects to any Mod