| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A desktop application for commissioning and controlling Matter smart home devices. Runs on macOS, Windows, and Linux.
Download the latest release from the Releases page and pick the package for your platform:
| Platform | Installer | Portable |
|---|---|---|
| macOS | .dmg | .zip (drag-and-drop .app) |
| Windows | .msi | .zip (single .exe) |
| Linux | .deb or .AppImage | .zip (single binary) |
To commission devices over Bluetooth, you need the Bluetooth Central Matter Client Developer Mode profile installed on your Mac. This is a .mobileconfig file available from the Apple Developer portal. Without it, macOS blocks BLE Matter setup.
This step is only needed if you plan to commission devices over Bluetooth. mDNS and pairing-code commissioning work without it.
On first launch the app creates a new Matter fabric automatically. No configuration is needed.
Matter state (fabric config, device registry, certificates) is stored in a platform-specific directory:
| Platform | Path |
|---|---|
| macOS | ~/Library/Application Support/com.matc.ui/matc/ |
| Windows | %APPDATA%\com.matc.ui\matc\ |
| Linux | ~/.local/share/com.matc.ui/matc/ |
To reset the app to a clean state, delete that directory and relaunch.
By default the controller binds to 0.0.0.0:5555, an IPv4-only socket.
To commission or talk to devices over IPv6 (for example a Thread border-routed device exposed only at a global IPv6 address), you need to switch the controller to an IPv6 socket:
The controller will then accept both IPv4 and IPv6 destinations.
Open the Commission tab. You can:
The Control tab shows all commissioned endpoints that support OnOff, Level, or Color Control. Use the toggle, slider, or color swatch to send commands instantly.
Open a device from the Devices tab, then switch to the Attributes tab. The app reads every endpoint, cluster, and attribute directly from the device and displays the full tree with decoded values. Use the Send Command tab to send raw cluster commands, or Write to set an attribute value.
See DEVELOPMENT.md for build instructions and project internals.
| Back | FazBrowse Home | New Git URL |