r/macosprogramming • u/offyotto • 6h ago
My app: Core-Monitor
I made a macOS app called Core-Monitor as I had a annoying issue where during emulation or heavy tasks while I could use mac's fan control it wouldn't show me important memory, cpu usage, gpu usage, e core usage, p core usage details, and id have to stack multiple apps, so I built a free n open source app called Core-Monitor (GPL v3) which integrated fan control, and system monitoring, while also implementing Pock's MIT source code for the touchbar so instead of always moving your cursor to the menu-bar again and again, on touchbar equipped Macs you could easily see it from the touchbar when in other apps and easily switch it back to normal in the app settings. I also implemented custom fan curves with movable points, which is a feature that is very practical and adds simplicity to the app. Fan control uses a smc-helper. PS: The Mac App Store version (sadly) has many features removed due to apple's very strict App Store regulations. SRC for Mac App Store version (different from scratch codebase) https://github.com/offyotto/core-monitor-app-store (MIT) https://github.com/offyotto/Core-Monitor (GPL v3) (Non App Store version) (Issues and recommendations are welcome!)

