---
layout: index
lang: en
title: Homebrew — MacPorts driving you to drink? Try Homebrew!
subtitle: The missing package manager for OS X
pagecontent:
what: Homebrew installs the stuff you need that Apple didn’t.
how: Homebrew installs packages to their own directory and then symlinks their files into /usr/local.
prefix: Homebrew won’t install files outside its prefix, and you can place a Homebrew installation wherever you like.
createpackages: Trivially create your own Homebrew packages.
hack: It's all git and ruby underneath, so hack away with the knowledge that you can easily revert your modifications and merge upstream updates.
formula: "Homebrew formula are simple Ruby scripts:"
complement: Homebrew complements OS X. Install your gems with gem, and their dependencies with brew.
install:
install: Install Homebrew
paste: Paste that at a Terminal prompt.
what: The script explains what it will do and then pauses before it does it. There are more installation options here (needed on 10.5).
doc:
further: Further Documentation
wiki: Homebrew Wiki
foot:
code: Original code by Max Howell.
page: Website by Rémi Prévost.
---