Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SystemInfo.isARM

Whether CPU is ARM based.

Component Version macOS Windows Linux Server iOS SDK
SystemInfo 10.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "SystemInfo.isARM" )

Parameters

none

Result

Returns 1, 0 or error.

Description

Whether CPU is ARM based.
Returns 1 for an FileMaker Pro version running natively in Linux ARM, Apple Silicon or iOS devices.
Returns 0 otherwise like an iOS simulator or FileMaker Pro in Rosetta 2.

Examples

Check for ARM CPU:

Set Variable [ $r ; Value: MBS( "SystemInfo.isARM" ) ]
If [ $r = 1 ]
    Show Custom Dialog [ "ARM CPU found!" ]
End If

See also

Release notes

Blog Entries

This function is free to use.

Created 16th July 2020, last changed 25th April 2023


SystemInfo.WindowsSystemInfo - SystemInfo.isBigSur