ArchiveDrop is a fast, privacy‑first archive extractor that runs 100% in the browser. Open ZIP/RAR/7Z files, preview images, and download or share extracted content — all without uploading anything to a server.
- Client‑Side Extraction: All archives are processed locally in the browser with zero server upload.
- ZIP / RAR / 7Z Support: Reads the most common archive formats.
- Instant File Search: Find any extracted file immediately.
- Folder Tree View: Explore content in a clean tree layout.
- Image Preview: Full‑screen preview for images with one click.
- Download or Share: Download files or share them via the Web Share API.
- Modern UI: Glassmorphism design, responsive layout, and smooth interactions.
- PWA Ready: Works offline and can be installed like a native app.
- File Upload: The user drops an archive (ZIP/RAR/7Z) into the drop zone.
- Client Extraction: The archive is parsed inside a Web Worker using
libarchive.js. - File Indexing: Extracted files are normalized and rendered into the tree view and table.
- Preview & Actions: Users can preview images and download or share any file.
- HTML + CSS + Vanilla JS
- libarchive.js (WASM + Web Worker)
- Font Awesome (icons)
- PWA Service Worker
- Clone or download the repository.
- Make sure all assets are local (no external CDN links).
- Open
index.htmlin your browser or run a local server.
ZipFlow never uploads files. Everything runs locally in the browser. Your archives remain private and never leave your device.


