MinGW icon
MinGW icon

MinGW

 128 likes

MinGW ("Minimalistic GNU for Windows") is a port of the GNU Compiler Collection (GCC) and GNU Binutils. It provides a complete Open Source programming toolset which is suitable for the development of native MS-Windows (x86) applications, which do not depend on any...

Installation Manager

License model

  • FreeOpen Source

Application type

Platforms

  • Windows
  • Linux
  • BSD
3.8 / 5 Avg rating (5)
128 likes
6comments
0 news articles

Features

Suggest and vote on features

MinGW News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

  • kisslike liked MinGW
    about 1 month ago
  • App icon
    wokot added MinGW as alternative to LLVM
    2 months ago
  • App icon
    Moskador added MinGW as alternative to Tess
    5 months ago
  • NuncioBitis reviewed MinGW  
    5 months ago

    According to their website, it hasn't been updated since 2017

  • App icon
    Watitumorro added MinGW as alternative to SmartPack Kernel Manager
    7 months ago
  • Danilo_Venom updated MinGW
    8 months ago
  • POX updated MinGW
    9 months ago
  • App icon
    FONZACUS added MinGW as alternative to Termux Monet
    10 months ago
Show all activities

MinGW information

  • Developed by

    MinGW
  • Licensing

    Open Source (BSD-2-Clause) and Free product.
  • Rating

    Average rating of 3.8
  • Alternatives

    28 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all

Top MinGW apps (extensions / mods etc)

View all

Our users have written 6 comments and reviews about MinGW, and it has gotten 128 likes

MinGW was added to AlternativeTo by mitry on Aug 24, 2010 and this page was last updated Jul 9, 2024. MinGW is sometimes referred to as Minimalist GNU for Windows.

Comments and Reviews

   
 Post comment/review
TheBlueRuby
  
Top positive commentDec 21, 2022

MinGW provides a simple way for linux devs to compile their projects for Windows without having to learn how to use MSVC or Visual Studio

0
Nuncio Bitis
  
Top negative comment
Pending approval

According to their website, it hasn't been updated since 2017

0
Alternative User929
  
ReviewOct 27, 2023

According to SF repository, it (MinGW) was moved to https://osdn.net/projects/mingw

This new site, however, is not loading well (possibly an interim issue).

Another point is, that MinGW does not integrate well in Windows. There are no folder in Startmenu and there is no options to remove from the Remove GUI. The whole package lays bare metal on C:\

0
Sour Ce
  
Positive commentAug 31, 2021

Great cross-compiler for Windows Linux.

0
r3tr0g4m3r
  
Positive commentAug 21, 2019

Has pacman as package manager, easier to use than cygwin,great!

0
pcmind
CommentMay 4, 2011

This is has having bash in windows, without have heavy cygwin along. You have profile, home dir, /c/… drive like pipe and much more. Love it

2 replies
WhiteTiger

aren't u talking about MSYS? MSYS isn't MinGW^^ MinGW is a (GCC) Compiler Suite...

Reply written Jul 3, 2011

If this reply contains spam or other abuse, notify admins about it.
pcmind

My bad. Was using the full pack, but realy the console is from Msys project.

Reply written Jul 13, 2011

If this reply contains spam or other abuse, notify admins about it.
0

What is MinGW?

MinGW ("Minimalistic GNU for Windows") is a port of the GNU Compiler Collection (GCC) and GNU Binutils. It provides a complete Open Source programming toolset which is suitable for the development of native MS-Windows (x86) applications, which do not depend on any 3rd-party C-Runtime DLLs.

MinGW compilers provide access to the functionality of the Microsoft C runtime and some language-specific runtimes. MinGW, being Minimalist, does not, and never will, attempt to provide a POSIX runtime environment for POSIX application deployment on MS-Windows. If you want POSIX application deployment on this platform, please consider Cygwin instead.

Official Links