EXE
WinGet
CodeWhale
Hunter Bown · 0.8.60 · 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
codewhale-tui-windows-x64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
HunterBown.CodeWhale
Version
0.8.60
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.60/codewhale-tui-windows-x64.exe
Release Notes
Added
- Agent Fleet real-run cutover (#3154/#3096). codewhale fleet run now launches durable workers through the headless codewhale exec --output-format stream-json path instead of the local simulation interpreter, with terminal worker events freeing leases so queued fleet tasks continue running.
- Read-only shell parallelism (#2983). The engine can now run conservative read-only shell calls in parallel, including strict bash/sh/zsh -c wrappers for whitelisted commands, while writes, stdin, back…