Archive Extractor
Extract RAR, 7Z, TAR, TAR.GZ, GZ, ISO and CPIO archives right in your browser via libarchive.js. Nothing is uploaded.
How Archive Extractor works
RAR, 7Z, TAR, TAR.GZ, GZ, ISO, CPIO, BZ2 — all handled by the libarchive engine (WebAssembly, ~1 MB, cached after first use).
Every file inside the archive is listed with its full path and size.
Click Get on any single file, or use "Download all as ZIP" to re-package everything.
Frequently asked
Can I create RAR or 7Z files?+
No — this tool is extract-only. RAR is a proprietary format (WinRAR) with no free encoder; 7Z requires a heavy encoder we've chosen not to bundle. Use the ZIP Creator to make new archives.
Which formats are supported?+
RAR, 7Z, TAR, TAR.GZ / .TGZ, GZ, BZ2, ISO, CPIO, XAR, WARC — anything libarchive can read.
Are password-protected archives supported?+
Basic password support is available for RAR and 7Z, but the current UI doesn't yet expose a password field. Coming soon.
Is my archive uploaded?+
No — libarchive.js runs in a Web Worker inside your browser. Nothing leaves your device.