BeeAI platform supports installation on macOS, Linux, and Windows through multiple methods.

Installation

BeeAI can be installed using Homebrew, or directly from PyPI. Homebrew is the easiest installation method, as it automatically sets up the needed container runtime using a Lima VM.

Install

1

Install Homebrew

If you don’t have Homebrew installed, install it with:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Follow the post-installation instructions shown in the terminal to add Homebrew to your PATH.

2

Install BeeAI

brew install i-am-bee/beeai/beeai
beeai platform start

The BeeAI platform will start automatically in a virtualized environment.

3

Start the BeeAI platform

beeai platform start

Update

brew upgrade beeai
beeai platform start

Uninstall

beeai platform delete
brew uninstall beeai

LLM Provider Configuration

After installation, configure your preferred LLM provider.

Verify Your Installation

After installation and LLM configuration, verify that everything is working properly:

beeai list

This command should display a list of available agents.