Want to install on Windows, or don’t want to use Homebrew? See the full Installation & Setup guide for more installation options.

1

Install BeeAI

Install BeeAI using Homebrew (recommended for macOS and Linux)

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

Configure your LLM provider

beeai env setup
3

Start with the CLI (Primary Interface)

Get familiar with the core commands:

# List all available agents
beeai list

# Run an agent interactively
beeai run chat

# Run an agent with direct input
beeai run chat "Hello! How are you?"

# Get agent details and parameters
beeai info chat

# View all CLI options
beeai --help
4

Check out the Web Interface

beeai ui

Note: The web UI is intentionally simplified for end-users who need basic agent interactions without CLI complexity. Think of the web UI as a deployment target for your agents, not your primary development environment.