https://github.com/ablakely/macfand
Fan control for Macs running Linux
https://github.com/ablakely/macfand
apple fancontrol linux linuxonmac mac
Last synced: 5 months ago
JSON representation
Fan control for Macs running Linux
- Host: GitHub
- URL: https://github.com/ablakely/macfand
- Owner: ablakely
- License: mit
- Created: 2022-06-24T23:26:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-09-11T06:29:26.000Z (10 months ago)
- Last Synced: 2025-09-11T08:55:17.310Z (10 months ago)
- Topics: apple, fancontrol, linux, linuxonmac, mac
- Language: C
- Homepage:
- Size: 272 KB
- Stars: 16
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# macfand
Fan control daemon for Apple Computers running Linux through the applesmc kernel module.
## Configuration
See the [Configuration](https://github.com/ablakely/macfand/wiki/Configuration) wiki page
## Installing
### Arch / Manjaro / EndeavourOS
yay -S macfand-git
### Building from source
make
sudo make install
sudo systemctl enable --now macfand
## Compatibility
See [Compatibility.md](https://github.com/ablakely/macfand/blob/master/Compatibility.md)
## libconfig
macfand requires [libconfig](http://hyperrealm.github.io/libconfig/) which is available on many distrobutions.
### Debian / Ubuntu / Mint / Elementary OS / MX / Pop!_OS / Zorin
sudo apt-get install libconfig-dev
### Arch / Manjaro / EndeavourOS
sudo pacman -S libconfig
### Fedora / CentOS / Rocky
sudo yum install libconfig libconfig-devel
### Gentoo
sudo emerge dev-libs/libconfig
### openSUSE
sudo zypper install libconfig-devel
### Alpine
sudo apk add libconfig
---
See the manual page `macfand(1)` for more information.
Copyright © 2022 Aaron Blakely
Support for this software is available on [IRC](https://webchat.ephasic.org/?join=ephasic)