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 |
| beta | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | Beta |
| alpha | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | Alpha |
Release Types
- Stable (
latest,ubuntu): Stable releases using the latest stable versions of Homebridge 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-01-25
| Package | Version |
|---|---|
| Ubuntu | 24.04 |
| ffmpeg for homebridge | v2.2.1 |
| Homebridge APT Package | v1.8.9-alpha.20260114 |
| NodeJS | 24.13.0 |
| Homebridge UI | 5.13.2-alpha.0 |
| Homebridge | 2.0.0-alpha.81 |
Docker Build Instruction Changes
- ffmpeg-for-homebridge: Updated from 2.2.0 to 2.2.1
Changes Since Previous Release (alpha-2026-01-14):
Changes in Docker.manifest
- |ffmpeg for homebridge|v2.2.0|
+ |ffmpeg for homebridge|v2.2.1|Docker Homebridge Changes
Code Changes
- Update alpha dependencies in alpha (#855) (
f1a3c65) - Update beta dependencies in beta (#854) (
9239c79) - Update stable dependencies in . (#853) (
682f48f) - Update beta dependencies in beta (#852) (
9d52839) - Update stable dependencies in . (#851) (
91f8408) - Update beta dependencies in beta (#850) (
595a320) - Update beta dependencies in beta (#849) (
9e66f58) - Update beta dependencies in beta (#848) (
fec74f2) - Update beta dependencies in beta (#847) (
e1a0d5c) - Update beta dependencies in beta (#846) (
98aa961) - Update stable dependencies in . (#845) (
4fb2f39)