Download All The Things
Apple seems to be removing old ipsws
from their CDN servers so if you get a 404 or some other error that might be the reason why.
download ipsw
Queries the ipsw.me API
Download an IPSW and extract/decompress the kernelcache
❯ ipsw download ipsw --device iPhone16,1 --latest
• Latest iOS release found is: "18.2"
• Getting IPSW build=22C152 device=iPhone16,1 signed=true version=18.2
7.2 GiB / 7.2 GiB [==========================================================| 00:00 ] 85.32 MiB/s
• verifying sha1sum...
❯ ipsw extract --kernel iPhone16,1_18.2_22C152_Restore.ipsw
• Extracting kernelcaches
• Created 22C152__iPhone16,1/kernelcache.release.iPhone16,1
The kernelcache was extracted from the IPSW and decompressed. Modern kernelcaches use LZFSE compression.
❯ file 22C152__iPhone16,1/kernelcache.release.iPhone16,1
22C152__iPhone16,1/kernelcache.release.iPhone16,1 "Mach-O 64-bit executable arm64"
Download ALL the iOS 12.0
IPSWs
❯ ipsw download ipsw --version 12.0
? You are about to download 17 ipsw files. Continue? Yes
• Getting IPSW build=16A366 device=iPhone11,4 signed=true version=12.0
3.3 GiB / 3.3 GiB [==========================================================| 00:00 ] 59.03 MiB/s
• verifying sha1sum...
• Getting IPSW build=16A366 device=iPod7,1 signed=true version=12.0
734.7 MiB / 2.6 GiB [===============>------------------------------------------| 00:57 ] 44.84 MiB/s
...
Download the macOS 11.5
IPSW
❯ ipsw download ipsw --macos --version 11.5
• Getting IPSW build=20G71 device=Macmini9,1 signed=true version=11.5
16.0 MiB / 13.0 GiB [----------------------------------------------------------| 13h28m42s ] 280.66 KiB/s
...
Debug speed issues
❯ ipsw download ipsw --device iPhone16,1 --latest --verbose
• URLs to Download:
• https://updates.cdn-apple.com/2024FallFCS/fullrestores/094-12345/A1B2C3D4-1234-4567-89AB-CDEF01234567/iPhone16,1_18.2_22C152_Restore.ipsw
• Getting IPSW build=22C152 device=iPhone16,1 signed=true version=18.2
• Downloading file=iPhone16,1_18.2_22C152_Restore.ipsw
• URL resolved to: 17.253.17.207 "(Apple Inc - Santa Clara, CA. United States)"
12.3 MiB / 7.2 GiB [----------------------------------------------------------| 1h23m45s ] 1.47 MiB/s
The Apple CDN's IP has been geo-looked up and is in Santa Clara. You can Ctrl+C and try again for a closer CDN which will typically correlate with increased download speeds.
Download with a Proxy
This will download firmware for an iPhone 15 Pro behind a corporate proxy
❯ ipsw download ipsw --proxy http://proxy.org:[PORT] --device iPhone16,1 --latest
To disable SSL cert verification
❯ ipsw download ipsw --insecure --device iPhone16,1 --latest
download ipsw
config
You can also use a config file with ipsw
so you don't have to use the flags
❯ cat ~/.ipsw/config.yml
download:
latest: true
confirm: true
white-list:
- iPhone16,1 # iPhone 15 Pro
- iPhone16,2 # iPhone 15 Pro Max
- iPad14,1 # iPad Pro 11-inch (M4)
resume-all: true
output: /SHARE/IPSWs
This will download the
latest
IPSWs for only the iPhone 15 Pro models and iPad Pro M4 without requesting user confirmation to download. It will also always try toresume
previously interrupted downloads and will download everything to the/SHARE/IPSWs
folder
You can also use environment variables to set ipsw
config
❯ IPSW_DOWNLOAD_DEVICE=iPhone16,1 ipsw download ipsw --latest
download ipsw --latest
Queries the iTunes XML for latest version (maybe run this as a cron job) 😉
Download all the latest IPSWs
❯ ipsw download ipsw -V --black-list AppleTV --black-list iPod7,1 --latest --confirm
• Latest iOS release found is: "12.4.1"
• "Yo, ain't no one jailbreaking this shizz NOT even Ian Beer my dude!!!! 😏"
• Getting IPSW build=16G77 device=iPhone6,2 version=12.4.1
363.0 MiB / 2.9 GiB [======>-----------------------------------------------| 18:52 ] 49.18 MiB/s
...
This will also generate a
checksums.txt.sha1
file that you can use to verify the downloads
❯ sha1sum -c checksums.txt.sha1
iPad_64bit_TouchID_13.2.3_17B111_Restore.ipsw: OK
iPadPro_9.7_13.2.3_17B111_Restore.ipsw: OK
iPad_Educational_13.2.3_17B111_Restore.ipsw: OK
You must do one device type/family per --black-list
or --white-list
flag
To grab only the iPods
❯ ipsw download ipsw --white-list ipod --latest --confirm
• Latest iOS release found is: "12.4.1"
• "Yo, ain't no one jailbreaking this shizz NOT even Ian Beer my dude!!!! 😏"
• Getting IPSW build=16G77 device=iPod9,1 version=12.4.1
363.0 MiB / 2.9 GiB [======>-----------------------------------------------| 18:52 ] 49.18 MiB/s
...
Download latest macOS
IPSWs
❯ ipsw download ipsw --macos --latest -y
• Latest release found is: 11.6
• Getting IPSW build=20G165 device=Macmini9,1 signed=true version=11.6
288.6 MiB / 13.0 GiB [>---------------------------------------------------------| 3h30m57s ] 1.03 MiB/s
...
To just output the latest iOS version
❯ ipsw download ipsw --show-latest-version
15.1
download ipsw --kernel
Queries the ipsw.me API
Only download and decompress the kernelcaches
- Single kernelcache
❯ ipsw download ipsw --device iPhone11,2 --build 16B92 --kernel
- All of dem!!!
❯ time ipsw download ipsw --version 15.1 --kernel -y
"112.29s user 13.86s system 28% cpu 7:16.35 total" (7m 17s)
That's 38 decompressed kernelcaches in under 8 minutess and I've seen much faster (I miss gigabit internet soooo much) 😭
❯ ls -1 19B74*/kernelcache*
19B74__iPad11,1_2_3_4/kernelcache.release.ipad11
19B74__iPad11,6_7/kernelcache.release.ipad11b
19B74__iPad12,1_2/kernelcache.release.ipad12p
19B74__iPad13,1_2/kernelcache.release.ipad13p
19B74__iPad13,4_5_6_7_8_9_10_11/kernelcache.release.ipad13
19B74__iPad14,1_2/kernelcache.release.ipad14p
19B74__iPad5,1_2_3_4/kernelcache.release.ipad5
<SNIP>
download ipsw --pattern
Queries the ipsw.me API
Only download files that match a given name/path
❯ ipsw download ipsw -d iPhone14,2 --latest --pattern iBoot
• Latest release found is: 15.1
• Parsing remote IPSW build=19B74 device=iPhone14,2 signed=true version=15.1
• Downloading files that contain: iBoot
• Created 19B74__iPhone14,2/iBoot.d63.RELEASE.im4p
• Created 19B74__iPhone14,2/iBoot.d63.RELEASE.im4p.plist
• Created 19B74__iPhone14,2/iBootData.d63.RELEASE.im4p
• Created 19B74__iPhone14,2/iBootData.d63.RELEASE.im4p.plist
download ipsw --ibridge
Download iBridge firmwares
❯ ipsw download ipsw --ibridge --latest
• Latest release found is: 6.2
• Getting IPSW build=19P744 device=iBridge2,7 signed=true version=6.2
50.6 MiB / 577.2 MiB [====>-----------------------------------------------------| 7m20s ] 1.20 MiB/s
download wp
Browse and download Apple wallpapers interactively through a terminal interface.
❯ ipsw download wp
This launches an interactive TUI (Terminal User Interface) that allows you to browse through Apple's collection of wallpapers with preview functionality.
The interface displays:
- A list of available wallpapers with resolution and size information
- Live preview of selected wallpapers
- Navigation controls:
↑/k
up,↓/j
down,p
preview,enter
download,q/esc
quit
This command is currently available when you install ipsw
via the brew tap.
download wiki
This is done by scraping theiphonewiki.com.
Download IPSWs from The iPhone Wiki
❯ ipsw download wiki --device Watch6,9 --kernel
? You are about to download 4 ipsw files. Continue? Yes
• Parsing remote IPSW build=19R346 devices=Watch6,9 version=8.0
• Extracting remote kernelcache
• Writing 19R346__Watch6,9/kernelcache.release.Watch6,9
This depends on the iphonewiki maintainers publishing the IPSW firmware download links.
download ota
Check for availiable OTA (over the air updates) download versions
❯ ipsw download ota --platform ios --info
? Choose an OS type: iOS
• OTAs type=iOS
• ⚠️ This includes: iOS, iPadOS, watchOS, tvOS and audioOS (you can filter by adding the --device flag)
• 15.1.1 expiration_date=2022-01-30 posting_date=2021-11-01
• 14.8.1 expiration_date=2022-01-30 posting_date=2021-10-26
• 8.1 expiration_date=2022-01-30 posting_date=2021-10-25
• 15.1 expiration_date=2022-01-30 posting_date=2021-10-25
• 14.8 expiration_date=2022-01-30 posting_date=2021-10-14
• 15.0.2 expiration_date=2022-01-30 posting_date=2021-10-11
• 5.3.9 expiration_date=2022-01-23 posting_date=2021-10-11
• 8.0.1 expiration_date=2022-01-23 posting_date=2021-10-11
• 15.0.1 expiration_date=2022-01-09 posting_date=2021-10-01
• 12.5.5 expiration_date=2022-01-30 posting_date=2021-09-23
• 15.0 expiration_date=2022-01-23 posting_date=2021-09-20
• 8.0 expiration_date=2022-01-09 posting_date=2021-09-20
• 15.0 expiration_date=2021-12-30 posting_date=2021-09-20
• 7.6.2 expiration_date=2022-01-30 posting_date=2021-09-13
• 14.8 expiration_date=2022-01-30 posting_date=2021-09-13
• 5.3.9 expiration_date=2022-01-30 posting_date=2021-07-29
• 6.3 expiration_date=2022-01-30 posting_date=2021-07-29
• 7.6.1 expiration_date=2021-12-12 posting_date=2021-07-29
• 12.5.4 expiration_date=2022-01-30 posting_date=2021-07-26
• 14.7.1 expiration_date=2022-01-30 posting_date=2021-07-26
• 14.7 expiration_date=2021-12-19 posting_date=2021-07-19
Download the OTA 14.8.1
release for the iPhone14,2
device
❯ ipsw download ota --platform ios --version 14.8.1 --device iPhone10,1
? You are about to download 1 OTA files. Continue? Yes
• Getting OTA build=18H107 device=iPhone10,1 version=iOS1481Short
280.0 MiB / 3.7 GiB [===>------------------------------------------------------| 51m18s ] 1.15 MiB/s
Download iOS 15.2
developer beta OTA
❯ ipsw download ota --platform ios --device iPhone12,3 --beta
? You are about to download 1 OTA files. Continue? Yes
• Getting OTA build=19C5026i device=iPhone12,3 version=iOS152DevBeta1
495.3 MiB / 5.8 GiB [====>-----------------------------------------------------| 1h17m52s ] 1.17 MiB/s
Download the latest macOS beta
OTA
❯ ipsw download ota --platform macos --beta --device Macmini9,1
? You are about to download 1 OTA files. Continue? Yes
• Getting OTA build=21C5021h device= version=PreRelease
143.4 MiB / 775.7 MiB [==========>-----------------------------------------------| 8m51s ] 1.19 MiB/s
Download the latest Studio Display beta
OTA
❯ ipsw download ota --platform accessory --beta --device AppleDisplay2,1
? You are about to download 1 OTA files. Continue? Yes
• Getting 15.5 OTA build=19F5070b device=AppleDisplay2,1 model=J327AP
143.4 MiB / 775.7 MiB [==========>-----------------------------------------------| 8m51s ] 1.19 MiB/s
Just download the kernelcache and dyld_shared_cache
❯ ipsw download ota --platform ios --device iPod9,1 --kernel --dyld
? You are about to download 1 OTA files. Continue? Yes
• Parsing remote OTA build=19A344 device=iPod9,1 version=iOS15Long
• Extracting remote dyld_shared_cache (can be a bit CPU intensive)
• Extracting -rwxr-xr-x uid=0, gid=80, 1.7 GB, System/Library/Caches/com.apple.dyld/dyld_shared_cache_arm64 to "iPod9,1_N112AP_17F5054h/dyld_shared_cache_arm64"
• Extracting remote kernelcache
• Parsing Kernelcache IMG4
• Decompressing Kernelcache
• Kernelcache is LZFSE compressed
• Writing "iPod9,1_N112AP_17F5054h/kernelcache.beta"
You just plucked the kernelcache
AND THE MUTHA FLIPPIN' dyld_shared_cache
remotely out of a OTA... ARE YOU NOT ENTERTAINED?!?!!? 😎
download macos
List macOS installers
❯ ipsw download macos --list
TITLE | VERSION | BUILD | POST DATE |
---|---|---|---|
macOS Mojave | 10.14.5 | 18F2059 | 10Oct19 20:38:26 |
macOS Mojave | 10.14.6 | 18G103 | 10Oct19 20:51:08 |
macOS High Sierra | 10.13.6 | 17G66 | 10Oct19 18:19:55 |
macOS Mojave | 10.14.4 | 18E2034 | 10Oct19 14:41:18 |
Install macOS High Sierra Beta | 10.13.5 | 17F66a | 10Oct19 14:41:18 |
macOS Catalina | 10.15.3 | 19D2064 | 03Mar20 21:41:00 |
macOS Catalina | 10.15.4 | 19E2269 | 05May20 15:32:04 |
macOS Catalina | 10.15.5 | 19F2200 | 06Jun20 18:52:41 |
macOS Catalina | 10.15.6 | 19G2006 | 08Aug20 23:39:24 |
macOS Catalina | 10.15.6 | 19G2021 | 08Aug20 20:04:02 |
macOS Catalina | 10.15.7 | 19H2 | 09Sep20 17:09:31 |
macOS Catalina | 10.15.7 | 19H4 | 10Oct20 17:28:13 |
macOS Catalina | 10.15.7 | 19H15 | 11Nov20 17:48:09 |
macOS Big Sur | 11.5.1 | 20G80 | 07Jul21 17:10:10 |
macOS Big Sur | 11.5.2 | 20G95 | 08Aug21 18:28:53 |
macOS Big Sur | 11.6 | 20G165 | 09Sep21 18:52:42 |
macOS Big Sur | 11.6.1 | 20G224 | 10Oct21 17:17:27 |
macOS Monterey | 12.0.1 | 21A559 | 10Oct21 17:23:38 |
macOS Monterey beta | 12.1 | 21C5021h | 10Oct21 17:04:37 |
Download macOS Monterey
❯ ipsw download macos --build 21A559
? You are about to download the macOS Monterey installer files. Continue? Yes
• Downloading packages
• Getting Package destName=BuildManifest.plist size=1.9 MB
1.9 MiB / 1.9 MiB [==========================================================| ✅ ] 1.17 MiB/s
• Getting Package destName=Info.plist size=5.1 kB
5.0 KiB / 5.0 KiB [==========================================================| ✅ ] 0.00 b/s
• Getting Package destName=InstallAssistant.pkg size=12 GB
74.6 MiB / 11.3 GiB [----------------------------------------------------------| 1h4m28s ] 2.97 MiB/s
macOS sandboxes certain folders and prevents you from running some of the Apple utils required to build the FULL installers. (try running in /Users/Shared
)
To ignore digest verification errors
❯ ipsw download macos --ignore
This is probably a bad idea, but I've noticed some of the recent installer parts have bad sha1 digests listed in the sucatalogs
To ONLY download the InstallAssistant.pkg
file (which includes the install App as well)
❯ ipsw download macos --assistant
To download the latest installer(s)
❯ ipsw download macos --latest
This will find the latest installer and then also download any other installers released on the same day.
download dev
Download IPSWs (and more) from https://developer.apple.com/download
❯ ipsw download dev
? Please type your username: blacktop
? Please type your password: ***********************************
? Please type your verification code: ******
? Choose a download type: OSes (iOS, macOS, tvOS...)
? Choose an OS version: iOS 16.3 beta
? Select what file(s) to download: ✅
• Downloading file=iPhone15,2_16.3_20D5024e_Restore.ipsw
42.11 MiB / 6.27 GiB [----------------------------------------------------------| 20m56s ] 1.54 MiB/s
Your Developer Portal credentials and session are stored securely in your Keychain on macOS; in your Windows Credential Manager on Windows and in your Linux Keyring on Linux.
The --vault-password
flag is the encryption password for the file based vaults that will be placed encrypted in the ~/.ipsw
directory. This is NOT for your Developer Portal credentials.
This is when ran on an OS that does not have a native Keychain, Credential Manager or Keyring etc.
Watch for 🆕 beta IPSWs
❯ ipsw download dev --watch 'iOS.*beta'
• Downloading file=iPhone11,8,iPhone12,1_15.0_19A5307g_Restore.ipsw
6.1 GiB / 6.1 GiB [==========================================================| ✅ ] 4.15 MiB/s
<SNIP>
To download all the KDKs
❯ ipsw download dev --more --watch 'Kernel Debug Kit' --output /path/to/SHARE
• Downloading file=/path/to/SHARE/Kernel_Debug_Kit_13.3_build_22E5219e.dmg
988.41 MiB / 988.41 MiB [================| ✅ ] 16.99 MiB/s
This will check every 5 minutes for new files and download them.
You can change the timeout with the --timeout
flag: --timeout 10m
(10 minutes) or --timeout 1h
(1 hour)
Output downloadable items as JSON
❯ ipsw download dev --os --json --pretty --output .
• Creating dev_portal_os.json
❯ cat dev_portal_os.json | jq .
{
"iOS 15.2 beta": [
{
"title": "iPhone 13",
"build": "19C5026i",
"url": "https://updates.cdn-apple.com/2021FallSeed/fullrestores/002-19786/01936A50-C316-4261-BA24-62EBAF5F1236/iPhone14,5_15.2_19C5026i_Restore.ipsw",
"type": "ios"
},
<SNIP>
download ipa
Download App Packages from the iOS App Store
❯ ipsw download ipa --search TikTok
? Select what app(s) to download: ✅
• Downloading file=/var/folders/5q/g6x_p_yn113dpvwd1tm2kjzc0000gn/T/appstore.ipa2930715700
197.74 MiB / 197.74 MiB [==========================================================| ✅ ] 11.68 MiB/s
• Created com.zhiliaoapp.musically_835599320.v27.4.0.ipa
download git
Download apple-oss-distributions tarballs
Download all latest
❯ ipsw download git
Download single product
❯ ipsw download git --product dyld
Supply API token (to prevent rate limiting)
❯ ipsw download git --api GITHUB_TOKEN
ipsw
will also check for env vars GITHUB_TOKEN
, GITHUB_API_TOKEN
or IPSW_DOWNLOAD_GIT_API
Download repo archive links as JSON
❯ ipsw download git --json --output /tmp/git
• Querying github.com/orgs/apple-oss-distributions for repositories...
• Adding to JSON tag=dyld-940
• Adding to JSON tag=notify-45.3
• Adding to JSON tag=DiskArbitration-366.0.2
• Adding to JSON tag=pam_modules-188
download rss
Read Releases - Apple Developer RSS Feed
❯ ipsw download rss
# Releases - Apple Developer (https://developer.apple.com/news/)
> Apple Developer News and Updates feed provided by Apple, Inc.
---
- Xcode 13.2 beta (13C5066c) <Wed, 27 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10272021e
- iOS 15.2 beta (19C5026i) <Wed, 27 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10272021d
- iPadOS 15.2 beta (19C5026i) <Wed, 27 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10272021c
- watchOS 8.3 beta (19S5026e) <Wed, 27 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10272021b
- tvOS 15.2 beta (19K5025g) <Wed, 27 Oct 2021 13:00:00 PDT> https://developer.apple.com/news/releases/?id=10272021a
- Xcode 13.1 (13A1030d) <Mon, 25 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10252021f
- macOS Monterey (21A559) <Mon, 25 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10252021e
- iOS 15.1 (19B74) <Mon, 25 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10252021d
- iPadOS 15.1 (19B74 | 19B75) <Mon, 25 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10252021c
- watchOS 8.1 (19R570) <Mon, 25 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10252021b
- tvOS 15.1 (19J572) <Mon, 25 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10252021a
- App Store Server API Update <Thu, 21 Oct 2021 16:00:00 PDT> https://developer.apple.com/news/releases/?id=10212021g
- App Store Server Notifications Version 2 <Thu, 21 Oct 2021 16:00:00 PDT> https://developer.apple.com/news/releases/?id=10212021ef
- Sandbox Testing Update <Thu, 21 Oct 2021 16:00:00 PDT> https://developer.apple.com/news/releases/?id=10212021e
- App Store Connect Update <Thu, 21 Oct 2021 16:00:00 PDT> https://developer.apple.com/news/releases/?id=10212021d
- App Store Connect API Update <Thu, 21 Oct 2021 16:00:00 PDT> https://developer.apple.com/news/releases/?id=10212021c
- macOS Monterey RC 2 (21A559) <Thu, 21 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10212021b
- iOS 15.0.2 (19A404) <Mon, 11 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10112021c
- watchOS 8.0.1 (19R354) <Mon, 11 Oct 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=10112021a
- App Store Connect 1.7.1 <Tue, 21 Sep 2021 12:00:00 PDT> https://developer.apple.com/news/releases/?id=09212021f
- Xcode 13 (13A233) <Mon, 20 Sep 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=09202021e
- tvOS 15 (19J346) <Mon, 20 Sep 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=09202021b
- macOS Big Sur 11.6 (20G165) <Mon, 13 Sep 2021 10:00:00 PDT> https://developer.apple.com/news/releases/?id=09132021d
- TestFlight 3.2 beta <Tue, 24 Aug 2021 11:00:00 PDT> https://developer.apple.com/news/releases/?id=08242021a
- TestFlight Submission Update <Tue, 17 Aug 2021 16:00:00 PDT> https://developer.apple.com/news/releases/?id=08172021c
- Transporter 1.2.2 <Thu, 03 Jun 2021 11:00:00 PDT> https://developer.apple.com/news/releases/?id=06032021a
Watch for 🆕 Releases
❯ ipsw download rss --watch
• Watching Releases - Apple Developer RSS Feed...
This will ping the RSS feed every 5 minutes and create a desktop notification if anything NEW shows up.
download appledb
Download IPSWs from appledb
Download iOS 16.5 beta 4 kernelcache from appledb
❯ ipsw download appledb --os iOS --version '16.5 beta 4' --device iPhone15,2 --kernel
Download latest release iOS IPSWs for multiple devices
❯ ipsw download appledb --os iOS --latest --release
Get URLs only for beta macOS IPSWs as JSON
❯ ipsw download appledb --os macOS --beta --urls --json
The --os
flag is required and supports: audioOS, bridgeOS, iOS, iPadOS, iPodOS, macOS, tvOS, watchOS, visionOS
download kdk
Download Kernel Debug Kits
❯ ipsw download kdk --latest
Download specific KDK version
❯ ipsw download kdk --version 13.5
Download and automatically install KDK
❯ ipsw download kdk --latest --install
download keys
Download firmware encryption keys from The iPhone Wiki
❯ ipsw download keys --device iPhone15,2 --build 20F66
Download all available keys for a device
❯ ipsw download keys --device iPhone15,2
download pcc
Download Private Cloud Compute VM files
❯ ipsw download pcc
Get info about a PCC release
❯ ipsw download pcc --info
• Found 1 PCC Releases
╭╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴
20872) b90e8f8813347a55cb9988aa264c73120099c179ce9992b9cc972836c2893c9a
Type: RELEASE
Schema: V1
Assets
[OS]
Variant: Darwin Cloud Customer Erase Install (IPSW)
Digest: ceb5e5bde2427bf7a227b61ff307f79c4b9c701f46023262abd763758aea6453 (SHA256)
URL: https://updates.cdn-apple.com/private-cloud-compute/ceb5e5bde2427bf7a227b61ff307f79c4b9c701f46023262abd763758aea6453
[PCS]
Variant: PrivateCloud Support
Digest: 2e61d8951957d10c8ce906b99d13853f9ab9828d6f8f8a4b5f160d2e1adc5ca8 (SHA256)
URL: https://updates.cdn-apple.com/private-cloud-compute/2e61d8951957d10c8ce906b99d13853f9ab9828d6f8f8a4b5f160d2e1adc5ca8
[MODEL]
Variant: FM_LANGUAGE_SECURITY_RESEARCH_V1
Digest: 49e2c3c6216a027f7df0c703313398e75a6ddf769e695d0f6296bc2f4d0185e2 (SHA256)
URL: https://updates.cdn-apple.com/private-cloud-compute/49e2c3c6216a027f7df0c703313398e75a6ddf769e695d0f6296bc2f4d0185e2
[HOST_TOOLS]
Variant: PrivateCloud Tools
Digest: 2813d1f93cfc196977d32718cfbc0e9727087f037d739ee683aaabab7598e316 (SHA256)
URL: https://updates.cdn-apple.com/private-cloud-compute/2813d1f93cfc196977d32718cfbc0e9727087f037d739ee683aaabab7598e316
[DEBUG_SHELL]
Variant: Debug Shell for Private Cloud Security Research VM
Digest: 9f96a0fccb86d6fc024c1b69862c3d668dfa1e1b42e08ef49a4ac3a7e71174d3 (SHA256)
URL: https://updates.cdn-apple.com/private-cloud-compute/9f96a0fccb86d6fc024c1b69862c3d668dfa1e1b42e08ef49a4ac3a7e71174d3
Tickets
OS: ef571c0f38c4493008d43de4b298adcfb9db849e9d317f1bfd7c26d2dc289e70
[created: 2025-06-17 22:28:45]
[expires: 2025-07-23 09:00:16]
Cryptexes
0) ba5122b56ac7ed2873659cd5590550f18c1c7531bed7274ed748c214ac8cd9c0
1) d72a35e7891682dea9173aec66130212811db6d9f60cc5a690c1c648a229037f
2) b1a9a1a02885ca527231e0b63ed4287557a9665e1f89811a32d48c3ed367d753
3) efb993084b3f88666e6fab51ea5ee1ae6fe97d88cec889a278c0587944a438c4
4) c2e9614a3ef92bcb075e6b4139ccb725940e2c72e25fc0e34971ba7dacb1aa9b
DarwinInit:
{
"apply-timeout": "60min",
"config-security-policy": "customer",
"config-security-policy-version": 8,
"cryptex": [
{
"cacheable": true,
"url": "/",
"variant": "ASSET_TYPE_MODEL"
},
{
"cacheable": true,
"url": "/",
"variant": "ASSET_TYPE_PCS"
}
],
<SNIP>
download tss
Check IPSW signing status
❱ ipsw dl tss --version 17.5.1 --signed --device iPhone15,2
⨯ 💀 No longer being signed build=21F90 device=iPhone15,2 version=17.5.1
❱ ipsw dl tss --version 18.5 --signed --device iPhone17,1
• ✅ Is still being signed build=22F76 device=iPhone17,1 version=18.5
❱ ipsw dl tss --version 26.0 --beta --signed --device iPhone17,1
• ✅ Is still being signed beta=true build=23A5260n device=iPhone17,1 version=26.0
Download SHSH blob
ipipsw dl tss --version 26.0 --beta --device iPhone17,1 --output SHSH.26.0.blob
• SHSH blob saved output=SHSH.26.0.blob
Examine
❱ ipsw img4 im4m extract SHSH.26.0.blob
• Extracting IM4M path=SHSH.26.0.blob.im4m size=12 kB
❱ ipsw img4 im4m info SHSH.26.0.blob.im4m
IM4M (Manifest):
Tag: IM4M
Version: 0
Body Size: 9831 bytes
Raw Size: 12196 bytes
Properties: 22
Device Properties:
CHIP (ApChipID): 33088
BORD (ApBoardID): 12
ECID (ExclusiveChipID): 1234567890
SDOM (ApSecurityDomain): 1
CEPO (CertificateEpoch): 1
Security Properties:
CPRO (CertificateProductionStatus): true
CSEC (CertificateSecurityMode): true
srvn (SecurityRevisionNumber): 5eb61ffea80974636ceb9eda6b93fdf46d7e8a58
snon (SecurityNonce): 1deac0d8449ec99f69b5fe44104fdb2f65a8c386
BNCH (BootNonceHash): d0a5b110379645182bdfdedd7b168213bdc2bbf44d9ce6aa7147f0a5b069d4d5
Version Properties:
love (ApOSLongVersion): 23.1.260.5.14,0
prtp (ApProductType): iPhone17,1
sdkp (ApSDKPlatform): iphoneos
Other Properties:
apmv (ProductMarketingVersion): 26.0
eply: 7801018081
esdm: 0
nrde: 0
pcrp: 0440465e12b073bab7885be45281833fa8f676ba71482c6c482383683408a86c1de77c19274c48248bf44537f64d2efefeee0ace1ac03736f5f6bf93433c2a149329869de6237c98e29ba420573f9164bb0cb400c7f7ed5815d7eaf9788a0df012
pndp: 1
tagt (ApTarget): D93AP
tatp (ApTargetType): d93
uidm: false
<SNIP>