USING THE CLI
Install the CLI
Install the Buster CLI on your operating system.
You can install the Buster CLI using various methods depending on your operating system.
macOS
Homebrew (Recommended)
If you use Homebrew, this is the simplest method:
Manual Installation (x86_64)
Manual Installation (ARM/Apple Silicon)
Linux (x86_64)
macOS & Linux PATH Configuration: After manual installation on macOS or Linux, make sure ~/.local/bin
is in your PATH. Add this line to your shell’s configuration file (e.g., .bashrc
, .zshrc
):
You may need to restart your terminal session for the changes to take effect.
Windows (x86_64)
-
Download the Windows binary using PowerShell:
-
Extract and install using PowerShell:
This places
buster.exe
in a location typically already included in the system’s PATH for user applications. You might need to restart your terminal.