osx-cpu-temp

Displays current CPU temperature on macOS systems

brewmacoslinux
Try with needOr install directly
Source

About

Outputs current CPU temperature for OSX

Commands

osx-cpu-temp

Examples

Display current CPU temperature$ osx-cpu-temp
Monitor CPU temperature continuously with updates every 2 seconds$ watch -n 2 osx-cpu-temp
Log CPU temperature to file for monitoring over time$ osx-cpu-temp >> cpu_temp.log