mxe/mxe
MXE (M cross environment) observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: n/a
- age_days: 5277
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
1312 stars · 549 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MXE (M cross environment) is a GNU Makefile-based system that compiles a MinGW-w64 cross compiler on Unix systems and cross-compiles hundreds of free libraries (SDL, Qt, GTK, FFmpeg, Boost, etc.) for Windows targets. It supports static and shared builds for 32-bit and 64-bit Windows, verifies downloads by checksum, bundles ccache, and offers pre-compiled binaries for CI systems.
Use cases
- cross-compile a C++ application from Linux to a standalone Windows executable
- build statically linked Windows binaries of Qt or GTK apps without a Windows machine
- set up a reproducible MinGW-w64 toolchain with all library dependencies via make
- produce Windows binaries in a Linux CI pipeline using prebuilt MXE packages
- build a subset of libraries with automatic dependency resolution
- keep package versions and checksums up to date automatically
When to choose
- you develop on Unix but must ship native Windows (32/64-bit) executables
- you want static, self-contained Windows binaries with dependencies bundled
- you need a transparent, checksum-verified, make-driven cross-build environment
- you want CI-friendly precompiled cross toolchains
When to avoid
- you target platforms other than Windows (MXE targets MinGW-w64 only)
- you prefer managing your own toolchain and dependencies manually
- you need a native Windows build environment rather than cross-compilation
- your project depends on packages not covered by MXE's build matrix
Facets
cli-tool · maturity stable
build-tool compiler package-manager developer-tools developer-tools cross-platform windows windows cli mingw-w64 cross-compiler gnu-make ccache static-linking ci-binaries build-tool cross-compilation automation linux macos
3 sources
- readme: https://github.com/mxe/mxe · fetched 2026-08-28 · bf50ac9938fe
- homepage: https://mxe.cc · fetched 2026-08-29 · 511775a83538
- site_page: https://mxe.cc/build-matrix.html · fetched 2026-08-29 · 7aaea84d7941
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mxe/mxe | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem