Crinkler is an executable file compressor (or rather, a compressing linker) for compressing small 32-bit Windows demoscene executables. As of 2026, it is the most widely used tool for compressing 1k/4k/8k intros.
Stars
1.2k
Forks
59
Watchers
1.2k
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
266
commits
199
commits
Make sure at least one model is selected to prevent crash in decompressor.
31d2354View on GitHubFixed broken call transform by rearranging header instructions
8fe6855View on GitHubFixed an issue where ProgressGUI wouldn't update correctly with ORDERTRIES/HASHTRIES set higher than 65535
adceea7View on GitHubFixed leak of phase1 hunk during ordertries when compressing with tinyheader
bf838deView on GitHubFixed issue where memory usage during hash size estimation could go unreasonably high and cause crashes in x86 mode.
bed4ed3View on GitHubFixed n^2 issue during loading. When an object file was loaded, it would trim all hunks in the entire part instead of just the hunks that were loaded.
5be43afView on GitHub