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
If you are setting up a contributor workspace rather than just running Bub from source, use make install instead. That also installs the website toolchain and prek hooks used by the repo.
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.