Skip to content

Can I install arm64 libraries on x86_64 with homebrew? #2843

Discussion options

You must be logged in to vote

Not easily, since this isn't really a supported use-case.

What you can do is something like

brew fetch --force --bottle-tag=arm64_big_sur <formula>
brew install /path/to/downloaded_bottle.tar.gz

This won't work if you already have the x86_64 version of the formula installed, though.

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
14 replies
@alexcohn
Comment options

@DBraun
Comment options

@alexcohn
Comment options

@DBraun
Comment options

@alexcohn
Comment options

Answer selected by maxirmx
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants