DEV Community

Cover image for How to check macOS app architecture
MrChoke
MrChoke

Posted on

How to check macOS app architecture

GUI

Applications

Click Apple menu --> About This Mac --> System Report... --> Software --> Applications

Example

Command line

Universal app

file /Applications/Pages.app/Contents/MacOS/Pages
Enter fullscreen mode Exit fullscreen mode

Universal App

Intel app

file /Applications/Microsoft\ Edge.app/Contents/MacOS/Microsoft\ Edge
Enter fullscreen mode Exit fullscreen mode

Intel App

ARM64 app

file /Applications/Visual\ Studio\ Code\ -\ Exploration.app/Contents/MacOS/Electron
Enter fullscreen mode Exit fullscreen mode

ARM64 App

Execute Binary File

Alt Text

Top comments (0)