Installation

Get Kollabor up and running on your system. Choose the product that fits your workflow.

01 Install via Homebrew

The easiest way to install Kollab CLI on macOS or Linux is using Homebrew.

# Add the Kollabor tap
brew tap kollaborai/tap
# Install Kollab CLI
brew install kollaborai/tap/kollabor

02 Install via pip (Alternative)

If you prefer pip or are on Windows, you can install directly from PyPI.

# Install from PyPI
pip install kollabor

Windows users: Make sure you have Python 3.12+ installed and added to your PATH.

03 Verify Installation

Confirm Kollabor is installed correctly by checking the version.

kollab --version

System Requirements

macOS / Linux

  • Python 3.12 or higher
  • Terminal with ANSI color support
  • 100MB free disk space

Windows

  • Windows 10 or later
  • Python 3.12 or higher
  • Windows Terminal recommended