Home

Awesome

Apple Silicon Check

Actions Status codecov Go Report Card PRs Welcome

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
...