Official2026-05-24
DeepSeek TUI Enters the CodeWhale Rename Transition
The public DeepSeek TUI website still points users at `deepseek`, but the live activity feed now shows CodeWhale rename work across docs, npm, and binaries while keeping compatibility aliases.
What changed upstream
- The public website still presents the legacy path: the DeepSeek TUI homepage and install page still show the DeepSeek TUI brand, the
deepseekcommand, thedeepseek-tuinpm package, and v0.8.40 as the latest stable release. - The live project activity feed now shows a CodeWhale rename sequence: the same official website currently highlights recent upstream work titled roughly as README/docs rename to CodeWhale, npm publish as
codewhalewhile keepingdeepseek-tuias a deprecation shim, and binary renames that keepdeepseekaliases. - GitHub has already moved further than the public site: the canonical GitHub repo path for the project now redirects from
Hmbown/DeepSeek-TUItoHmbown/CodeWhale. - Compatibility remains the explicit bridge: the rename wave is not described as an overnight hard cut. The project-owned surfaces indicate compatibility aliases are being kept so existing
deepseekusers do not break immediately.
Practical setup guidance
This is a better developer signal than a vanity version bump because it changes what a technically trustworthy setup page should tell readers today:
- Do not pretend there is only one canonical command spelling across all official-looking pages right now.
- If you follow the public website today, the documented install path is still
deepseek/deepseek-tui. - If you follow the redirected GitHub repo and newer rename work, you will start seeing
codewhalenaming. - Safer setup advice should tell readers to stay on one verified command surface at a time and not mix package names, binary names, and repo paths from different rename stages.