EXE
WinGet
DeepSeek TUI
Hunter Bown · 0.8.53 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
deepseek-tui-windows-x64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
HunterBown.DeepSeek-TUI
Version
0.8.53
Description
Coding agent for DeepSeek models that runs in your terminal
License
MIT
↗
Homepage
https://github.com/Hmbown/CodeWhale
Installer URL
https://github.com/Hmbown/CodeWhale/releases/download/v0.8.53/deepseek-tui-windows-x64.exe
Release Notes
Added
- Hugging Face Inference Providers. Added huggingface as a native provider route (/provider huggingface). Supports HUGGINGFACE_API_KEY or HF_TOKEN for auth, HUGGINGFACE_BASE_URL and HUGGINGFACE_MODEL for overrides, and deepseek-ai/DeepSeek-V4-Pro / deepseek-ai/DeepSeek-V4-Flash as default models. Org-prefixed model IDs pass through.
Fixed
- Agent-mode shell error copy. The missing-tool error for shell tools now directs users to allow_shell = true instead of nudging toward YOLO mode. /confi…