The bmannconsulting.com website
1---
2link: https://brew.sh/
3tags:
4 - MacOS
5 - devtools
6 - Ruby
7github: https://github.com/Homebrew/
8LinkedIn: https://www.linkedin.com/company/machomebrew/
9ActivityPub: https://fosstodon.org/@homebrew
10twitter: https://twitter.com/MacHomebrew
11---
12The Missing Package Manager for macOS (or Linux)
13
14One liner install that should work most places:
15
16```bash
17/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
18```
19
20There are [.pkg releases for MacOS](https://github.com/Homebrew/brew/releases/).
21
22## About
23
24Homebrew installs packages to their own directory and then symlinks their files into `/opt/homebrew` (on Apple Silicon).
25
26Homebrew won’t install files outside its prefix and you can place a Homebrew installation wherever you like.