| Step | Command | Explanation |
|------|---------|-------------|
| 1. Retrieve the ISO | wget -O checkn1x106_amd64_full.iso https://downloads.oshv.org/checkn1x106/2026/checkn1x106_amd64_full.iso | Pulls the latest full ISO from the official mirror. |
| 2. Download the SHA‑256 checksum | wget -O checkn1x106_amd64_full.sha256 https://downloads.oshv.org/checkn1x106/2026/checkn1x106_amd64_full.sha256 | A small file containing the expected hash. |
| 3. Verify | sha256sum -c checkn1x106_amd64_full.sha256 | Must output OK. Any mismatch indicates a corrupted or tampered download. |
| 4. (Optional) GPG signature | gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 0x3FA2C5E8 && gpg --verify checkn1x106_amd64_full.sha256.gpg checkn1x106_amd64_full.sha256 | Confirms the checksum file itself is signed by the project maintainer. |
Security tip: Always verify both the checksum and the GPG signature, especially when using the ISO on production hardware.
Before breaking down the specific filename, it is essential to understand the parent tool. Checkn1x is a minimal, Linux-based operating system (usually built on Alpine Linux). Its sole purpose is to host and execute checkra1n—the only public jailbreak tool that works on the hardware-level checkm8 bootrom vulnerability. checkn1x106amd64iso full
Key Characteristics of Checkn1x:
Once Checkn1x boots, you will see a terminal prompt and a menu. Security tip: Always verify both the checksum and
Find the archived file named exactly checkn1x-1.0.6-amd64-full.iso. Verify the file size and checksum (SHA256) if provided by the source to avoid malware.
With checkn1x 1.0.6 + palera1n (bundled), you can jailbreak any device with an A5 through A11 chip running iOS 15.0 up to iOS 16.6.1. That includes: Before breaking down the specific filename, it is
Not supported: A12+ devices (iPhone XR, XS, 11 series, and newer) because the checkm8 bootrom vulnerability was patched after the A11.
Checkn1x is a minimal, bootable Linux live environment (based on Alpine Linux) designed for a single task: jailbreaking iOS devices using the checkm8 bootrom exploit. Version 1.0.6 is an AMD64 ISO release (works on Intel/AMD 64-bit PCs). It bundles tools like palera1n (for iOS 15–16.x on checkm8 devices) and older checkm8-based jailbreaks.
Unlike traditional software, you don’t install it. You write the ISO to a USB drive, boot your PC from it, and a text-based menu appears to jailbreak your iPhone or iPad.