Homebrew is a masterpiece of software engineering. It nicely isolates packages in user-space, entirely skips the `sudo` bs of other package managers, and keeps the core OS clean. Dev tooling really doesn't get much better than this.
@joebeone A bunch of languages attempt this. (Python, rust, node, ruby, etc). But what I think is impressive about brew is how it does it for basically everything. And it handles a bunch of edge cases, too