Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem