CompactRS v2025.12.23-1614
·
55 commits
to main
since this release
Security Verification
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
- Download
compactrs.exefrom assets below - Run as Administrator (required for WOF compression)
- Drag and drop files or folders to compress
Checksum
SHA256: 37AB1BEE8A61AEE7F79A5ED970993B927EA83750E2B0E3142892DE8D3D8D648E
Verify integrity:
(Get-FileHash .\compactrs.exe -Algorithm SHA256).Hash -eq "37AB1BEE8A61AEE7F79A5ED970993B927EA83750E2B0E3142892DE8D3D8D648E"