MSYS2
MSYS2 is a collection of tools and libraries providing you with an easy-to-use environment for building, installing and running native Windows software. It consists of a command line terminal called mintty, bash, version control systems like git and subversion, tools like tar and awk and even build systems like autotools, all based on a modified version of Cygwin. Despite some of these central parts being based on Cygwin, the main focus of MSYS2 is to provide a build environment for native Windows software and the Cygwin-using parts are kept at a minimum. MSYS2 provides up-to-date native builds for GCC, mingw-w64, CPython, CMake, Meson, OpenSSL, FFmpeg, Rust, Ruby, just to name a few. To provide easy installation of packages and a way to keep them updated it features a package management system called Pacman, which should be familiar to Arch Linux users.
Learn more
Dev-C++
Embarcadero Dev-C++ is a new and improved fork (sponsored by Embarcadero) of Bloodshed Dev-C++ and Orwell Dev-C++. It is a full-featured Integrated Development Environment (IDE) and code editor for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as its compiler. Embarcadero Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler. Embarcadero Dev-C++ is built using the latest version of Embarcadero Delphi. Embarcadero Dev-C++ has a low memory footprint because it is a native Windows application and does not use Electron. Optimized for parallel compilation on modern multi-core machines.
Learn more
KiTTY
KiTTY is a fork from version 0.76 of PuTTY, the best telnet/SSH client in the world. KiTTY is only designed for the Microsoft® Windows® platform. For more information about the original software, or pre-compiled binaries on other systems, you can go to the Simon Tatham PuTTY page. KiTTY has all the features from the original software and adds many others as described on the website. You can check for classical features, and test if they are still working, as usual, auto-command, auto-password, auto-reconnect, transparency, port knocking, hyperlink, print clipboard, embedded launcher, TuTTY features, RuTTY features, system tray, etc. PuTTYCrypt patch to get credentials from certificate (sshpubk.c merge fails). PuTTYCyg to run a Cygwin terminal into KiTTY. Zmodem to transfer files with ZModem protocol. Covidimus patch for the background image. New settings management evolution, ssh core is almost fully rewritten, and Windows core functions have been rewritten too.
Learn more
Tabby
Tabby is an infinitely customizable cross-platform terminal app for local shells, serial, SSH and Telnet connections. Runs on Windows, Mac, and Linux, integrated SSH client with a connection manager. Integrated serial terminal, PowerShell, PS Core, WSL, Git-Bash, Cygwin, Cmder, and CMD support. Full Unicode support including double-width characters. File transfer from/to SSH sessions via SFTP and Zmodem. Theming and color schemes, fully configurable shortcuts, and multi-chord shortcuts. Remembers your tabs and split panes. Proper shell experience on Windows including tab completion. Integrated encrypted container for SSH secrets and configuration. Progress bars and activity notifications for tabs. Tabby remembers open tabs and panes where you left off. Tabs on any side of the window. Optional quake mode (terminal docked to a side of the screen). Optional global hotkey to focus/hide the terminal. Optional built-in password manager with a master passphrase.
Learn more