Convert to ZIP
ZIP is the only archive format natively supported by Windows, macOS and Linux desktops โ no software installation needed. This group unpacks eight archive and image formats and repacks them as ZIP โ 8 directions covering Linux packages, disc images and Windows installers.
Conversion fully unpacks then recompresses (DEFLATE level 9); directory structure and file contents are preserved. A 256MB / 1000-file extraction limit guards against zip bombs. RAR is proprietary and supported in the decode direction only.
7ZโZIP
Unpacks 7z and repacks as ZIP (DEFLATE) for direct extraction on Windows/macOS without installing 7-Zip.
TARโZIP
Unpacks TAR and repacks as ZIP, handing Linux archives to Windows users for double-click extraction.
RARโZIP
Unpacks RAR in a WebAssembly sandbox and repacks as ZIP (DEFLATE level 9, 256MB/1000-file safety ceilings) that opens natively everywhere.
TGZโZIP
Strips the gzip layer, unpacks the TAR and repacks as ZIP (DEFLATE 9); the .tar.gz double extension is detected automatically.
ISOโZIP
Reads the ISO 9660 directory tree without mounting and repacks it as ZIP (DEFLATE level 9, 256MB safety ceiling) โ opens natively everywhere.
CABโZIP
Unpacks Microsoft CAB installers (MSZIP/LZX) and repacks contents as ZIP, so macOS and Linux can extract drivers and components.
DEBโZIP
Unpacks a Debian DEB and descends into the data payload automatically โ the ZIP holds the real software files, not an intermediate tar.
RPMโZIP
Unpacks an RPM and descends into its cpio payload automatically (the rpm2cpio equivalent) โ the ZIP holds the real software files.