macOS Installation
OpenFastTrace can be installed on macOS using Homebrew or manually via a JAR file.
Homebrew
If you use Homebrew, you can install OpenFastTrace directly:
brew install openfasttrace
Manual Installation
If you prefer a manual setup, you can use the executable JAR file directly.
1. Install Java
OpenFastTrace requires Java 17 or newer. On macOS, you can install it using Homebrew or download it from a provider like Adoptium.
- Homebrew:
brew install openjdk@17 - Manual Download: Visit Adoptium (Temurin) and download the macOS installer (.pkg or .dmg) for Java 17 or newer.
2. Download OFT
Download the openfasttrace-<version>.jar from the GitHub Releases page. Please check for the latest available version there.
3. Run OFT
You can now run OFT using:
java -jar path/to/openfasttrace-<version>.jar --help
4. Creating a command alias (Optional)
To make it easier to run, add an alias to your .zshrc (or .bash_profile):
alias oft='java -jar /path/to/openfasttrace-<version>.jar'
← Linux Installation • ↑ Installation • Windows Installation →