Downloads

Run agents anywhere

Download the BeeSystem CLI, runtime, SDK packages, and Docker images. Self-contained binaries — no external dependencies.

Quick install

curl -fsSL https://get.beesystem.ai | sh

Bee CLI

v0.1.0

Released May 24, 2025

The command-line interface for managing agents, running Bee Worker, and interacting with Bee Hive.

macOS (Apple Silicon)macOS (Intel)Linux (amd64)Windows
brew install beesystem/tap/bee

Bee Worker

v0.1.0

Released May 24, 2025

The agent runtime container. Executes agents in isolation with structured tool invocation and observability.

DockerDocker (pinned)Binary (Linux)Binary (macOS)
docker pull beesystem/bee-worker:latest

Bee SDK — JavaScript / TypeScript

v0.1.0

Released May 24, 2025

TypeScript and JavaScript SDK for building custom agents, tools, and integrations.

npmpnpmbunyarn
npm install @beesystem/sdk

Bee SDK — Python

v0.1.0

Released May 24, 2025

Python SDK for building agents, tools, and integrations on BeeSystem.

pippoetryuv
pip install beesystem-sdk

Bee Hive

v0.1.0

Released May 24, 2025

Distributed agent orchestration server for production multi-agent deployments.

DockerBinary (Linux)
docker pull beesystem/bee-hive:latest

Release notes

BeeSystem v0.1.0 is the initial developer preview release.

v0.1.0May 24, 2025 — Developer Preview
  • Initial Bee Worker runtime release
  • Open agent specification v0.1
  • Bee SDK for TypeScript and Python
  • Bee CLI tooling
  • Docker images for Bee Worker and Bee Hive