| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 9 days | fix(crunch): Use strip/gzexe on macOS instead of UPX | skal | |
| UPX is unreliable on macOS. Switched to using standard 'strip -u -r' and 'gzexe' for binary compression on Darwin systems. Achieved a compressed binary size of ~48KB (dynamically linked). Updated FETCH_DEPS.md to reflect that UPX is now only required for Linux/Windows. | |||
| 9 days | feat(crunch): Add UPX-based binary packer script | skal | |
| Adds 'scripts/crunch_demo.sh' to automate building a stripped binary and compressing it with UPX. Updates 'FETCH_DEPS.md' with UPX installation instructions and 'HOWTO.md' with usage guide. This addresses Task 3 (add binary crunchers). | |||
