Skip to content

Installation

pip install bub
git clone https://github.com/bubbuild/bub.git
cd bub
uv sync
uv run bub chat
  • uv run bub chat starts the interactive CLI.
  • uv run bub run "summarize this repo" runs a single turn through the full pipeline.
  • uv run bub gateway starts channel listener mode.