VPack Archiver v2.0.0
🗁 VPack Archiver v2.0.0 · Universal Archive Manager
Modern, ultra-fast universal archive manager, compressor, and WinRAR/7-Zip equivalent for .vpack archives built with 100% pure Rust.
✨ What's New in v2.0.0
- 🚀 Multi-Codec Compression Engine:
- Added LZ4 Streaming Compression (
-C lz4) for ultra-high throughput compression and instant decompression. - Retained Deflate Compression (
-C deflate) for high compatibility and strong compression ratios. - New
-C/--codecflag allowing users to select betweendeflate(default) andlz4(fastest).
- Added LZ4 Streaming Compression (
- ⚡ Multi-Codec CPU Benchmark Suite (
vpack b):- Expanded integrated benchmark with 4 hardware-accelerated passes: Deflate Compress, Deflate Decompress, LZ4 Compress, and SSE4.2 CRC-32.
- 🛡️ Hollow Canvas Local Release Pipeline:
- Replaced GitHub Actions entirely with a deterministic local build, test, audit, package, verify, VirusTotal scan, and publish pipeline (
scripts/pipeline.py). - Automatic VirusTotal API v3 multi-engine antivirus verification.
- Cryptographic verification via
SHA256SUMS.txtand nativevpack tintegrity tests.
- Replaced GitHub Actions entirely with a deterministic local build, test, audit, package, verify, VirusTotal scan, and publish pipeline (
- 📦 Self-Packaging (Dog-Fooding):
- Releases are distributed in both portable
.zipand native.vpackformats, built using the freshly compiled release binary itself.
- Releases are distributed in both portable
🛡️ Security & VirusTotal Verification
| Security Check | Result | Verification Link |
|---|---|---|
| VirusTotal Scan | 🟢 1 detections (66 engines clean) | View VirusTotal Report |
| SHA-256 Checksum | b19d0fa4041a5fbc8421fc8f315d9364339873cdc544dddf5f55083900518f2b |
Match against SHA256SUMS.txt |
| Audit Summary | Local Security & Compliance Verified | Uploaded as virustotal-summary.txt |
📦 Downloads & Assets
| Asset | Format | Description |
|---|---|---|
vpack-installer.exe |
Windows Executable | One-click pure-Rust installer (auto-extracts, updates PATH, configures Explorer) |
vpack-archiver-v2.0.0-windows-x86_64.zip |
Standard Zip | Portable release bundle (vpack-archiver.exe, vpack.exe, vpack-gui.exe, docs) |
vpack-archiver-v2.0.0-windows-x86_64.vpack |
VPack Archive | Native VPK2 archive (extract with vpack x or install with vpack-installer.exe) |
SHA256SUMS.txt |
SHA-256 | Cryptographic checksums of all release assets |
virustotal-summary.txt |
Security Audit | Multi-engine antivirus analysis report |
🚀 Installation Instructions
Option 1: One-Click Rust Installer (Recommended)
Download vpack-installer.exe and vpack-archiver-v2.0.0-windows-x86_64.vpack into the same directory and run:
.\vpack-installer.exeOr for silent / automated script installation:
.\vpack-installer.exe --silentOption 2: Native Zip Extract
Expand-Archive -Path .\vpack-archiver-v2.0.0-windows-x86_64.zip -DestinationPath C:\Tools\VPack
[Environment]::SetEnvironmentVariable("PATH", "C:\Tools\VPack;" + $env:PATH, "User")Option 3: Extract via VPack Archiver
vpack x vpack-archiver-v2.0.0-windows-x86_64.vpack -o ./vpack🔒 Cryptographic Verification
Verify all assets against SHA256SUMS.txt:
certutil -hashfile vpack-archiver-v2.0.0-windows-x86_64.zip SHA256
vpack t vpack-archiver-v2.0.0-windows-x86_64.vpack