Python 3.10 or higher is required to use Bugster CLI.

You can install Bugster CLI using either an automated or manual method.

Our installers will check for Python and automatically install it if needed (with your permission).

macOS/Linux

curl -sSL https://github.com/Bugsterapp/bugster-cli/releases/latest/download/install.sh | bash

Windows

  1. Download install.bat
  2. Right-click the downloaded file and select “Run as administrator”

Manual Installation

If you already have Python installed:

curl -sSL https://raw.githubusercontent.com/Bugsterapp/bugster-cli/main/scripts/install.py | python3

This script will automatically download, install, and set up Bugster CLI for your platform (Windows, macOS, or Linux).

Next Steps

After successfully installing the Bugster CLI, you’re ready to start using it.

Learn to Use the CLI

Explore how to use the CLI, initialize your project, and run your first tests.