An open API service indexing awesome lists of open source software.

https://github.com/asineth0/checkn1x

Light (~50MB) images for jailbreaking iOS devices
https://github.com/asineth0/checkn1x

apple checkra1n ios iso jailbreak linux

Last synced: 15 days ago
JSON representation

Light (~50MB) images for jailbreaking iOS devices

Awesome Lists containing this project

README

          


# checkn1x

Linux-based distribution for jailbreaking iOS devices w/ checkra1n.

## Downloads

Downloads are available under [releases](https://github.com/asineth0/checkn1x/releases).

## Usage

**Use whatever tool you want, but I'm only officially supporting Etcher.**

1. Download [Etcher](https://etcher.io) and the ISO from releases.
2. Open the ``.iso`` you downloaded in Etcher.
3. Write it to your USB drive.
4. Reboot and enter your BIOS's boot menu.
5. Select the USB drive.

## Building

* The ``CRSOURCE`` variable is the direct link to the build of checkra1n that will be used.
* Add something to the ``VERSION`` variable if you want to redistribute your image, i.e. ``1.0.6-foo``.

```sh
sudo apt install -y curl ca-certificates tar gzip grub2-common grub-pc-bin grub-efi-amd64-bin xorriso mtools
sudo ./build.sh
```