v0.9.0 · First broadly-shippable release
Download Termbay
One bay. Every coding agent. Free and open source under the MIT license.
Windows Installer
NSIS installer — Start Menu shortcut, uninstaller, choose install directory.
Download Termbay-Setup-0.9.0.exePortable
No installer — download and run. Nothing written outside its own folder.
Download Termbay-0.9.0-portable.exeWindows SmartScreen warning is expected
This build isn't yet signed with a paid code-signing certificate, so Windows SmartScreen will show "Windows protected your PC" on first run. Click More info, then Run anyway. The source is public — you can audit exactly what you're running.
Requirements
- Windows 10 or 11, x64
- Any coding-agent CLI you want to actually spawn, available on
PATH(not required for demo mode) - Node.js — optional, only needed if you build from source
Other platforms
Both build targets are already configured in the project
(npm run dist:mac / npm run dist:linux)
but not yet built and verified on this machine.
What's in 0.9.0
Changelog
First broadly-shippable release: the full MVP + V2 + Phase 2b feature set, plus a release-engineering pass to get the app ready to actually hand to someone.
-
Terminal grid
rows x columns of live agent sessions, drag-resize (ratio-persisted), drag-reorder, maximize-in-row, per-column context meter, and the 7-state Buoy companion.
-
Provider registry
8 built-in adapters (Claude Code, Codex, Gemini CLI, OpenCode, Aider, Cursor Agent, GitHub Copilot CLI, Amp) plus unlimited Custom providers.
-
Automations & Pipeline Supervisor
scheduled headless agent runs, a real supervisor decision loop, repo-isolation clone hygiene, run history, portable import/export.
-
Findings inbox
fingerprint-deduped, retention-safe, delivered via an always-on-top sticky window.
-
Voice (TTS), cross-device sync, Fleet Overview
ElevenLabs-backed reading, picker-selected sync folder, per-project branch/dirty/findings aggregation.
-
Windows packaging
npm run dist:win now produces a working NSIS installer and a portable build.
See CHANGELOG.md in the project source for the complete
list of fixes and changed items.