upx/upx
UPX - the Ultimate Packer for eXecutables observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 75
- age_days: 3654
- days_rel: 86
- days_push: 7
- n_releases_24m: 6
Adoption not part of the score
17816 stars · 1520 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
UPX is a free, open-source executable packer that compresses programs and DLLs by roughly 50-70% while keeping them fully self-contained and runnable. It supports many executable formats across Windows, macOS, and Linux and is written in portable C++.
Use cases
- compress executables to reduce download size
- shrink binaries for software distribution
- pack a DLL to save disk space
- unpack a UPX-compressed binary
- reduce network load times for program downloads
When to choose
- you need to reduce the size of distributed binaries without changing their behavior
- you want a reversible, well-documented packer with no runtime or memory penalty
- you need cross-platform support for Windows, macOS, and Linux executables
When to avoid
- you need actual code protection or encryption - UPX explicitly provides none
- your target format is unsupported (e.g., ARM64 Windows is still pending)
- your antivirus pipeline flags packed binaries and you cannot whitelist them
Facets
cli-tool · maturity stable
compression cli developer-tools developer-tools cross-platform windows cli cross-platform executable-packer binary-compression self-extracting c-plus-plus command-line linux macos
2 sources
- readme: https://github.com/upx/upx · fetched 2026-08-28 · 515efd86b875
- homepage: https://upx.github.io · fetched 2026-08-29 · 554dfb206ede
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| upx/upx | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem