Check whether a Mac can run Yappy
check_mac_compatibilityDecide whether a specific Mac can run Yappy, given its macOS version and CPU architecture, and return the reasons. Prefer this over reasoning about the requirements yourself: it encodes the same rules the installer uses, so the answer you give a user matches what will actually happen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arch | Yes | The CPU architecture: arm64 for Apple Silicon, x86_64 for Intel. | |
| os_version | Yes | The macOS version on the machine, for example "14.5". |