SkillAgentSearch skills...

Ascheck

A command-line app that bulk-checks your apps for the Apple Silicon support

Install / Use

/learn @harryzcy/Ascheck
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars13
CategoryCustomer
Updated1y ago
Forks0

Languages

Go

Security Score

80/100

Audited on Feb 18, 2025

No findings