MinGW, short for "Minimalist GNU for Windows," is a set of freely available open source development tools for native Windows applications. It includes a complete set of compilers and libraries for developing 32-bit and 64-bit Windows applications using the C, C++, and Fortran languages. It also includes a POSIX threads library and a full-featured Win32 API library for creating Windows GUI applications. MinGW is a port of the GNU Compiler Collection (GCC) and other GNU tools, such as the GNU Debugger, to the Windows platform. The tools are packaged as individual components, so that users can pick and choose what they want to install. MinGW is designed to be source-compatible with the GCC tools found on most Unix and Linux systems, allowing developers to easily port code to Windows systems.
Discontinued The project appears to be no longer developed. The latest version, 1.2.0, released in July 2015, is still available for download from GitHub
Discontinued The project is no longer being developed since 2016. The latest version, 1.1, released in March 2011, can still be downloaded from SourceForge.
Discontinued No activity for more than one year.