This article contains promotional content. (January 2024) |
Original author(s) | Steve Chamberlain, Cygnus Solutions |
---|---|
Developer(s) | Cygnus Solutions, Red Hat, Cygwin project volunteers |
Initial release | October 18, 1995 |
Stable release | 3.5.4-1[1]
/ 25 August 2024 |
Repository | |
Written in | C/C++ |
Operating system | Microsoft Windows |
Type | POSIX standard utilities, POSIX standard library, C standard library, compatibility layer |
License | GPLv3, LGPLv3[2] |
Website | cygwin |
Cygwin (/ˈsɪɡwɪn/ SIG-win)[3] is a free and open-source Unix-like environment and command-line interface (CLI) for Microsoft Windows. The project also provides a software repository containing many open-source packages. Cygwin allows source code for Unix-like operating systems to be compiled and run on Windows. Cygwin provides native integration of Windows-based applications.[4]
The terminal emulator Mintty is the default command-line interface (CLI) provided to interact with the environment.[5] The Cygwin installation directory layout mimics the root file system of Unix-like systems, with directories such as /bin
, /home
, /etc
, /usr
, and /var
.
Cygwin is released under the GNU Lesser General Public License version 3.[6] It was originally developed by Cygnus Solutions,[7][8] which was later acquired by Red Hat (now part of IBM), to port the GNU toolchain to Win32, including the GNU Compiler Suite. Rather than rewrite the tools to use the Win32 runtime environment, Cygwin implemented a POSIX-compatible environment in the form of a DLL.[9]
The brand motto is "Get that Linux feeling – on Windows", although Cygwin doesn't have Linux in it.[10]