Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.17 KB

Standout Homebrew Tap

If you would like to use formulas in this repository, start by tapping it.

brew tap standout/homebrew-tap

Setup AMD64 Homebrew on your Apple Silicon Mac

Some software that we use may only support AMD64 architecture. Therefore if you use a Mac with Apple Silicon you must also install one version of Homebrew for AMD64 if you need to use any software here that does not have support for ARM64.

softwareupdate --install-rosetta --agree-to-license
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Then to use the AMD64 version of brew you should add an alias to ~/.zshrc. Use this command for that.

If you use bash, change ~/.zshrc to ~/.bashrc

echo 'alias axbrew="arch -x86_64 /usr/local/homebrew/bin/brew"' >> ~/.zshrc

Formulas

Will install Elasticsearch version 5.6 and the plugins analysis-icu and analysis-phonetic.

Using AMD64

brew install [email protected]
brew services start [email protected]

Using ARM64 (Apple Silicon)

axbrew install [email protected]
axbrew services start [email protected]