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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Queries Macho Architecture Info.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SystemInfo | 10.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
none
Returns JSON or error.
Query it on macOS with recent Intel MacBook Pro:
MBS("SystemInfo.MachoArchInfo")
Example result:
{
"byteorder" : 1,
"cpusubtype" : 8,
"description" : "Intel x86-64h Haswell",
"name" : "x86_64h",
"cputype" : 7
}
Query it on macOS in Rosetta 2 on an Apple Silicon Mac:
MBS("SystemInfo.MachoArchInfo")
Example result:
{
"byteorder" : 1,
"cpusubtype" : 4,
"description" : "Intel 80486",
"name" : "i486",
"cputype" : 7
}
Created 12nd November 2020, last changed 26th March 2021
SystemInfo.MacVRAMSize - SystemInfo.NetworkStats
Feedback: Report problem or ask question.