An IPA is a ZIP archive. Open and extract the contents of an iOS .ipa app package in your browser β no upload, no install.
Drop an IPA file here
.ipa β click to select
Files never leave your device. 100% in-browser.No iOS device, Xcode or iTunes required.
iOS app packages (.ipa) are standard ZIP archives with a different extension. This tool uses JSZip to open the archive directly in your browser and exposes every file inside β the Payload/ folder containing the .app bundle, Info.plist metadata, compiled frameworks, asset catalogs, and signature files β so you can inspect or extract exactly what you need. No upload, no server, no iOS device required.
Note: Info.plist files inside IPA packages are often stored in binary format (bplist). When the plist is plain XML, this tool extracts the app name and bundle ID automatically. When it is binary, it is listed as a file you can download but not parsed β this is an intentional limitation to keep the tool dependency-free and fast.
Other archive tools you might need