Set Up Your Mac with Homebrew
This is a free Mac app that installs and configures Homebrew for you. It is from the author of the Mac Install Guide. It is the fastest path to a working, verified Homebrew setup.
Homebrew is the most popular package manager for macOS. Developers use it to install command line tools and languages such as Python, Ruby, and Node. It is one of the first things you set up on a new Mac, but the install is not finished when the script ends: on Apple silicon you also have to configure your shell so the brew command is found, and that is the step that trips up beginners.
This app does the whole job for you, the way experts do it, and then verifies it works so you avoid installation headaches. It is free. You do not need an account to download it, it shows you every change before it makes it, and it never touches a file without asking. If you would rather read the why, my Homebrew tutorials cover every step. If you would rather just have a working, fully configured Homebrew right now, download this app.
Download the app "Set Up Your Mac with Homebrew"
No account is needed. There is no trial, no paid upgrade. Most setups finish in a few minutes.
Who it is for
You do not have to be an experienced developer to use this app. You might be:
- New to the terminal, told to "install Homebrew" for a tool, a tutorial, or a course, and you would rather not learn shell configuration before you start.
- Stuck on a setup error such as
zsh: command not found: brew, and wanting a clean install that just works. - Setting up a new Mac and wanting Homebrew and the developer tools in place in one step.
- A developer who just wants Homebrew installed and the shell configured correctly, without the manual
$PATHstep.
If you need to "install Homebrew" with a complete and convenient setup, this app is for you.
What the app does, step by step
I built this to be an app I can trust, so nothing happens behind your back. The app shows you each step in detail before it runs anything, and you can skip any optional step.
- It checks what you have. It looks for your macOS version, a terminal application, the Xcode Command Line Tools, and whether Homebrew is already installed, then explains exactly what is missing in plain language.
- It installs the Xcode Command Line Tools. Homebrew needs them. With your permission, the app installs them if they are missing.
- It installs Homebrew. With your permission (the standard macOS password prompt, nothing custom), it runs the official Homebrew installer. You can cancel at any moment.
- It configures your shell. On Apple silicon, Homebrew is installed in
/opt/homebrew, which is not on the default$PATH. The app adds Homebrew'sshellenvline to your~/.zprofileso thebrewcommand is found, showing you the exact change first and backing up the file before editing it. - It verifies the setup. It opens a fresh shell, runs
brew doctorandbrew --version, and shows you the output, so you know Homebrew genuinely runs, not just downloaded. This is the step most setups skip, and the reason people seezsh: command not found: brew.
Why use the app instead of doing it by hand
You can install Homebrew manually, and my Homebrew and Install Homebrew tutorials cover every step. Reading them is still the best way to understand the why.
Two things make the app worth it even if you could do it by hand. First, verification: it proves brew works in a fresh terminal, so you are not left with a setup that looks finished but will not run. Second, the shell configuration most people get wrong: on Apple silicon the $PATH change is the step that produces zsh: command not found: brew, and the app does it correctly and backs up your file first. The app does all of it in one pass, the way I would, far faster than reading the whole tutorial and with a verified result.
I am the author of the Mac Install Guide and have written macOS tutorials since 2018. I added the Set Up Your Mac apps recently because I kept seeing that some setups are simply easier with a tool than with a tutorial. You can still read the tutorials to learn the details; sometimes it is just better to get the setup done correctly the first time and learn the rest later.
Is it safe to run?
Short answer: yes, and you can verify every part of it.
- Signed and notarized by Apple. macOS Gatekeeper launches it without warnings, after the standard "downloaded from the internet" first-launch confirmation.
- Every change is shown first. Before it acts, the app shows you what it will install, the shell line it will add, and the backup it will make. Nothing is stealthy or tricky.
- Your password stays with macOS. Anything that needs a password uses Apple's standard authorization dialog, so the system handles your password, never the app.
- It never overwrites your files. Your shell configuration is backed up before any edit.
- It does not linger. No background process, no menu bar app, no launchd service, no auto-launch at login, no auto-update. Quit it and it is gone until you open it again.
- It does not uninstall anything. Whatever you already have stays exactly where it is.
Your privacy
The app sends anonymous event counts so I can tell whether it is actually helping people, for example "the check step finished" or "the verify step passed." It does not send your name, email address, IP address, or any identifier I could use to contact you, and it does not send your shell config or a list of what is installed on your Mac. Each launch gets a random session identifier that resets when you quit. Full details are in the Mac Install privacy article.
Download the app "Set Up Your Mac with Homebrew"
System requirements and how to run it
The app runs on macOS 13 (Ventura) or later, on Apple Silicon (M-series) or Intel Macs. It needs a small amount of disk space, plus temporary space during the install for the developer tools and Homebrew, along with an internet connection for the downloads.
First, check the macOS version. If you are running an older version, upgrade macOS to the latest macOS version. Then:
- Download
Set-Up-Your-Mac-with-Homebrew.dmgfrom downloads.install.guide. - Double-click the file to mount the disk image.
- Drag the app to
/Applications/. - Launch the app from
/Applications/or from Spotlight. - Accept the first-run consent screen.
- Click "Check" to begin.
The app takes care of the rest. I hope you like it.