DEV Community

Mahdyar
Mahdyar

Posted on

Check which apps on your Mac don't support Arm64

Hi there,
So I came up with a bash script that tells you which apps installed on your device aren't yet optimized for Apple Silicon(M1 chip, arm64).
It can be run simply with curl:

sh -c "$(curl -fsSL https://gist.githubusercontent.com/mahdyar/e72758d4a7a850cb001e75b5b0c5f143/raw/86d4eb6662fcf8e9ffe82cd67d7c5fcf31e5943d/whichiswhich.sh)"
Enter fullscreen mode Exit fullscreen mode

or manually, there is more here.
Have Fun! :)

Top comments (0)