Homebridge Docker Image
This Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API.
This is a multi-arch image and will run on x86_64, Raspberry Pi 2, 3, 4, Zero 2 W, or other Docker-enabled ARMv7/8 devices. Docker will automatically pull the correct image for your system.
| Image Tag | Architectures | Base Image | Release Type |
|---|---|---|---|
| latest, ubuntu | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | Stable |
| beta | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | Beta |
| alpha | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | Alpha |
Release Types
- Stable (
latest,ubuntu): Stable releases using the latest stable versions of Homebridge and plugins - Beta (
beta): Pre-release versions with beta versions of Homebridge and the Homebridge UI for testing new features - Alpha (
alpha): Early pre-release versions with alpha versions of Homebridge and the Homebridge UI for early testing and development
Current Package Manifest:
Docker.manifest
Homebridge Docker Package Manifest
Release Version: beta-2026-04-24
| Package | Version |
|---|---|
| Ubuntu | 24.04 |
| ffmpeg for homebridge | v2.2.2 |
| Homebridge APT Package | v1.8.23-beta.20260423 |
| NodeJS | 24.15.0 |
| Homebridge UI | 5.21.1-beta.16 |
| Homebridge | 2.0.0-beta.101 |
Changes Since Previous Release (beta-2026-04-23):
No meaningful changes detected in Docker.manifest.
Docker Homebridge Changes
- Update Dockerfile (
259ed84) - Update Dockerfile (
f088bbd)