Skip to content

macOS Touch Bar and Menu Bar App to mute/unmute the default microphone

License

Notifications You must be signed in to change notification settings

satrik/toggleMute

Repository files navigation

toggleMute

macOS Touch Bar and Menu Bar App to mute/unmute the default microphone

GitHub Release License GitHub top language GitHub Repo stars

Important

This app only mutes or unmutes the currently selected default audio input device on your Mac.
If you use an external device, you must set it as the default input device in System Settings → Sound for this app to work.

Functions

  • A single tap or click on the Touch Bar or Menu Bar icon toggles between mute and unmute.
  • Right-clicking the Menu Bar icon opens settings for the default unmute volume.
    • This volume will always be applied when unmuting.
    • If you change the input volume via System Settings, the app will overwrite it.
    • Clicking the gear icon opens additional options for a global keyboard shortcut, autostart, and a quit button.

Installation

Homebrew

brew tap satrik/togglemute
brew install --no-quarantine togglemute

Manual Installation

  • Download the toggleMute.dmg file from the latest release.
    • Alternatively, you can clone or download the repository.
  • Mount toggleMute.dmg and move toggleMute.app to your Applications folder.
  • Run (double-click) toggleMuteDisableQuarantine.command.
    • If this doesn’t work, execute xattr -cr /Applications/toggleMute.app in the Terminal.
  • Launch the app for the first time via Right-click → Open and select Trust me 😉
  • The Touch Bar button is only visible in the regular “Control Strip” (not the extended version) and cannot be moved elsewhere.
    • To enable it, choose Quick Actions and activate Show Control Strip.

Update

Homebrew

brew update
brew updgrade --no-quarantine

Manually

Repeat the steps from the manually install section and replace the old app

Preview:

app_prev

Touch Bar Preview:

touchbar_prev

Menubar Preview:

menubar_prev

About

macOS Touch Bar and Menu Bar App to mute/unmute the default microphone

Resources

License

Stars

Watchers

Forks