Homebridge alternatives for desktop smart home hubs

Homebridge did one thing well for a long time: fake a HomeKit accessory so Apple could see your Wi-Fi plug, your Ring doorbell, your Bosch dishwasher. That single-job design is also its ceiling. Homebridge alternatives now handle Matter, Zigbee, Z-Wave, cameras, and full automation without asking you to babysit npm plugins.

The push started with Home Assistant rewriting its Matter server from Python to TypeScript in a July release, then landed harder when maintainers of half a dozen Homebridge camera plugins moved to Scrypted instead. If your setup is drifting the same way, these seven Homebridge alternatives cover the range from “drop-in HomeKit bridge” to “run the whole house.”

Why teams leave Homebridge

Three complaints show up on r/homebridge and the Homebridge Discord over and over. Plugin quality is uneven: verified plugins get maintained, everything else rots. Cameras are the weakest surface, with H.265 streams and two-way audio breaking on iOS updates. And node.js dependency churn keeps forcing manual upgrades on boxes that just want to sit there.

Homebridge itself is still worth running for small setups. It boots fast, the child-bridge model isolates flaky plugins, and the config UI is easier than any full smart home stack. The list below is for households that outgrew that shape.

Quick comparison

App Best for Free plan Runs on Standout feature
Scrypted HomeKit cameras that actually work Yes, open source Linux, macOS, Windows, Docker HomeKit Secure Video without a subscription
Home Assistant One platform for everything Yes, open source Linux (HAOS), macOS, Windows 3,000+ integrations, native HomeKit bridge
OpenHAB Java shops and long-term stability Yes, open source Linux, macOS, Windows Rules DSL that survives migrations
Node-RED Flow-based automation for HomeKit Yes, open source Any Node.js host Visual wiring between HomeKit and everything else
Domoticz Lightweight installs on old hardware Yes, open source Linux, macOS, Windows, Raspberry Pi C++ binary, tiny footprint
ioBroker Deep device abstraction Yes, open source Linux, macOS, Windows 700+ adapters, HomeKit adapter included
HOOBS Homebridge without the terminal Free image, paid hardware kit Linux, macOS, Windows Guided plugin manager, iOS companion app

The alternatives

Scrypted — Best for HomeKit cameras

Scrypted is a Node.js server built by former Google engineer Koushik Dutta, and it has quietly become the answer for anyone whose Homebridge camera plugin stopped working. It speaks HomeKit Secure Video without paying Apple’s iCloud storage, handles rebroadcasting so a single RTSP stream can feed multiple viewers, and does hardware-accelerated transcoding on Intel and Apple Silicon boxes.

Where it falls short: camera focus means device categories outside video and audio are thinner. If you need blinds, HVAC, or obscure Zigbee sensors, you will still need Home Assistant next to it.

Pricing:

Migrating from Homebridge: no direct importer, but plugins are named similarly and settings port by hand in about an hour for a typical camera setup. Non-camera accessories stay on Homebridge if you want to run both.

Download: scrypted.app

Bottom line: if the reason you are frustrated with Homebridge is cameras, install Scrypted this weekend.

Home Assistant — Best for one platform for the whole house

Home Assistant is the smart home platform Homebridge users graduate to when the plugin list crosses forty. HAOS installs on a Raspberry Pi, an old NUC, or a VM, and the HomeKit Bridge integration exposes everything Home Assistant sees to Apple. The Matter server rewrite from Python to TypeScript in July finally made Matter over Thread reliable inside HAOS.

Where it falls short: the initial setup is heavier than Homebridge, and YAML automations still trip people who came in expecting the Web UI to cover everything.

Pricing:

Migrating from Homebridge: run both side by side. Use HomeKit Controller to pull existing Homebridge bridges into Home Assistant as devices, then decommission Homebridge plugin by plugin.

Download: home-assistant.io

Bottom line: the right answer for most people, but budget a weekend to move over.

OpenHAB — Best for stability across the years

OpenHAB is the Java-based smart home platform that has been around since 2010. It runs anywhere Java runs, uses text-file configuration that stays readable across upgrades, and has a HomeKit binding that maps items to Apple accessories with metadata tags.

Where it falls short: the community is smaller than Home Assistant’s, and third-party integrations lag by months when a device vendor changes an API.

Pricing:

Migrating from Homebridge: the OpenHAB HomeKit add-on handles the Apple side. You will rebuild device integrations from scratch using OpenHAB bindings, so budget a full weekend.

Download: openhab.org

Bottom line: pick this if you want configuration files that will still work in 2032.

Node-RED — Best for flow-based HomeKit automation

Node-RED is not a smart home platform in the traditional sense. It is a flow editor for wiring APIs together, and the node-red-contrib-homekit-bridged package exposes any Node-RED flow as a HomeKit accessory. If your Homebridge use was really about running one shell script when a switch flips, Node-RED is more direct.

