As we detailed in our guide What is an IPSW file, Apple's firmware packages are essentially just renamed ZIP archives. If you are an app developer looking for native Apple UI assets, or a security researcher looking to analyze the iOS filesystem, you can extract the contents of an IPSW file directly on your computer.
What you will find inside
After extraction, you'll see several DMG (Disk Image) files. The largest DMG is the Root Filesystem, which contains the entire iOS or macOS structure. Historically, Apple encrypted this root filesystem, requiring decryption keys to mount it. However, since iOS 10, Apple leaves the root filesystem DMG unencrypted, making it trivial to explore.
Related Guides
If you are troubleshooting Apple firmware issues or managing device updates, explore our other step-by-step guides:
