TigerPorts

This is not just a fork of MacPorts. It is a recreation of the entire MacPorts infrastructure, tailored to our favorite OS. TigerPorts supports Intel and PowerPC Macs.

Forum Threads

Table Of Contents

Downloads

v2.12.04.002 (8/26/2026)

Changes:

Previous versions

Requirements

TigerPorts requires Mac OS X 10.4.11 and Xcode v2.5. For your convenience I host an archive for these Apple downloads here on tigerports.com for direct download on legacy Macs.

Usage

Building from source is now different then official MacPorts due to integrating the bootstrap system:

  1. Download and extract the latest tarball release.

  2. cd into the extracted tarball release.

  3. ./bootstrap && make && sudo make install.

  4. export PATH=/opt/local/bin:/opt/local/sbin:$PATH

Note: just like when installing official MacPorts from source, you’ll need to either modify your $PATH or specify:

export PATH=/opt/local/bin:/opt/local/sbin:$PATH

each terminal session to access your installed ports. This should be done automatically in a future update of the tigerports-base package.

Updating

You can run:

sudo port selfupdate to update base (if newer version is available) and the ports tree.

To just update the ports tree:

sudo port sync

Note: some ports are not indexing due to PPCPorts upstream not being ready for the newer macports-base sources tigerports uses. This is a WIP and only a handful of ports are not indexing yet, so feel free to ignore this if you see some fail to parse.

TODO