Skip to content

UnderTheHood v1.0.beta

Choose a tag to compare

@jahardesty jahardesty released this 01 Sep 18:12
· 1 commit to master since this release

UnderTheHood

A native macOS menu bar app for monitoring Apple Silicon thermal hardware sensors in real time.

Features

  • Live CPU and GPU core thermal tracking from the macOS menu bar
  • Battery detail features work in progress
  • Built using native SwiftUI (MenuBarExtra) for low CPU and RAM overhead
  • Direct system sensor hardware access via C/Objective-C bridging headers to IOKit / IOHID

Installation

  1. Download the latest release .zip from Releases.
  2. Unzip and move UnderTheHood.app into your /Applications folder.
  3. First launch: Right-click UnderTheHood.app in Finder and select Open to bypass macOS Gatekeeper.

(Alternatively, clear the quarantine flag via Terminal: xattr -cr /Applications/UnderTheHood.app)