A CLI tool that bulk-checks your apps for the Apple Silicon support.
brew tap harryzcy/ascheck
brew install ascheck
go install github.com/harryzcy/ascheck
git clone https://github.com/harryzheng/ascheck
cd ascheck
go mod tidy
go build -o ascheck .
ascheck -h
ascheck
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