View on GitHub

homebrew-jailbreak

A collection of homebrew formula for the different thinking hacker

Homebrew hack-different/jailbreak

We have created a tap for homebrew that contains the required info for installing jailbreak related tooling.


Installation

Homebrew (and, as follows, this tap) requires either a MacOS or Linux machine

  1. Install Homebrew
  2. run brew tap hack-different/jailbreak
  3. 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.

Contributing

What is a “tap”?

Taps are independent “repos” for Homebrew containing installable packages.

Read their official documentation here

What is a “Formula”?

Formulae are ruby source files containing “instructions” on how to install a package. Their documentation is located Here

Languages

Python

poet - https://github.com/tdsmith/homebrew-pypi-poet – Tool for generating HomeBrew Formulae for installing pypi projects.