Linux-based distribution for jailbreaking iOS devices w/ checkra1n.
Downloads are available under releases.
- If you are unsure which one to download, use the
amd64
one.
- Download Etcher
- Open the
.iso
you downloaded. - Write it to your USB drive.
- Reboot and enter your BIOS's boot menu.
- Select the USB drive.
Edit ARCH
and the corresponding CRSOURCE
.
Add something to the VERSION
string if you want to redistribute your image, i.e. 1.0.6-foo
.
# debian-based systems
sudo ./build.sh
# docker containers
docker run -it -v $(pwd):/app --rm --privileged debian:sid "cd /app && /app/build.sh"