Skip to content

Lightweight macOS app written in Swift that shows small red squares 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.

License

Notifications You must be signed in to change notification settings

Resousse/MacMuteNotifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔴 Mute Notifier – Visual Microphone Mute Indicator for macOS

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.

✨ Features

  • 🔇 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

🧩 Screenshots

MacOs desktop view, showing the two red mute indicators

🚀 Installation

Option 1 — Download the release

  1. Go to the Releases page.
  2. Download the latest .dmg
  3. Drag Mute Notifier into your Applications folder.
  4. Launch the app

Option 2 — Build from source

  1. Clone the repository:
    git clone https://github.com/Resousse/MacMuteNotifier.git
  2. Open the project in Xcode
    cd MacMuteNotifier
    open Mute Notifier.xcodeproj
  3. Build & Run (⌘ + R)

⚙️ Configuration

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

📄 License

Distributed under the Apache 2.0.
See LICENSE for details.

About

Lightweight macOS app written in Swift that shows small red squares 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages