DEV Community

Edison Ade
Edison Ade

Posted on

What is the benefit of Homebrew?

I recently succumbed to the pressure of coding with a Mac.
Everything seems pretty new here. Well Visual Studio Code, Chrome and some stuff remain the same.

But i need help with a few things. Like why do i need Brew?

Latest comments (3)

Collapse
 
villarroelcelis profile image
Alejandro V.

Just curious, why did you change to mac?

Collapse
 
buzzedison profile image
Edison Ade

Switched to iPhone about a year ago and i love the experience. Tired of Windows.

Collapse
 
vbacalso profile image
Vincent Bacalso • Edited

As what it says in their homepage, it's the missing package manager for macOS.

For me though, it simplifies a lot of things, like for example when you need to install docker or other CLI tools that you need in your development.

You can easily install these tools thru brew install packageName