Punzip
: It allows you to unzip and stream a single entry from a ZIP archive over HTTP. This requires FUSE (Filesystem in Userspace) to function correctly. Common Commands :
: Features a graphical interface that mimics Windows Explorer, making it intuitive for older mobile devices.
punzip --list : Lists all entries in the archive as newline-delimited JSON (ndjson). 2. Legacy Tool: Pocket UnZip (Windows CE) Punzip
Often referred to by its executable name punzip.exe , this is a classic utility for Windows CE and Handheld PC (H/PC) devices. :
: Handles files created with standard ZIP utilities like PKWARE or Info-ZIP . : It allows you to unzip and stream
Once installed, users can launch the program directly or double-tap any .zip file in Explorer to open it. Comparison Table maxogden/punzip Pocket UnZip (punzip.exe) Node.js / Linux (FUSE) Windows CE / H/PC Primary Use Streaming ZIP entries via URL File extraction on mobile devices Interface Command Line Interface (CLI) Graphical User Interface (GUI) Key Advantage No full download required Native mobile support (legacy) punzip - GitHub
: Supports testing files, viewing contents without extraction, and decrypting password-protected archives. Installation : punzip --list : Lists all entries in the
punzip : Unzips the first entry by default and pipes it to standard output (stdout).
