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.
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.
.ipsw to .zip. If your OS warns you about changing extensions, confirm the change.Was this guide helpful?