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: legacy-2026-07-15
| Package | Version |
|---|---|
| Ubuntu | 24.04 |
| ffmpeg for homebridge | v2.2.2 |
| Homebridge APT Package | v2.0.11-legacy.20260715 |
| NodeJS | 24.18.0 |
| Homebridge UI | 5.25.0 |
| Homebridge | 1.11.4 |
Docker Build Instruction Changes
- @homebridge/homebridge-apt-pkg: Updated from 2.0.9-legacy.20260624 to 2.0.11-legacy.20260715
Changes Since Previous Release (legacy-2026-06-24):
Changes in Docker.manifest
+ |Homebridge APT Package|v2.0.11-legacy.20260715|
- |Homebridge APT Package|v2.0.9-legacy.20260624|
- |Homebridge UI|5.24.0|
+ |Homebridge UI|5.25.0|Docker Homebridge Changes
Code Changes
- 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)