msys2-runtime

Our friendly fork of Cygwin πŸ’– https://cygwin.org πŸ’– see the wiki for details (by msys2)

Msys2-runtime Alternatives

Similar projects and alternatives to msys2-runtime

  1. git

    A fork of Git containing Windows-specific patches. (by git-for-windows)

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. WSL

    Windows Subsystem for Linux

  4. Chocolatey

    Chocolatey - the package manager for Windows

  5. Scoop

    267 msys2-runtime VS Scoop

    A command-line installer for Windows.

  6. qttabbar

    QTTabBar is a small tool that allows you to use tab multi label function in Windows Explorer. https://www.yuque.com/indiff/qttabbar

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better msys2-runtime alternative or higher similarity.

msys2-runtime discussion

Log in or Post with

msys2-runtime reviews and mentions

Posts with mentions or reviews of msys2-runtime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-02.
  • Coreutils for Windows
    10 projects | news.ycombinator.com | 2 Jun 2026
    You're conflating MSYS2 with Mingw-w64. MSYS2 installation comes with multiple environments/ABIs and MSYS2 mode a fork of Cygwin. They fork Cygwin, put some patches on and rename the DLL as msys-2.0.dll . Here is the sources for MSYS2 runtime that produces it: https://github.com/msys2/msys2-runtime . To run bash you need stty, fork, exec. Cygwin implements this via a executable backdoor hack. Since MSYS2 is a fork it uses the same implementation.

    Unlike Cygwin MSYS2's goal isn't to be a complete system but ship just enough tooling to enable development with Mingw-w64. Mingw-w64 is the toolchain that ships GCC and it also defines its own ABI where the C ABI is the same as MSVC / Win32 ABI except that Mingw-ABI comes with its own threading and structured exception handling infrastructure. For C++ Mingw-w32 uses Itanium ABI instead of MSVC. If you use GCC to compile the debugging symbols will be DWARF with Mingw-32.

    You can also use Clang environments where you can generate PDB debug symbols and use native Win32 threading.

  • Whats up with cd //?
    3 projects | /r/bash | 30 Aug 2022
    I tried browsing git-for-windows/git and msys2/msys2-runtime to see if anyone created an issue related to that, but couldn't find any. As a next step, I think it would be worth it to create an issue in one of these repositories since it does seem to be reproducible and consistent.
  • Using Windows after 15 years on Linux
    5 projects | news.ycombinator.com | 7 Apr 2022
    Funny enough, it’s a bit of both. The msys2 runtime is a fork of the Cygwin runtime, and they keep parity pretty well.

    https://github.com/msys2/msys2-runtime

  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Stats

Basic msys2-runtime repo stats
3
231
8.9
4 days ago

msys2/msys2-runtime is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of msys2-runtime is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that C is
the 6th most popular programming language
based on number of references?