4

How to find out if a brew or cask package is optimised for apple M1. There doesn't seem to be any info on the respective package pages.

Any links of a regularly updated list of native packages also would be very helpful

tejas n
  • 638
  • 1
  • 8
  • 14

1 Answers1

3

Go to https://formulae.brew.sh/formula/ and search and click on the package you want to check. There you will find
Bottle (binary package) installation support provided for macOS releases:
Check Apple silicon ( if it is supported Big Sur will be written ).

GAURAV SHARMA
  • 340
  • 1
  • 2
  • 9
  • Nice, but do you know if it's doable from the commandline? It would be nice if it were part of the `brew info` output. – AllanLRH Jun 13 '22 at 18:46
  • I don't think it provides the information right now, although you can even check using activity monitor for any app. – GAURAV SHARMA Jun 22 '22 at 10:45