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-2025-12-12
| Package | Version |
|---|---|
| Ubuntu | 24.04 |
| ffmpeg for homebridge | v2.2.0 |
| Homebridge APT Package | v1.8.5-alpha.20251212 |
| NodeJS | 24.12.0 |
| Homebridge UI | 5.11.2-alpha.1 |
| Homebridge | 2.0.0-alpha.81 |
Docker Build Instruction Changes
- @homebridge/homebridge-apt-pkg: Updated from 1.8.3-alpha.20251129 to 1.8.5-alpha.20251212
Changes Since Previous Release
Previous release manifest not available for comparison.
Docker Homebridge Changes
Code Changes
- Update alpha dependencies in alpha (#811) (
466bcac) - Update beta dependencies in beta (#810) (
1f30c34) - Update stable dependencies in . (#809) (
7fd6cb2) - FIX: Previous release manifest not available for comparison. (
3cd2bbe) - Update beta dependencies in beta (#808) (
618848d) - Update beta dependencies in beta (#807) (
8f5f82b) - Update beta dependencies in beta (#806) (
c70e66d) - Update stable dependencies in . (#805) (
10e937f) - Update beta dependencies in beta (#804) (
e4f7aa0) - Update beta dependencies in beta (#803) (
4b0524a) - Update beta dependencies in beta (#802) (
569d209) - Update beta dependencies in beta (#801) (
3967545) - Update beta dependencies in beta (#800) (
0e541a6)