DeepSeek-TUI Gains 22,500 GitHub Stars as Low-Cost Alternative to Claude Code
Tags AI ยท OSS

DeepSeek-TUI, a Rust-based terminal coding agent purpose-built for DeepSeek V4 models, has gathered 22,500 GitHub stars and 1,780 forks. It features a 1M-token context window, parallel sub-agents (RLM), Plan/Agent/YOLO modes, and ships as a single binary with zero dependencies. At $0.14/M input tokens for DeepSeek V4 Flash versus $15/M for Claude Opus 4.7, it offers roughly a 10x cost advantage. The project is MIT-licensed and was added to DeepSeek's awesome-deepseek-agent list.
Technical significance
DeepSeek-TUI represents the 'cheap frontier' trend in AI coding tools โ capable models at a fraction of the cost. The 10x cost difference versus Claude Code is significant for teams with high agent usage. However, the trade-off is model lock-in to DeepSeek V4, and the quality gap between DeepSeek and frontier models on complex coding tasks remains a consideration.