Matterbridge

A Matter plugin manager that allows you to have all your Matter devices up and running in minutes without dealing with complex pairing processes.

Why Choose Matterbridge?

Matterbridge simplifies Matter device management with powerful features designed for both developers and users.

🔌

Easy Plugin System

Simply pair Matterbridge once, and it will load all your registered plugins. No need to pair each device individually.

🏠

Universal Compatibility

Works with Apple Home, Google Home, Amazon Alexa, Home Assistant, SmartThings, and any Matter-compatible platform.

Lightweight & Fast

Runs on machines with as little as 512MB RAM. Perfect for Raspberry Pi and other low-power devices.

🌐

Web Frontend

Manage your devices through an intuitive web interface. Monitor logs, configure settings, and control devices easily.

🔧

Developer Friendly

Built on matter.js with comprehensive APIs. Easily port Homebridge plugins or create new ones from scratch.

🐳

Docker Ready

Full Docker support with official images. Deploy easily with docker-compose or run natively on any platform.

Trusted by the Community

Total NPM Downloads

1.9K/wk

NPM Downloads (last week)

509

GitHub Stars

Docker Pulls

10+

Official Plugins

24/7

Active Development

Quick Installation

Get Matterbridge running in minutes with these simple commands.

NPM Installation

npm install -g matterbridge --omit=dev

On Linux/macOS you may need sudo npm install -g matterbridge --omit=dev. After installation start it manually with matterbridge.

Docker Installation

docker run -it --name matterbridge -v matterbridge:/root/.matterbridge -p 8283:8283 --network host luligu/matterbridge:latest

The Docker container starts Matterbridge automatically.

Access the Frontend

After starting Matterbridge (via Node.js or Docker) the web frontend is available by default on port 8283.

localhost:8283
http://<your-ipv4-address>:8283
http://[<your-ipv6-address>]:8283

Change the port with -frontend <port> (e.g. matterbridge -frontend 8383). Enable HTTPS with -ssl. For mutual TLS add -mtls. See the Frontend docs for certificate details.

📖 Full Installation Guide

Popular Plugins

Extend Matterbridge with our growing collection of official and community plugins.

Shelly Plugin

Automatically discover and control all Shelly Gen 1, 2, 3, and 4 devices. Supports battery-powered devices, BLU devices, and sleep mode.

Learn More

Zigbee2MQTT Plugin

Expose all your Zigbee2MQTT devices and groups to Matter. Production-level plugin with comprehensive device support.

Learn More

Home Assistant Plugin

Connect your Home Assistant devices and entities to Matter. Perfect companion for the official HA add-on.

Learn More

Somfy Tahoma Plugin

Control your Somfy Tahoma screen devices through Matter. Seamless integration with your smart home ecosystem.

Learn More

Webhooks Plugin

Expose any webhooks to Matter. Create virtual devices that can be controlled through HTTP requests, perfect for custom integrations.

Learn More

BTHome Plugin

Expose BTHome devices to Matter using native Bluetooth. Works on all platforms with comprehensive device discovery and storage.

Learn More
🔌 View All Plugins 🛠️ Create Your Own