Installation
From PyPI
Section titled “From PyPI”pip install bub
From source
Section titled “From source”git clone https://github.com/bubbuild/bub.git
cd bub
uv sync
uv run bub chat
Core commands
Section titled “Core commands”uv run bub chatstarts the interactive CLI.uv run bub run "summarize this repo"runs a single turn through the full pipeline.uv run bub gatewaystarts channel listener mode.