Short answer
Apple-silicon MacBook Air models are designed without built-in cooling fans, while MacBook Pro and many desktop Macs use active cooling; exact layouts vary. Do not decide fan-control eligibility from an M-series chip label alone. Find the Mac's exact model identifier and confirm the hardware topology. Smart Breeze offers public fan control only on Mac16,7 and treats a missing or unknown topology as read-only.
Product family is a clue, not a control key
A familiar product name can describe several generations, sizes, and internal layouts. Likewise, the same chip family can appear in a fanless notebook and a fan-cooled desktop. A fan utility needs to know the individual model and the fans the hardware actually exposes, not merely that the Mac contains an M-series processor.
| Mac family | General cooling design | Fan-control implication |
|---|---|---|
| Apple-silicon MacBook Air | Fanless design | Monitoring only where readable; no fan controls should appear |
| MacBook Pro | Active cooling, with layout dependent on exact model | Requires exact-model write and handoff qualification |
| Apple-silicon desktops | Model-specific active cooling | Do not infer supported keys from a notebook or sibling desktop |
Find the exact model identifier
- Choose Apple menu → About This Mac.
- Open More Info, then System Report.
- In Hardware Overview, copy Model Identifier, not only Model Name or Chip.
- Compare that exact value with the app's compatibility list.
system_profiler SPHardwareDataType | awk -F': ' '/Model Identifier/{print $2}'Apple also documents serial-number and part-number methods for identifying a Mac when it will not start. Do not submit a serial number to Smart Breeze; the model identifier is the useful, non-unique compatibility value.
Fanless does not mean sensorless
A fanless Mac still measures temperature and manages its thermal envelope. The absence of a fan means there is no fan target to set; it does not imply that the machine has no thermal data or thermal protections.
Whether a third-party app can display those readings is a separate compatibility question. Apple's private SMC keys and layouts can differ by model and software build. A monitoring app may need a model-specific read path even when macOS itself has all the information it needs.
The Build 21 result and Build 22 verification status
The defect is missing monitoring, not missing fan control. A fanless Mac should never receive fan controls. Installing or repairing Smart Breeze's privileged helper cannot create read-only temperature keys and is not a workaround.
Why unknown fan topology must fail closed
The fan count is only the beginning. Safe control also requires verified minimum and maximum bounds, correct mode and target keys, current readback, and a proven return-to-System path. Guessing that a nearby model is equivalent can turn a cosmetic compatibility shortcut into a hardware write with no verified rollback.
- Missing fan count: do not assume one or two fans.
- Incomplete bounds: do not invent a minimum or maximum.
- Unknown ownership state: do not report System handoff as complete.
- Unqualified model: allow monitoring where available, but keep writes disabled.
How Smart Breeze expands support
Build 22 enables physical fan control only on Mac16,7. Fan-equipped Apple-silicon Macs outside that identifier remain System-only in the public build, even if monitoring works. Selected hardware testers begin with read-only preflight and may receive a separately signed build scoped to their exact model.
A model is added only after control, readback, rollback, sleep and wake, helper failure, and verified System handoff are exercised on physical hardware. Matching-looking keys are evidence to investigate, not permission to ship.
Sources and scope
Primary references and product scope
Apple sources define macOS and hardware behavior. Smart Breeze behavior is checked against the signed release and its documented safety boundaries. Where a conclusion is an inference or a method, this guide labels it as such.
- MacBook AirApple
- Identify your MacBook Pro modelApple Support
- Smart Breeze compatibility and exact-model qualificationSmart Breeze
- Smart Breeze Build 22 known issuesSmart Breeze
- Smart Breeze safety modelSmart Breeze
Broaden support safely
Help qualify your exact Mac model
Fan-equipped Macs can join staged fan-control qualification; fanless Macs can join monitoring-only sensor compatibility testing.