Skip to content

CompactRS v2025.12.23-1614

Choose a tag to compare

@github-actions github-actions released this 23 Dec 16:15
· 55 commits to main since this release

Security Verification

View VirusTotal Scan Report

Note: UPX-compressed binaries may trigger false positives in some antivirus engines.


Changes

feat: extreme binary size optimization

  • Add cargo-features: panic-immediate-abort, trim-paths
  • Change panic = immediate-abort (removes ALL panic handler code)
  • Add trim-paths = all (removes file paths from binary)
  • Add -Z panic-immediate-abort -Z trim-paths to workflow
  • Binary size reduced from 439KB to 299KB (32% reduction)

Build Information

  • Commit: 5fdae42eb2566b66dbb29df1c3431be4516e5ee5
  • Author: IRedDragonICY
  • Platform: Windows x64
  • Binary Size: 140 KB (UPX compressed)
  • Rust Toolchain: Nightly

Installation

  1. Download compactrs.exe from assets below
  2. Run as Administrator (required for WOF compression)
  3. Drag and drop files or folders to compress

Checksum

SHA256: 37AB1BEE8A61AEE7F79A5ED970993B927EA83750E2B0E3142892DE8D3D8D648E

Verify integrity:

(Get-FileHash .\compactrs.exe -Algorithm SHA256).Hash -eq "37AB1BEE8A61AEE7F79A5ED970993B927EA83750E2B0E3142892DE8D3D8D648E"