Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonserna/MacOS-cpu-temperature

🌡 Free MacOS CPU Temperature statusbar menubar app
https://github.com/brandonserna/MacOS-cpu-temperature

Last synced: 3 months ago
JSON representation

🌡 Free MacOS CPU Temperature statusbar menubar app

Awesome Lists containing this project

README

        

# MacOS CPU Temperature Statusbar App

![](./demo.png)

A lightweight, free and open source statusbar app to help monitor your mac cpu temperature. This app stands on the shoulders of giants, thank you [osx-cpu-temp](https://github.com/lavoiesl/osx-cpu-temp), [rumps](https://github.com/jaredks/rumps), py2app and [Camillo Visni](https://camillovisini.com/create-macos-menu-bar-app-pomodoro/) for the great blog post 😃

* Updates every 3 seconds
* 20mb

### Download Instructions

You will need to download, right click "Open" and it should be able to run.

[Download link](https://random-software-projects.s3.us-east-2.amazonaws.com/MacOS+CPU+Temperature.app.zip)

### Build the app bundle

```sh
python setup.py py2app
```