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: alpha-2026-07-22
| Package | Version |
|---|---|
| Ubuntu | 24.04 |
| ffmpeg for homebridge | v2.2.2 |
| Homebridge APT Package | v2.0.12-alpha.20260722 |
| NodeJS | 26.5.0 |
| Homebridge UI | 6.0.0-alpha.2 |
| Homebridge | 2.2.2-beta.5 |
Docker Build Instruction Changes
- @homebridge/homebridge-apt-pkg: Updated from 2.0.9-alpha.20260624 to 2.0.12-alpha.20260722
Changes Since Previous Release (alpha-2026-06-24):
Changes in Docker.manifest
+ |Homebridge APT Package|v2.0.12-alpha.20260722|
- |Homebridge APT Package|v2.0.9-alpha.20260624|
- |Homebridge UI|6.0.0-alpha.1|
+ |Homebridge UI|6.0.0-alpha.2|
- |Homebridge|2.0.0-alpha.81|
+ |Homebridge|2.2.2-beta.5|
- |NodeJS|24.18.0|
+ |NodeJS|26.5.0|Docker Homebridge Changes
Code Changes
- Update alpha dependencies in alpha (#1031) (
b401f38) - Update beta dependencies in beta (#1030) (
b7a6b2a) - chore(deps): bump the actions group across 1 directory with 2 updates (#1015) (
780f581) - Update legacy dependencies in legacy (#1029) (
c9eafbc) - Update beta dependencies in beta (#1028) (
6216a8d) - Update synology dependencies in synology (#1027) (
00d98d7) - Update stable dependencies in . (#1026) (
8f670c0) - Update legacy dependencies in legacy (#1025) (
ccce185) - Update beta dependencies in beta (#1024) (
c831cbe) - Update beta dependencies in beta (#1023) (
be266ae) - Update beta dependencies in beta (#1022) (
4fb207d) - Update beta dependencies in beta (#1021) (
893ce84) - Update synology dependencies in synology (#1020) (
3410172) - Update legacy dependencies in legacy (#1019) (
07f587f) - Update beta dependencies in beta (#1018) (
4485615) - Update stable dependencies in . (#1017) (
64ae079) - Update beta dependencies in beta (#1016) (
62c866d) - Update synology dependencies in synology (#1014) (
0b0d6ab) - Update beta dependencies in beta (#1013) (
eab982b) - Update stable dependencies in . (#1012) (
bb0d536) - Update beta dependencies in beta (#1011) (
ccefce4) - Update beta dependencies in beta (#1010) (
fd36d5e) - Update synology dependencies in synology (#1009) (
4ef5192) - Update legacy dependencies in legacy (#1008) (
5bc7838)