Skip to content

Interesting Taps & Branches

Marc Qualie edited this page Aug 6, 2013 · 24 revisions

A Tap is homebrew-speak for a git repository containing extra formulae. Homebrew has the capability to add (and remove) multiple taps to your local installation with the brew tap and brew untap command. Type man brew in your Terminal. The main repository https://github.com/mxcl/homebrew often called "mxcl/master" is always built-in.

Main Taps

brew search looks in these main taps and as well in mxcl/master. So don't worry about missing stuff. We will add other taps to the search as they become well maintained and popular.

You can be added as a collaborator to Homebrew organization taps and aid the project! If you are interested write to our list: [email protected]. We want your help!

Other Interesting Taps

  • larsimmisch/avr

    • GNU AVR toolchain (avr-gcc etc. for Arduino hackers).
  • titanous/gnuradio

    • GNU Radio and friends running on OS X.
  • besport/ocaml

    • A tap for Ocaml libraries, though with caveats, it requires you install its customized ocaml formula. Perhaps a template for more work.
  • nolith/embedded

    • Flashing tools for embedded devices and olsrd for mesh network routing.
  • anarchivist/forensics

    • Digital forensics-related formulae; mostly head-only, binary-only, or unstable.
  • petere/postgresql

    • Allows installing multiple PostgreSQL versions in parallel.

Interesting Branches (aka forks)

Technical Details

Your taps are git repositories located at $(brew --prefix)/Library/Taps.