Batch unzip tool: pick a folder of .zip files and a destination folder, then run. Built for speed with an Anakatech-style UI.
npm install
npm start-
Create test ZIPs
Put one or more.zipfiles in a folder (e.g.C:\TestZipsorD:\MyZips). -
Choose destination
Pick an empty or new folder where you want the extracted files (e.g.C:\UnzippedOutput). -
In the app
- Zipped files location → Browse → select the folder with your
.zipfiles. - Unzipped files destination → Browse → select the output folder.
- Click Start.
- Zipped files location → Browse → select the folder with your
-
Progress
A modal opens with “Hold My Beer!” and the 8-bit style animation. It processes all.zipfiles in the source folder. -
Completion
When done, a gamified popup shows the result. Click Close to dismiss.
- ? (top right) — Opens the “How to use” walkthrough.
- ⓘ next to each field — Hover for a short explanation.
- Browse — Opens a folder picker for that path.
- Start — Runs the batch unzip (progress window, then completion popup).
- Electron — Desktop window and file access.
- yauzl — Fast, streaming unzip (no full load into memory).
Only .zip files in the chosen source folder are processed; subfolders are not scanned.