Homebrew for Mac
Manage the installation process of other open source software.
Manage the installation process of other open source software.
Homebrew is a command line utility designed to streamline the installation of various libraries and utilities that you might need to run certain applications, but have not been included in your macOS installation by default.
The both application provides you with access to a large collection of packages which you can browse using the command line, or by making use of online resources such as the Braumeister website.
To deploy Homebrew on your Mac, you can manually download the source code archive and install wherever you like, or you can run the command provided by the development team in Terminal window (will place Homebrew in the /usr/local folder):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Comments
User Ratings