Skip to content

Version 3.0.3

Choose a tag to compare

@jacobilin jacobilin released this 16 Mar 15:10
· 16 commits to main since this release

3.0.3 introduces a basic CLI for running the local workflow from the terminal.

This release makes it easier to start and verify the tool 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 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.