Mute Notifier is a lightweight macOS app written in Swift that shows a small red square at the bottom of each screen when your microphone is muted — giving you a clear, visual reminder so you never talk while muted again. Simple, unobtrusive, and built for multi-display setups.
📝 I'm using a Logitech mouse that lets me mute the microphone, at system level, through a custom action button configured in the Logitech application.
However, when I mute the mic, a small red square appears (with the Logi app) — but only on one screen. As a result, I sometimes kept talking while still muted without noticing it. 🤦♂️
To solve this, I decided to create a simple application that would remain clearly visible no matter which screen I'm looking at.
- 🔇 Automatic detection of microphone mute/unmute state
- 🟥 Red square indicator shown on all connected screens when muted, on both bottom corners
- 🖥️ Multi-display support
- ⚙️ Runs quietly without any visible icon in status bar nor dock, totally in background
- 💡 Lightweight, no external dependencies
- Go to the Releases page.
- Download the latest
.dmg - Drag Mute Notifier into your Applications folder.
- Launch the app
- Clone the repository:
git clone https://github.com/Resousse/MacMuteNotifier.git
- Open the project in Xcode
cd MacMuteNotifier open Mute Notifier.xcodeproj - Build & Run (⌘ + R)
Nothing is launched in startup by default, if you want to do it, just do :
- Open "System Preferences"
- Go in "Login Items & Extensions"
- Click on + sign on the "Add a login item" section
- Look for "Mute Notifier" in your Applications folder
Distributed under the Apache 2.0.
See LICENSE for details.
