Product site | Download | Documentation
Fan App is a native macOS menu bar utility for reading live thermal data and taking deliberate control of fan speed. It keeps the essential numbers visible, offers sensible cooling profiles, and always provides a direct route back to macOS system control.
- Live thermal telemetry for CPU temperature, fan RPM, fan count, and battery power draw.
- Five practical profiles: System, Quiet, Balanced, Performance, and Max.
- Smart control with adjustable cooling threshold and response.
- Manual control for a precise fixed RPM.
- 10 minute boost for short renders, exports, and other sustained loads.
- Menu bar readout for temperature, fan percentage, power, or icon-only mode.
- Thermal safeguards including emergency maximum speed and automatic restoration on exit.
- Local by design with no account, analytics, advertising, or network telemetry.
- Download
fan-1.1.4-macos.dmgfrom the latest release. - Open the disk image and drag
fan.appinto Applications. - Right-click
fan.appand choose Open on first launch. - Choose Install helper inside fan and enter an administrator password once.
The v1.1.4 download is ad-hoc signed and built for Apple Silicon. macOS may show the standard warning for independently distributed apps.
curl -fsSL https://raw.githubusercontent.com/lordydord/fan/main/scripts/install.sh | bashThe script downloads the latest GitHub release, installs the app, installs the narrowly scoped SMC helper, and launches fan.
- macOS 26.1 or later
- Apple Silicon for the supplied v1.1.4 binary
- Administrator approval for fan-speed control
- A Mac that exposes compatible SMC fan and temperature keys
Temperature and fan availability differ by Mac model. The interface reports missing readings rather than inventing values.
macOS protects SMC writes. fan uses a small helper installed at /usr/local/bin/smc-helper for validated fan commands only. The main app does not run as root.
- Fan targets are clamped to safe hardware limits.
- Smart mode increases cooling as temperatures rise.
- Emergency protection can force maximum fan speed.
- Sleep, lock, exit, and process failure return control to macOS.
- A watchdog restores automatic control if the app stops unexpectedly.
Read SECURITY.md before installing the helper or reviewing the threat model.
git clone https://github.com/lordydord/fan.git
cd fan
xcodebuild \
-project fan.xcodeproj \
-scheme fan \
-configuration Debug \
-destination 'platform=macOS' \
CODE_SIGNING_ALLOWED=NO \
buildFor the local Codex run action:
./script/build_and_run.sh --verifyPolicy tests run independently with Swift Package Manager:
swift testfan/App App lifecycle and menu bar popover
fan/Core SMC monitoring, policies, fan control, safety
fan/UI SwiftUI popover and settings interface
fanPolicyTests Deterministic thermal-policy tests
tools/fan-watchdog Crash and exit restoration watchdog
tools/smc-helper Narrow privileged SMC command helper
docs GitHub Pages site and product documentation
This release gives Fan App a native macOS Liquid Glass redesign while preserving its amber identity, compact in-popover navigation, and reliable cooling controls.
See the full Fan App 1.1.4 release notes.
Focused fixes, Mac-model compatibility reports, sensor-key research, and accessibility improvements are welcome. Start with CONTRIBUTING.md.
MIT. See LICENSE.

