Step 1: Install Docker
Install Docker on your system to run ControlBird Community Edition.
What You Need
ControlBird Community Edition runs as a single Docker container. All you need is a machine with Docker installed. CE supports Linux, macOS, and Windows.
Install Docker
If you don't have Docker installed yet, follow the official installation guide for your operating system:
Verify Installation
Open a terminal and verify Docker is working:
docker --version You should see output like Docker version 27.x.x or similar. Then verify the Docker daemon is running:
docker run --rm hello-worldIf you see "Hello from Docker!", you're ready to proceed.
System Requirements
ControlBird CE requires at minimum 1 GB RAM and 1 CPU core. For a smooth experience with multiple protocols and automation, we recommend 2 GB RAM and 2 cores.