CLI Install¶
No Python or other runtime required — the CLI is a self-contained binary.
Or download manually from the GitHub releases page:
| Platform | File |
|---|---|
| Linux (x86_64) | bundlebase-x86_64-unknown-linux-gnu.tar.gz |
| macOS (Apple Silicon) | bundlebase-aarch64-apple-darwin.tar.gz |
| macOS (Intel) | bundlebase-x86_64-apple-darwin.tar.gz |
| Windows (x86_64) | bundlebase-x86_64-pc-windows-msvc.zip |
Extract and move the binary onto your PATH:
# macOS / Linux
tar xz bundlebase-*.tar.gz
sudo mv bundlebase /usr/local/bin/
# verify
bundlebase --help
Next step¶
CLI Quick Start — create a bundle and query it interactively from the REPL.