DeepSeek-TUI — DeepSeek용 터미널 코딩 에이전트
DeepSeek 모델을 터미널에서 쓰는 코딩 에이전트.
deepseek명령으로 실행되며 파일 편집, 셸 실행, 웹 검색, git 관리, 서브에이전트, MCP, 승인 게이트를 지원한다.
핵심 요약
Hmbown/DeepSeek-TUI는 DeepSeek V4 중심의 terminal-native coding agent다.- 최신 릴리스는
v0.8.14(2026-05-06)이다. - npm, Cargo, Homebrew, 직접 다운로드를 모두 지원한다.
- 설치 구조는 dispatcher
deepseek와 TUI runtimedeepseek-tui의 2-binary 패턴이다. - 자동 모델 선택, thinking streaming, session resume, side-git rollback, durable task queue, HTTP/SSE runtime API, MCP, RLM query, LSP diagnostics, persistent user memory, localized UI를 제공한다.
왜 중요한가
- GitHub Trending 2026-05-04 / 2026-05-05에서 상위권에 오르며, agentic terminal이 여전히 강한 실행면임을 보여준다.
- Claude Code, Codex, OpenCode와 비슷한 CLI agent pattern이 DeepSeek 생태계에서도 성숙하고 있음을 시사한다.
- 모델 자체보다 “작업을 실행하는 터미널 런타임”이 더 중요한 계층이 되었음을 강화한다.
기능 메모
- Plan / Agent / YOLO 모드
- reasoning effort tiers:
off → high → max - approval gates for local edits
- workspace rollback and restore
- durable task queue
- MCP server connectivity
- live token / cost tracking
- skills system
- session save / resume
설치 메모
- npm:
npm install -g deepseek-tui - Cargo:
cargo install deepseek-tui-cli deepseek-tui --locked - Homebrew:
brew tap Hmbown/deepseek-tui && brew install deepseek-tui - Direct release binaries are available for Linux / macOS / Windows
Sources
- GitHub repository: https://github.com/Hmbown/DeepSeek-TUI
- Releases: https://github.com/Hmbown/DeepSeek-TUI/releases