Skip to content

VPack Archiver v1.2.0

Choose a tag to compare

@LeTrollologist LeTrollologist released this 02 Sep 20:06
· 12 commits to master since this release

🗁 VPack Archiver v1.2.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 v1.2.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/--codec flag allowing users to select between deflate (default) and lz4 (fastest).
  • ⚡ 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.txt and native vpack t integrity tests.
  • 📦 Self-Packaging (Dog-Fooding):
    • Releases are distributed in both portable .zip and native .vpack formats, built using the freshly compiled release binary itself.

🛡️ Security & VirusTotal Verification

Security Check Result Verification Link
VirusTotal Scan 🟢 1 detections (64 engines clean) View VirusTotal Report
SHA-256 Checksum 97ad4c50b74db938092b064d4b887aa4584620757099402847f1b0398823426f Match against SHA256SUMS.txt
Audit Summary Local Security & Compliance Verified Uploaded as virustotal-summary.txt

📦 Downloads & Assets

Asset Format Description
vpack-archiver-v1.2.0-windows-x86_64.zip Standard Zip Portable release bundle (vpack-archiver.exe, vpack.exe, docs)
vpack-archiver-v1.2.0-windows-x86_64.vpack VPack Archive Native VPK2 archive (extract with vpack x)
SHA256SUMS.txt SHA-256 Cryptographic checksums of all release assets
virustotal-summary.txt Security Audit Multi-engine antivirus analysis report

🚀 Installation Instructions

Option 1: Native Zip Extract

Expand-Archive -Path .\vpack-archiver-v1.2.0-windows-x86_64.zip -DestinationPath C:\Tools\VPack
[Environment]::SetEnvironmentVariable("PATH", "C:\Tools\VPack;" + $env:PATH, "User")

Option 2: Extract via VPack Archiver

vpack x vpack-archiver-v1.2.0-windows-x86_64.vpack -o ./vpack

🔒 Cryptographic Verification

Verify all assets against SHA256SUMS.txt:

certutil -hashfile vpack-archiver-v1.2.0-windows-x86_64.zip SHA256
vpack t vpack-archiver-v1.2.0-windows-x86_64.vpack