Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

harryzcy/ascheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
...
  • NAME: name of the app
  • CURRENT ARCHITECTURES: the architecture of the currently installed version
  • ARM SUPPORT: the arm support information on Does it Arm