Skip to content

Download package binary for different OS version and architecture #5951

Closed Answered by ZhongRuoyu
sfence asked this question in Everyday usage
Discussion options

You must be logged in to vote

You can run brew fetch --bottle-tag=monterey $formula and the bottle (binary package) will be available at the location specified by brew --cache --bottle-tag=monterey $formula.

Note: although bottles are gzipped tarballs, they are not ready for use in general (some install-time processing could be needed). You can probably force installing the bottle with brew install "$(brew --cache --bottle-tag=monterey $formula)" but by doing so you're on your own.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sfence
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
2 participants