# Terminals

### Cygwin

Website: <https://cygwin.com\\>
Description: Linux Terminal Emulator for Windows\
Author: <https://cygwin.com/faq.html#faq.what.who\\>
License: GNU General Public License (GPL) (<https://cygwin.com/licensing.html)\\>
Version: 3.4.7\
Notes: Retcode is set to '2' for success because the Cygwin installer (even though on Windows) attempts to search for /etc/setup/setup.rc or /etc/setup/installed.db and fails with retcode 2. This causes Saltstack to read an ERROR and result: False, even though the pkg state returns 'install success'.

### MobaXterm

Website: <https://mobaxterm.mobatek.net\\>
Description: Enhanced Terminal for Windows\
Author: Mobatek (<https://www.mobatek.net/aboutus.html)\\>
License: <https://mobaxterm.mobatek.net/license.html\\>
Version: 23.3\
Notes: Home Edition

### Windows Terminal

Website: <https://github.com/microsoft/terminal\\>
Description: Terminal Emulator\
Author: Microsoft\
License: MIT License (<https://github.com/microsoft/terminal/blob/main/LICENSE)\\>
Version: 1.18.2681.0\
Notes: Version depends on Windows OS version

### WSL Setup

Website: <https://microsoft.com\\>
Description: Windows Subsystem for Linux setup\
Author: Microsoft\
License: EULA\
Version: 1.2.5.0\
Notes:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/terminals.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
