A new, modern, fast, efficient, powerful, and productive terminal app!

Windows Terminal

Windows Terminal 1.22.10352.0

  -  21.1 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Windows Terminal 1.22.10352.0.


For those interested in downloading the most recent release of Windows Terminal or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Windows Terminal 1.22.10352.0 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Windows Terminal 1.22.10352.0 Screenshot 1

What's new in this version:

Features:
- This version of Windows Terminal comes with Cascadia Code 2407.24; this version fixes a hinting issue in Arabic glyphs
- We're piloting a new color scheme, "Ottosson", which offers well-distributed and consistent hue and chroma based on the Oklab color space
- Settings UI Overhaul (small edition - see 1.23 Preview for more!)
- We've added a new Compatibility page at the top level and a Terminal Emulation page inside Profiles to control application compatibility settings
- You can now configure the translation of paths dropped on or copied into Terminal to use one of four styles: None (Windows, no translation), WSL (/mnt/c), MSYS2 (/c) or Cygwin (/cygdrive/c) via a new profile setting pathTranslationStyle (enum none, wsl, msys2, cygwin; default none except for WSL profiles)

Changed:
- In cmd and python (and other users of console line input), choosing a command from history will once again duplicate it in your history; this reverts #17852
- On Windows 11 24H2, Terminal will no longer be updated while it is in use (this might look familiar! There was an issue preventing this from working until this change landed)
- The POSIX-style path translation modes will (finally!) properly escape paths containing single quotes
- You can now disallow applications from writing to the Windows Clipboard (profile setting compatibility.allowOSC52, boolean, default true; Terminal Emulation settings)

Fixed:
- Ctrl+Insert will (finally!) copy selected text in the Command Palette
- The "Close Window" action will no longer bypass the close confirmation dialog
- The schema document has been updated to include the Windows.Terminal.VisualStudio dynamic profile source
- compatibility.textMeasurement is now present in the JSON settings schema document

Reliability:
- Terminal will no longer occasionally hang when an IME is in use which calls back into the application while composition is ongoing

Console APIs and VT:
- Client applications will once again be closed in newest-to-oldest order, and CTRL events will be processed for all clients even if one had failed during event processing
- Repeated console API calls that transit less than 128KiB of data will no longer cause heap thrashing
- The new readline implementation in 1.22 will now work more consistently in the face of concurrent output