

Coupled with extensibility, one can easily understand why it’s probably the most popular package manager for Mac. What makes Homebrew so popular, especially among developers, is first and foremost, its ease of use and simplicity. Homebrew’s inner workings and terminology are pretty straightforward but if you want to find out more, check out the docs. It will then build the requested software and install it in one common location for easier access and updating. Homebrew will download the source code, figure out if there are any dependencies, and download and compile them as well if necessary. Instead of downloading the bundle’s source code manually, unarchiving it, and then configuring and running it, all you have to do is enter one simple command in your CLI.

Homebrew is a popular open source package manager that makes installing software on Mac OS X much simpler.
