Install the Buster CLI on your operating system.
You can install the Buster CLI using various methods depending on your operating system.
If you use Homebrew, this is the simplest method:
For a universal installation across macOS, Linux, and WSL:
For Windows users:
If you prefer to install manually or the above methods don’t work for your setup:
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.
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.