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-05-22
| Package | Version |
|---|---|
| Ubuntu | 22.04 |
| ffmpeg for homebridge | v2.2.2 |
| Homebridge APT Package | v2.0.5 |
| NodeJS | 24.16.0 |
| Homebridge UI | 5.23.0 |
| Homebridge | 2.0.2 |
Docker Build Instruction Changes
- @homebridge/homebridge-apt-pkg: Updated from 2.0.4 to 2.0.5
Changes Since Previous Release (synology-2026-05-15):
Changes in Docker.manifest
- |Homebridge APT Package|v2.0.4|
+ |Homebridge APT Package|v2.0.5|
- |NodeJS|24.15.0|
+ |NodeJS|24.16.0|Docker Homebridge Changes
Code Changes
- Update synology dependencies in synology (#984) (
dee4d43) - Update legacy dependencies in legacy (#983) (
98bea0a) - Update alpha dependencies in alpha (#982) (
715798c) - Update beta dependencies in beta (#981) (
4bb36b1) - Update stable dependencies in . (#980) (
3ccb676) - Update beta dependencies in beta (#979) (
33b42f3) - Update beta dependencies in beta (#978) (
ffe6288) - Update beta dependencies in beta (#977) (
08cc7c7) - Update setup.sh (
9cacd08)