ziploom Svelte Themes

Ziploom

ZipLoom — Archive Utility & Forensic Inspector. Pure Rust, Offline, Private. Tauri v2 + Rust + SvelteKit.

ZipLoom 📦

Archive compression, extraction & inspection tool — 100% offline, built with Tauri v2 + Rust + SvelteKit.

Screenshots

Compress Extract

Inspect About Encrypt

✨ Features

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

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

🚀 Quick Start

# 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.

🏗️ Tech Stack

  • Backend: Rust with Tauri v2
  • Frontend: SvelteKit 5
  • Encryption: AES-256-GCM via Rust aes-gcm crate
  • Archives: zip, tar, flate2, bzip2, xz2, unrar

📄 License

MIT © YSF Studio — Built with ❤️ by Yusuf Shalahuddin

Top categories

Loading Svelte Themes