← Back to Home
FAQ
- What is Better Resource Monitor?
- Better Resource Monitor is a free, open-source system monitor that displays CPU, memory, GPU, and network usage directly in the macOS menu bar or Linux system tray. Built with Rust and Tauri, it uses under 0.1% CPU and approximately 15 MB of RAM.
- Is Better Resource Monitor free?
- Yes. Better Resource Monitor is completely free and open-source under the MIT license. There are no paid tiers, subscriptions, or in-app purchases. Both the Mac App Store and GitHub download versions are free.
- How much CPU and memory does it use?
- Better Resource Monitor uses less than 0.1% CPU and approximately 15 MB of RAM on an Apple M1. By comparison, popular alternatives like Stats use ~45 MB and iStat Menus uses ~60 MB. The app binary itself is under 7 MB.
- Why doesn't GPU monitoring work from the App Store?
- GPU monitoring on macOS requires Apple's private IOReport framework. Apple rejects apps that use private APIs during App Store review. The GitHub download version is notarized by Apple but not sandboxed, so it has full GPU access. On Linux, GPU monitoring uses NVIDIA's NVML and works in all versions.
- Does Better Resource Monitor collect any data?
- No. Better Resource Monitor is 100% local. It makes zero network requests, contains no analytics, and sends no telemetry. All system metrics are read and displayed locally. The source code is publicly auditable on GitHub.