MRPack Inspector — Browse a .mrpack Without Extracting
Open a .mrpack and explore its contents directly in your browser. View the manifest, mod list, dependencies, and the contents of the overrides/ folder — without unzipping anything to disk.
Open a .mrpack to inspect
.mrpack file to inspect…
🗂 Batch mode: select multiple files to process them in one run.
✅ Result
How to Use This Tool
Three steps, about a minute. Everything runs inside your browser — the file never leaves your device.
Add your file
Drag a file onto the drop zone, or click to browse. Hold Ctrl/Cmd to select several files at once — batch mode converts them one after another.
Let it run
The manifest is read, every mod is fetched from its original source, and the progress bar reports each file as it completes.
Download the result
Your finished file downloads automatically. Use the buttons in the result panel to save it again, or start over with a new upload.
Good to know
- Nothing is uploaded to a server. The file is read with the browser File API and processed in memory.
- Large modpacks (200+ mods) need a stable connection. If a download fails the file is skipped and listed in the result panel.
- Every downloaded JAR is checked against the SHA-512 hash recorded in the manifest, so a corrupt download is caught before it is packed.
- The tool works on mobile browsers, but a desktop connection is much faster for packs over 100 MB.
What you can see
Header summary
Pack name, version, Minecraft version, mod loader, total mod count, total declared download size.
Full mod list
Every mod with its target path, file size, SHA-512 hash, and download URL — searchable and sortable.
Overrides browser
The folder tree inside overrides/, with file sizes. Click any text file (config, script) to preview it.
Raw manifest
The complete modrinth.index.json, pretty-printed.
Common reasons to inspect
- Decide whether a pack is worth converting before you start (check mod count, size, loader)
- Audit a pack for unwanted mods before installation
- Diff two versions of the same modpack to see what changed
- Recover individual config files from a pack you do not want to fully install