Matter Utilities

A native macOS application for pairing, controlling, inspecting, and testing Matter smart home devices.


What is Matter Utilities?

Matter Utilities is a macOS application for working with Matter — the open smart home standard — designed for two audiences:

  • Home Users who want a reliable, ecosystem-agnostic remote for their Matter devices, without being locked into a single platform.
  • QA Engineers & Developers who need to inspect cluster behaviors, validate device attributes, test network performance, and run automated test flows during development and QA.

This public repository distributes signed and notarized builds, publishes release notes, and accepts product feedback. Application source code, build pipeline, signing credentials, and notarization processes are maintained in a separate private repository.


Features

Feature Description
Device Pairing Pair Matter devices quickly and reliably
Light Control Control on/off state and brightness for supported lights
Transaction Recorder Browse endpoints, clusters, and attributes on any paired device
Debug Log Run multi-step operations with timeouts and result logs
Thread Network Explorer Discover and add Thread Border Routers, view nearby Thread networks
Automation Test Create and execute automated test flows to validate device behavior, measure performance, and detect issues

Why Matter?

Matter is the foundation for the next generation of smart homes. It delivers:

  • Interoperability — A single unified standard so devices from different manufacturers work together seamlessly, regardless of ecosystem.
  • Local-First Reliability — Built on IP (Wi-Fi, Ethernet, Thread), Matter keeps your devices responsive and reliable even when the internet is down.
  • Continuous Improvement — The standard evolves regularly. Matter 1.4 added Enhanced Multi-Admin, energy management, new device types, and router/AP certification paths. (CSA-IOT)

Requirements

  • Apple Silicon Mac (Intel compatibility is not currently verified)
  • A supported macOS version — see the relevant release notes

Download & Install

Download the latest release →

Each release ships as a signed and notarized disk image:

MatterUtilities_v2026.06.12.dmg

To install:

  1. Open the .dmg file.

  2. Drag Matter Utilities to your /Applications folder.

  3. Launch the app. Before pairing your first device, you must install an Apple configuration profile that enables the Bluetooth setting required for Matter Custom Fabric pairing. Without it, Matter Utilities cannot start pairing and may show Bluetooth or pairing timeout errors.

  4. Download the Bluetooth Central Matter Client Developer Mode profile — use the Download button in the app's menu, or download it directly from Apple.

  5. Double-click the downloaded .mobileconfig file to begin installation.

  6. Go to System Settings → General → Device Management, find the profile, and click Install.

    This profile only enables a local Bluetooth setting required for Matter pairing. It does not enroll your Mac in MDM, does not upload your data, and does not remotely manage your device. You can remove it at any time from System Settings → General → Device Management.

    For full details, see the macOS environment setup guide.

All releases are signed with an Apple Developer ID and notarized by Apple, so macOS Gatekeeper will not block the app on first launch.


Matter for iOS

Matter Utilities is also available for iPhone and iPad.

Download on the App Store →


Documentation

Full documentation is available at docs.matter-utilities.com.


Release History