Select your favorite apps and get your executable script or official Brewfile instantly using Homebrew.
Choose your preferred installation format
Copy and paste this command directly into your macOS Terminal:
brew install ...
Official Homebrew Bundle format. Save it as Brewfile and run brew bundle:
cask "google-chrome"...
Standalone executable script. Automatically checks and installs Homebrew if not found:
#!/bin/bash...
Ready to execute Homebrew installation...
curl -sSL https://macbrew.app/install.sh | bash
Share your custom app selection with colleagues or save it for later.
Get the native macOS desktop application with 1-click Homebrew installation engine.
Run this single line in your macOS Terminal to install MacBrew directly to your Applications folder:
Download the standalone universal `.dmg` installer for Apple Silicon (M1/M2/M3/M4) and Intel Macs:
Download MacBrew-1.0.0-arm64.dmg
💡 macOS Security Note: For direct DMG downloads, run xattr -cr /Applications/MacBrew.app in Terminal or Right-Click → Open to bypass Gatekeeper.