Skip to content

Instantly share code, notes, and snippets.

@swinton
Created April 21, 2022 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swinton/fb71ae7f19ad0d7198f54fdf43863d67 to your computer and use it in GitHub Desktop.
Save swinton/fb71ae7f19ad0d7198f54fdf43863d67 to your computer and use it in GitHub Desktop.

How to tell if Rosetta is installed?

lsbom -f /Library/Apple/System/Library/Receipts/com.apple.pkg.RosettaUpdateAuto.bom

Or

ls /usr/libexec/rosetta

Via: https://apple.stackexchange.com/a/427996

Test

Install snyk:

curl https://static.snyk.io/cli/latest/snyk-macos -o snyk
chmod +x ./snyk
./snyk

Does this work?

softwareupdate --install-rosetta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment