Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quackduck/cool
Never let the heat slow your pre-2018 Mac down again.
https://github.com/quackduck/cool
apple cli fan-control mac macos smc thermal-management unicorns
Last synced: 2 days ago
JSON representation
Never let the heat slow your pre-2018 Mac down again.
- Host: GitHub
- URL: https://github.com/quackduck/cool
- Owner: quackduck
- License: mit
- Created: 2021-03-14T04:39:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T08:01:14.000Z (over 1 year ago)
- Last Synced: 2024-04-17T17:11:40.120Z (7 months ago)
- Topics: apple, cli, fan-control, mac, macos, smc, thermal-management, unicorns
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 45
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hackclub - cool - [@quackduck](https://github.com/quackduck) - **(Go)** _Cool is a fan control CLI with pretty visuals._ (CLI Tools)
README
# Cool
Never let the heat slow your Mac down again.
Note: Cool is still in beta because I've heard of some possible bugs. Cool is still perfectly safe and can cause no damage (the absolute worst case is that you have to reset the SMC).
Cool is a fan control CLI that lets you cool your CPU to any temperature you'd like. Cool also displays a chart of the temperature changes, a chart of fan speed changes and much more. It reduced the CPU temperature from 97 to 75 in just 1 minute and 10 seconds on a MacBook Air 2017.
[![asciicast](https://asciinema.org/a/400179.svg)](https://asciinema.org/a/400179?speed=2)
## Usage
```text
Usage: sudo cool [-c/--no-chart] []
cool [-h/--help | -v/--version]
```Be careful of commands that require sudo! Cool needs sudo to control fan speeds.
You can specify a temperature to cool your Mac down to:
```shell
sudo cool 57
```
or let Cool choose the default (75 C)
```
sudo cool
```## Install
```shell
brew install quackduck/tap/cool
```
or get an executable from [releases](https://github.com/quackduck/cool/releases)## FAQ
**Isn't fan control bad for your Mac?**
Only when done incorrectly. Cool only changes the minimum fan speed; macOS can decide the actual fan speed to set it to. This means that your fan speed will never be below the default. Likewise, the maximum fan speed Cool can set (this is hard-coded) is the maximum safe speed: 6500 RPM. This means that your fan speed is always in safe values!**How does this work?**
Cool sets fan speeds, reads fan speeds and reads temperatures using the brilliant [smcFanControl CLI](https://github.com/hholtmann/smcFanControl/tree/master/smc-command). The `smc` binary is the compiled executable. If you're curious, Cool changes the value of the SMC key `F0Mn`. It reads the CPU 1 temperature sensor (`TC0E`).## Thanks
Thanks to [Sam](https://github.com/sampoder) and [Jubril](https://github.com/s1ntaxe770r) for their help with testing Cool.