Compare standard macOS behavior against the auto-quit mechanism.
Enjoying Sunset Melodies (Stereo)
A simple fix to one of the most persistent macOS papercuts.
Utilizes native macOS AXUIElement Accessibility APIs to detect left clicks directly on window close red lights, resolving PIDs cleanly.
Say goodbye to silent browser windows, Spotify, and Electron apps idling in your RAM. Truly terminate apps, keeping your CPU cool and battery healthy.
Crafted natively in Swift 6. Read the codebase, verify security practices, build from scratch, or install pre-packaged versions.
Compiles down to less than 1 MB of native code. Minimal disk space, near-zero startup delay, and no Electron memory bloat.
Follow these quick installation guides to get up and running instantly.
Open your Terminal and run the commands to tap the repository and download the app cask:
Terminal# Add the tap repository
brew tap Aayu176/thebigredbutton
# Trust the tap repository
brew trust aayu176/thebigredbutton
# Install the application Cask
brew install --cask thebigredbutton
Because the app monitors window close clicks across macOS, you need to permit Accessibility Access:
Download the pre-compiled installer image direct from the GitHub releases page:
Download v1.0.4 (.dmg)Double click the downloaded TheBigRedButton.dmg file and drag the application icon into your Applications directory folder.
Since this application is signed ad-hoc, macOS security Gatekeeper will block first-time launches. You can bypass this restriction using any of these techniques:
xattr -rd com.apple.quarantine /Applications/TheBigRedButton.app
Have questions? Find the answers below.
macOS sandbox protects system-wide actions. In order to detect clicks on the small red traffic light buttons inside other applications, the app utilizes the AXUIElement framework. Without accessibility permissions, macOS blocks background monitoring, rendering the app unable to listen to close events.
Yes! By default, you can enable the setting "Quit only when last window is closed" from the menu bar status dropdown. When active, closing one browser tab window will keep the browser alive, but closing the final window will cleanly quit the entire process.
Click the status icon inside the macOS Menu Bar and click the top row: "Status: Active". This toggles the tool state to Paused instantly without quitting the menu bar app, restoring macOS's default window-closing behavior.
Finder cannot be fully terminated as it runs the desktop environment. To prevent UI lockups, the setting "Ignore Finder" is enabled by default to bypass Finder process terminations entirely.