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-08
| Package | Version |
|---|---|
| Ubuntu | 22.04 |
| ffmpeg for homebridge | v2.2.2 |
| Homebridge APT Package | v2.0.14 |
| NodeJS | 24.19.0 |
| Homebridge UI | 5.27.0 |
| Homebridge | 2.3.0 |
Docker Build Instruction Changes
- @homebridge/homebridge-apt-pkg: Updated from 2.0.13 to 2.0.14
Changes Since Previous Release (synology-2026-08-04):
Changes in Docker.manifest
- |Homebridge APT Package|v2.0.13|
+ |Homebridge APT Package|v2.0.14|
- |Homebridge|2.2.1|
+ |Homebridge|2.3.0|Docker Homebridge Changes
Code Changes
- Update synology dependencies in synology (#1065) (
37be608) - Update alpha dependencies in alpha (#1064) (
10bf785) - Update beta dependencies in beta (#1063) (
c0571a2) - Update stable dependencies in . (#1062) (
acce10a) - Update alpha dependencies in alpha (#1061) (
a7c07cf) - Update beta dependencies in beta (#1060) (
48e64e5) - Update legacy dependencies in legacy (#1059) (
de9a1da) - Update alpha dependencies in alpha (#1058) (
d60bfc0) - Update beta dependencies in beta (#1057) (
fcb2ca2) - Update stable dependencies in . (#1056) (
a2ba13a)