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
- Host: GitHub
- URL: https://github.com/asineth0/checkn1x
- Owner: asineth0
- Created: 2020-10-01T00:26:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T23:55:23.000Z (about 3 years ago)
- Last Synced: 2023-11-07T18:11:22.395Z (about 2 years ago)
- Topics: apple, checkra1n, ios, iso, jailbreak, linux
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 497
- Watchers: 39
- Forks: 99
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```