Archive compression, extraction & inspection tool — 100% offline, built with Tauri v2 + Rust + SvelteKit.
| Compress | Extract |
|---|---|
| Inspect | About | Encrypt |
|---|---|---|
| Feature | Details |
|---|---|
| Compress | ZIP, TAR, TAR.GZ with drag-and-drop |
| Extract | Multi-format extraction (ZIP, TAR, GZ, BZ2, XZ, RAR) |
| Inspect | Preview archive contents without extracting — compression ratios, metadata, tree view |
| AES-256 Encryption | PBKDF2 + AES-256-GCM for password-protected archives |
| Full Scan | Recursive scan with progress bar, ETA, and cancel support |
| Buffer Optimization | 256KB buffer for 4x faster processing |
| 100% Offline | All processing runs locally — zero telemetry |
Sample files are included in the samples/ directory for testing:
| File | Description |
|---|---|
test_sample.zip |
Sample ZIP containing 3 forensic documents |
confidential_report.txt |
Confidential financial report |
evidence_manifest.txt |
Evidence hash manifest |
case_metadata.xml |
Forensic case metadata |
# Build from source
git clone https://github.com/YSF-Studio/ziploom.git
cd ziploom/packages/ziploom
npm install
npm run tauri dev
Or download the latest release from the Releases page.
aes-gcm cratezip, tar, flate2, bzip2, xz2, unrarMIT © YSF Studio — Built with ❤️ by Yusuf Shalahuddin