Homebridge
HomeKit bridge for non-HomeKit smart home devices, with a built-in web dashboard
Alternative to: smartthings, hubitat, wink, vera

v2.1.0
2026-06-04This release includes numerous bug fixes for Matter server stability, new bridge configuration options, and improved persistence for external accessory attribution.
v2.0.2
2026-05-09Added Matter.js version logging at bridge startup and updated dependencies.
v2.0.1
2026-05-05Updated dependencies and fixed child bridge HAP publishing, while removing legacy request type aliases from Matter v0.17.x.
v2.0.0
2026-05-04Homebridge v2 introduces Matter implementation and transitions to ESM, while requiring Node.js v22 or v24 and updating the HAP-NodeJS dependency.
v1.11.4
2026-03-29Updated dependencies, including hap-nodejs to v0.14.3.
v1.11.3
2026-03-21Updated dependencies and regenerated documentation following a typedoc update.
v1.11.2
2026-02-08Updated dependencies, regenerated documentation, and expanded the Homebridge v2 information notice.
v1.11.1
2025-10-29Updated dependencies and added Node 24 support to the node engines.
v1.11.0
2025-07-13Added port to the childBridgeStatusUpdate event response and updated dependencies, including jest and typedoc.
v1.10.0
2025-06-07Updated dependencies, including hap-nodejs to v0.13.1, and refined the display of version and node notices.
v1.9.0
2025-02-11This release adds the updateDisplayName method, allows configuring the serial number via config.json, and fixes handleUpdatePlatformAccessories.
v1.8.5
2024-10-26Added support for plugins with dots in their npm scope, updated Node.js compatibility to v22, and updated dependencies.
v1.8.4
2024-07-19This release fixes the default FirmwareRevision, improves config interface detection, updates dependencies, and adds a notice regarding upcoming breaking changes in Homebridge v2.0.0.
v1.8.3
2024-06-19Updated the hap-nodejs dependency.
v1.8.2
2024-05-16Updated hap-nodejs dependencies and corrected labeling comments in labeler.yml.
v1.8.1
2024-04-27Fixed shared use of commander between homebridge and the UI repository and updated the Discord webhook.
v1.8.0
2024-04-19This release introduces firmware revision overrides, GitHub labeler actions, custom node options for child bridges, and updated dependencies including hap-nodejs.
v1.7.0
2023-11-04Updated project dependencies.
v1.6.1
2023-04-30Fixed a Synology avahi advertiser startup bug and resolved TypeScript compilation issues for developers.
v1.6.0
2022-11-26Updated hap-nodejs to v0.11.0 to add support for systemd-resolved and improve avahi mDNS advertisers alongside general bug fixes.
v1.5.1
2022-10-25Upgraded hap-nodejs to v0.10.4 for bug fixes and suppressed a specific npm prefix warning.
v1.5.0
2022-06-22Added support for managing child bridges via the UI and implemented the package.json exports field.
v1.4.1
2022-04-29Upgraded HAP-NodeJS to v0.10.2, added a strict plugin resolution option, and updated deprecated git.io URLs.
v1.4.0
2022-01-21Introduces HomeKit Secure Video and Avahi/D-Bus API advertiser, and fixes ES Module loading and inline documentation casing.
v1.3.9
2021-12-29Fixed a crash affecting encrypted communication on Linux machines running NodeJs 17.
v1.3.8
2021-11-22PluginManager now aborts all plugin loading if a single plugin fails to load, and issue templates and workflows were centrally managed.
v1.3.6
2021-11-10Added support for ESM modules and async plugin initializers, and upgraded HAP-NodeJS to v0.9.7 for bug fixes.
v1.3.5
2021-10-07This release adds new iOS 15 services and characteristics for NFC and Siri-enabled HomeKit devices, and updates dependencies to address security vulnerabilities.
v1.3.4
2021-03-16Fixed a startup characteristic warning for Cameras and Video Doorbells that did not impact functionality.
v1.3.3
2021-03-10This release fixes Siri and automation control issues for certain accessories, improves duplicate UUID handling during cache restoration, and updates HAP-NodeJS to v0.9.3.
v1.3.2
2021-03-04Added support for multiple accessories of the same type on a single child bridge and disabled slow characteristic warnings for external accessories.
v1.3.1
2021-02-23This update improves characteristic value correction, fixes a child bridge loading issue, adjusts default temperature minimums, and updates HAP-NodeJS to v0.9.2.
v1.3.0
2021-02-20Homebridge v1.3.0 introduces child bridges, Adaptive Lighting support, selectable mDNS advertisers, and improved plugin stability and validation.
v1.2.5
2020-12-28Updated HAP-NodeJS to v0.8.5 to incorporate fixes for the ciao mDNS library.
v1.1.7
2020-12-16Includes minor fixes and improvements to mDNS, specifically regarding advertisement removal on shutdown and PTR record transmission.
v1.2.4
2020-12-05Updated the ciao mdns library to v1.1.0 to improve stability.
v1.2.3
2020-09-21Updated the ciao mdns library to improve stability and compatibility with avahi, IP address handling, and Darwin VMs.
v1.2.2
2020-09-16This release fixes plugin loading warnings, updates hap-nodejs to resolve advertising issues, and adjusts accessory context typing for developers.
v1.2.1
2020-09-15Fixed an mDNS discovery bug affecting accessory advertising on FreeBSD and some containerized installations.
v1.2.0
2020-09-14Updated HAP-Nodejs to v0.8.0 to improve accessory discovery via the ciao library and added generic typing for accessory contexts.
v1.1.6
2020-09-07Fixed an incompatibility issue with the commander library.
v1.1.3
2020-09-02Updated HAP-Nodejs to v0.7.9 to improve camera streaming endpoint reliability and add iOS 14 beta support.
v1.1.2
2020-08-12Fixed an issue related to scoped plugin registration and cached accessory restoration.
v1.1.1
2020-06-17Updated HAP-Nodejs to v0.7.4 and announced the official Homebridge Raspberry Pi Image.
1.1.0
2020-05-17Updates API to v2.6, improves crypto performance via HAP-NodeJS v0.7.3, and drops support for Node.js v11.0.0 and v11.1.0.
1.0.4
2020-04-30This update fixes multiple crashes related to plugin interactions and resolves an issue with mdns advertising addresses.
1.0.3
2020-04-28Fixed issues where empty serial numbers prevented Homebridge pairing and added validation to prevent accessories with no services.
1.0.2
2020-04-28Improved cached accessory resolution and changed the default behavior to remove orphaned cached accessories.
1.0.1
2020-04-27Plugins with strict version requirements will now load with a log warning instead of being blocked.
1.0.0
2020-04-27Homebridge v1.0.0 converts the project to TypeScript, updates the HAP-NodeJS dependency for better spec compliance and new accessory types, and introduces API version 2.5.
0.4.53
2020-03-18Added support for using scoped npm modules as Homebridge plugins.