4.4 KiB
Interesting Taps & Branches
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/Homebrew/homebrew often called "Homebrew/homebrew" is always built-in.
Main Taps
-
- A collection of scientific libraries and tools.
-
- Need GDB or a newer Tk? System duplicates go here.
-
- Need e.g. older or newer versions of Python? Newer versions of GCC?
-
- Game formulae.
-
- A tap for Apache modules, extending OS X's built-in Apache. These brews may require unconventional additional setup, as explained in the caveats.
-
- A tap for brews that don't have stable versions.
-
- Repository for php-related formulae.
-
- A few Python formulae that do not build well with
pip
alone.
- A few Python formulae that do not build well with
-
- Shell completion formulae.
-
- Formulae with hard X11 dependencies.
-
- Formula are not deleted, they are moved here.
-
- Feature rich Nginx tap for modules
-
- Precompiled binary formulae.
brew search
looks in these main taps and as well in Homebrew/homebrew. 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 maintainer for one of the Homebrew organization taps and aid the project! If you are interested write to our list: homebrew@librelist.com. We want your help!
Other Interesting Taps
-
- GNU AVR toolchain (avr-gcc etc. for Arduino hackers).
-
- GNU Radio and friends running on OS X.
-
- A tap for Ocaml libraries, though with caveats, it requires you install its customized ocaml formula. Perhaps a template for more work.
-
- Flashing tools for embedded devices and olsrd for mesh network routing.
-
- Digital forensics-related formulae; mostly head-only, binary-only, or unstable.
-
- Allows installing multiple PostgreSQL versions in parallel.
-
iMichka/MacVTKITKPythonBottles
- VTK and ITK binaries with Python wrapping.
-
- A tap for Emacs packages.
Interesting Branches (aka forks)
-
- Experimental Tiger PowerPC version
-
- Preliminary support for GTK+ using the Quartz (native OS X) back-end
-
- Experimental Linux version
-
- Experimental Linux version
-
- Experimental Solaris version
-
- Experimental Windows version
-
- Homebrew install for those that like to Homebrew @ $HOME (i.e. ~/.homebrew).
Technical Details
Your taps are git repositories located at $(brew --prefix)/Library/Taps
.