Quitty is a lightweight macOS menu bar utility for power users. Monitor application memory in real time, manage running processes, and terminate apps instantly — all from a clean, native SwiftUI interface.
| Feature | Description |
|---|---|
| Launch at Login | Integrates with macOS login items to start silently on boot. |
| Live RAM Monitoring | Memory usage updates dynamically for every running app. |
| Smart Sorting | Toggle between alphabetical and highest-memory-first ordering. |
| Advanced Filtering | Search bar to quickly locate specific processes across all open apps. |
| Safe List (Whitelist) | Protect apps from being closed when using "Quit All." |
| Background Process Visibility | Reveal and manage hidden menu bar extensions and daemons. |
Download the latest version of Quitty directly from the official site:
- Download and open the
.dmgfile. - Drag Quitty.app into the Applications folder.
- Launch Quitty from Launchpad or your Applications folder.
Go to the Releases page and download Quitty.dmg, then follow the same steps above.
Quitty is not signed with an Apple Developer certificate, so macOS Gatekeeper may block it on first launch. Quitty is fully open-source and collects no data. To allow it to run:
- Open Terminal (
⌘ Space→ type "Terminal"). - Run the following command:
xattr -rd com.apple.quarantine /Applications/Quitty.app- Launch Quitty normally.
Requirements: Xcode 14+, macOS 14.6+ (Sonoma or Sequoia)
git clone https://github.com/iad1tya/Quitty.git- Open
Bye.xcodeprojin Xcode. - Select your Mac as the build destination.
- Press
⌘ Rto build and run.
Issues, pull requests, and feature suggestions are welcome. Open an issue or submit a PR to get started.
Quitty is open-source and free to use.

