Awesome
Apple Silicon Check
A CLI tool that bulk-checks your apps for the Apple Silicon support.
Table of Contents
Installation
Homebrew tap
brew tap harryzcy/ascheck
brew install ascheck
go install
go install github.com/harryzcy/ascheck
Compile from source
clone
git clone https://github.com/harryzheng/ascheck
cd ascheck
get the dependencies
go mod tidy
build
go build -o ascheck .
Example Usage
Show help
ascheck -h
Run
ascheck
Output
The output will show:
NAME CURRENT ARCHITECTURES ARM SUPPORT
------------------------------------------------
App Store Intel 64 Supported
Automator Intel 64 Supported
...
- NAME: name of the app
- CURRENT ARCHITECTURES: the architecture of the currently installed version
- ARM SUPPORT: the arm support information on Does it Arm