Where it falls short: no device discovery, no built-in dashboards, no historical logging. You are building the smart home layer yourself.

Pricing:

Migrating from Homebridge: rebuild each accessory as a Node-RED flow. Common vendor integrations exist as contrib nodes, so you rarely write JavaScript directly.

Download: nodered.org

Bottom line: for tinkerers who want to see the wires.

Domoticz — Best for tiny installs

Domoticz is a lightweight smart home controller written in C++. It runs happily on a Raspberry Pi Zero, uses about 50 MB of RAM at rest, and its HomeKit plugin bridges devices into Apple. If Home Assistant feels heavy on your target box, Domoticz is the escape hatch.

Where it falls short: the web UI shows its age, and the plugin ecosystem is narrower than Homebridge’s. Some newer device categories are missing entirely.

Pricing:

Migrating from Homebridge: Domoticz uses its own hardware definitions. You will re-add every device from the Domoticz UI, then bridge to HomeKit through the plugin.

Download: domoticz.com

Bottom line: the answer for old ARM boards and cheap Pi Zeros.

ioBroker — Best for device abstraction

ioBroker is a Node.js smart home platform popular in German-speaking countries. Its strength is the adapter model, which normalizes device data into a single object tree, so a Shelly plug looks the same as a Sonoff plug looks the same as a Tasmota plug when you script against them. The HomeKit adapter exposes the tree to Apple.

Where it falls short: documentation in English is patchy, and the visualization editor has a learning curve that puts off newcomers.

Pricing:

Migrating from Homebridge: install the ioBroker adapters for your devices, then enable the HomeKit adapter. The abstraction layer makes automations more portable than Homebridge configs.

Download: iobroker.net

Bottom line: pick this if you have a mixed-vendor setup and want scripting to feel consistent.

HOOBS — Best for skipping the terminal

HOOBS is Homebridge packaged as a turnkey product. The team maintains a curated plugin store, a plain web UI, and an iOS companion app for setup, so you never touch npm or a config JSON file. The paid HOOBS Box ships as a Raspberry Pi Compute Module in a case, but the software is free on your own hardware.

Where it falls short: the HOOBS Box costs more than a Pi 5 plus an SD card, and you are still fundamentally on Homebridge under the hood, so the plugin limitations apply.

Pricing:

Migrating from Homebridge: the HOOBS UI can import an existing Homebridge config file. Most plugins Just Work; the ones that break tend to be community plugins the HOOBS team never verified.

Download: hoobs.org

Bottom line: the friendliest way to keep Homebridge without owning a Node.js problem.

How to choose

Pick Scrypted if the pain is cameras. HomeKit Secure Video for free is the entire reason it exists, and it will save you the fifty-dollar iCloud tier.

Pick Home Assistant if you have any devices Homebridge cannot reach today, or if you want automations, dashboards, and voice control in one place. Budget a weekend and never look back.

Pick OpenHAB if you care more about a config that lasts a decade than about the shiniest new integration.

Pick Node-RED if your automations are the point and HomeKit is one of many outputs.

Pick Domoticz if you are running on a Pi Zero or a five-year-old NAS and RAM matters.

Pick ioBroker if you have devices from six different vendors and you want the scripting layer to hide the mess.

Pick HOOBS if Homebridge is the right tool but managing it in a terminal is not the right task for you.

Stay on Homebridge if the plugin list is under ten, cameras are not involved, and the child-bridge model is still working. It is a good tool inside its scope.

FAQ

Is Scrypted better than Homebridge for cameras?
Yes. Scrypted implements HomeKit Secure Video directly, handles H.265, and rebroadcasts a single RTSP stream to multiple viewers. Homebridge camera plugins ship the same features unevenly, and iOS updates regularly break the FFI shims some plugins rely on.

Can I run Home Assistant and Homebridge together?
Yes, and that is the recommended migration path. Point Home Assistant at your Homebridge bridge with the HomeKit Controller integration, verify each accessory in Home Assistant, then remove plugins from Homebridge one at a time.

Does OpenHAB support Matter?
Yes. OpenHAB added a Matter binding in the 4.x release line. Setup is manual compared with Home Assistant, but the binding covers on/off, dimming, color, thermostats, and locks.

What is the lightest Homebridge alternative?
Domoticz. Its C++ core sits under 50 MB of RAM in typical use, which is a fraction of a Home Assistant OS install.

Do I need a Raspberry Pi to run these?
No. All seven run on Linux, macOS, and Windows. A Raspberry Pi 4 or 5 is popular because it is cheap and quiet, but any always-on box works.

Is HOOBS a fork of Homebridge?
No. HOOBS runs stock Homebridge under the hood and adds a curated plugin registry, a web UI, and a companion app on top. Configs and plugins stay compatible.