Apple HomeKit smart home setup with multiple devices

Homebridge 2.0: Matter Support and What It Means For You

Homebridge 2.0 ships with Matter support — non-HomeKit devices into Apple Home, plus broader reach to robot vacuums. Here's what's actually different.

Homebridge has spent a decade as the duct tape of the Apple smart home — the project that quietly lets devices like Ring doorbells, Eufy cameras and obscure Tuya light bulbs show up in Apple Home as if they were native HomeKit devices. Homebridge 2.0 is the biggest jump the project has made in years, and the headline change is native Matter support. Here is what that actually means if you are running Homebridge today, or thinking of starting.

What Homebridge actually does, in plain English

Homebridge is a free open-source project that lets devices which were never designed to talk to Apple Home pretend that they are HomeKit-native devices. It runs as a small server on a Raspberry Pi, a Mac, a NAS or any always-on machine. You install plugins for whichever brands you own — Ring, Eufy, Roborock, Tuya, the works — and those devices appear in Apple Home as if Apple had blessed them.

Until Homebridge 2.0, the project worked exclusively through the original HomeKit protocol (HAP). That meant Homebridge could only expose device types that HomeKit understands — lights, switches, sensors, locks, cameras, thermostats. Categories that HomeKit had no idea about (robot vacuums being the obvious one) simply could not be bridged.

The Matter implementation is the headline

Homebridge 2.0 adds Matter as a second protocol it can speak. In practical terms, this lets Homebridge expose devices using Matter device types — including categories that classic HomeKit never supported. The release ships with WaterValve and GenericSwitch support, with the obvious next steps being robot vacuums and air-quality monitors as the Matter device-type library continues to fill out.

If you have spent any time trying to get a Roborock or a Roomba into Apple Home, you know how messy this has been. The Roborock plugin family has been getting hammered with feature requests for years. Matter changes the calculus — you do not need a HomeKit shape for every device. You need a Matter shape, which is the standard the whole industry is now writing to.

How this is different from a Matter-native setup

It is worth being clear about what Homebridge 2.0 is and is not. It is not a replacement for buying Matter-native devices. If you are starting fresh, Matter-from-the-box devices are simpler — you scan a QR code, the device joins your home network, and Apple Home (or Google Home, or Alexa) picks it up automatically.

Homebridge is for the existing pile of devices in your house that will never get a Matter update from the manufacturer. The Ring doorbell that has been screwed to your door since 2021. The early Eufy camera that requires a cloud account. The Sonos system that pre-dates the Sonos / Matter limited rollout. Homebridge 2.0 with Matter gives those devices a longer useful life, and broadens the set of categories where that life-extension is possible.

The breaking change that matters: Node.js 22

The headline breaking change in Homebridge 2.0 is the Node.js requirement. Versions 18 and 20 are out; you need v22 or v24. For most users on the official Homebridge image (Raspberry Pi, hbsd, or the dedicated Synology / QNAP packages), this is handled by upgrading the image itself — the Node runtime ships bundled.

The trickier change is on the plugin side. Plugin authors have to migrate from CommonJS to ES modules, switch their HAP dependency from hap-nodejs to @homebridge/hap-nodejs, and move their output from lib/ to dist/. This is not a small refactor for plugin maintainers, and the practical effect for users is that you should check your installed plugins for 2.0 compatibility before you upgrade. The Homebridge UI plugin list now flags incompatible plugins after the upgrade, but it is much less painful to verify first.

Should you upgrade today?

The honest answer depends on how reliant your day-to-day life is on Homebridge. For users who have it running a couple of plugins for cameras and a smart plug, upgrading is straightforward — check the plugin compatibility list, take a backup of your Homebridge config from the UI, and pull the trigger.

For users running Homebridge with a dozen plugins, multiple bridges and complex automation chains, take a more cautious approach. Wait two to four weeks after release for any showstopper bugs to surface and for the plugin ecosystem to catch up. The Matter implementation is the kind of change that benefits from real-world testing across many installations, and the second release after 2.0 will be the easier landing spot for risk-averse users.

What you cannot get from Homebridge 2.0

Matter device types that Apple Home itself does not understand. Even with Homebridge bridging via Matter, the controller (Apple Home, Google Home, Alexa) still has to support the underlying device category for it to surface in the app.
A fix for cloud-dependent devices. Homebridge can expose a Ring doorbell to Apple Home, but Ring itself still needs to be online and the Ring cloud still has to work. Homebridge is a translator, not a backup.
A path that requires no maintenance. The cost of Homebridge is that you are now a system administrator. Plugins update, break, and need attention. Most users find this is a fair trade for the breadth of device support, but it is a real cost.

Frequently asked questions

Do I need Homebridge 2.0 if I am only using HomeKit-native devices?
No. If every device in your home already shows up natively in Apple Home, you do not need Homebridge at all. Homebridge exists for the devices that are not natively supported.
Will all my existing plugins keep working after the upgrade?
Only the ones that have been updated for 2.0. The Homebridge UI flags incompatible plugins, but it is safer to check the major plugins you rely on before upgrading rather than after.
Can Homebridge 2.0 bridge a robot vacuum into Apple Home today?
Not out of the box. The Matter implementation lays the foundation, but it still requires plugin authors (for example the Roborock or Xiaomi vacuum plugins) to update their code to expose the device as a Matter robot vacuum type. Expect this to happen progressively in the months after 2.0 ships.
How does Homebridge 2.0 affect my Apple Home automations?
It should not change anything for existing automations — the devices that were bridged before will continue to be bridged with the same accessory types. The new Matter capabilities open up additional automations going forward, not replace existing ones.
Is Homebridge a better choice than Home Assistant?
They solve different problems. Homebridge is laser-focused on getting devices into Apple Home. Home Assistant is a full smart-home platform with dashboards, automations and a much broader ecosystem. Many people run both: Home Assistant as the brain, Homebridge for the last-mile Apple Home integration. Our beginner guide to Home Assistant covers when you might want it.

Want the full picture on Matter?

Our plain-English guide explains what Matter is, why it is changing the smart home, and what to actually do about it.

What is Matter and why it changes smart homes