| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| glowby-windows-arm64.zip | 2026-03-16 | 2.2 MB | |
| glowby-windows-amd64.zip | 2026-03-16 | 2.5 MB | |
| glowby-linux-arm64.tar.gz | 2026-03-16 | 2.2 MB | |
| glowby-linux-amd64.tar.gz | 2026-03-16 | 2.4 MB | |
| glowby-darwin-arm64.tar.gz | 2026-03-16 | 2.3 MB | |
| glowby-darwin-amd64.tar.gz | 2026-03-16 | 2.4 MB | |
| Glowby OSS 3.0.3 source code.tar.gz | 2026-03-16 | 15.6 MB | |
| Glowby OSS 3.0.3 source code.zip | 2026-03-16 | 15.7 MB | |
| README.md | 2026-03-16 | 1.1 kB | |
| Totals: 9 Items | 45.3 MB | 0 | |
Glowby OSS 3.0.3 introduces a basic Glowby CLI for running the local workflow from the terminal.
This release makes it easier to start and verify Glowby from one command with:
- a terminal-first launcher for the local backend and web UI
- setup checks for required dependencies
- a simple install path for CLI releases
Highlights:
- Added the new glowby CLI with code, doctor, and version commands.
- Added glowby code to start the Go backend and Vite web app together, open the browser, and optionally print a project path hint.
- Added automatic bun install when web/node_modules is missing.
- Added automatic cleanup of stale Glowby processes on ports 4569 and 4572 before starting a new local session.
- Added glowby doctor to verify Go, Bun, OpenCode, and the local Glowby checkout are available.
- Added a GitHub Releases install script that downloads the right CLI binary for macOS, Linux, or Windows.
- Updated the README quickstart to use the CLI, while keeping the manual backend and web startup flow as a fallback.