We have created a tap for homebrew that contains the required info for installing jailbreak related tooling.
Homebrew (and, as follows, this tap) requires either a MacOS or Linux machine
- Install Homebrew
- run
brew tap hack-different/jailbreak
- Install any of the packages with
brew install <package_name>
brew tap-info hack-different/jailbreak --json | grep nt/ja | awk '{$1=$1};1'
Will list packages available in the tap.
Taps are independent "repos" for Homebrew containing installable packages.
Read their official documentation here
Formulae are ruby source files containing "instructions" on how to install a package. Their documentation is located Here
poet
- https://github.com/tdsmith/homebrew-pypi-poet -- Tool for generating HomeBrew Formulae for installing pypi projects.