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 |
| synology | amd64, arm32v7, arm64v8 | Ubuntu 22.04 | Stable |
| beta | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | Beta |
| alpha | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | Alpha |
| legacy | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | Legacy |
Release Types
- Stable (
latest,ubuntu): Stable releases using the latest stable versions of Homebridge and plugins - Legacy (
legacy,legacy): Stable releases using the latest stable versions of Homebridge 1.x 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: synology-2026-08-17
| Package | Version |
|---|---|
| Ubuntu | 22.04 |
| ffmpeg for homebridge | v2.2.2 |
| Homebridge APT Package | v2.0.16 |
| NodeJS | 24.19.0 |
| Homebridge UI | 5.28.0 |
| Homebridge | 2.4.0 |
Docker Build Instruction Changes
- @homebridge/homebridge-apt-pkg: Updated from 2.0.15 to 2.0.16
Changes Since Previous Release (synology-2026-08-11):
Changes in Docker.manifest
- |Homebridge APT Package|v2.0.15|
+ |Homebridge APT Package|v2.0.16|
- |Homebridge UI|5.27.0|
+ |Homebridge UI|5.28.0|
- |Homebridge|2.3.1|
+ |Homebridge|2.4.0|Docker Homebridge Changes
Code Changes
- Update synology dependencies in synology (#1083) (
e5de825) - Update legacy dependencies in legacy (#1082) (
147363a) - Update alpha dependencies in alpha (#1081) (
ec4a5eb) - Update beta dependencies in beta (#1080) (
ada77a5) - Update stable dependencies in . (#1079) (
54c80d7) - Update alpha dependencies in alpha (#1078) (
79e51eb) - Update beta dependencies in beta (#1077) (
90143b5) - Update alpha dependencies in alpha (#1076) (
993cba6) - Update beta dependencies in beta (#1075) (
aa571fe) - Update beta dependencies in beta (#1074) (
0543897)