Open the latest release and download winTerm for x64
The latest Release page provides the Setup EXE, Portable ZIP, release notes, and checksums together.
The installer is unsigned, so Windows may display Unknown Publisher or a
SmartScreen warning. Download only from the official release above and verify
the included SHA256SUMS.txt before running it.
winTerm is an independent open-source Windows 11 terminal published by
helloThisWorld. It is based on Microsoft Terminal source code but is not a
Microsoft product and is not affiliated with or endorsed by Microsoft. It does
not use Microsoft, Windows, or Windows Terminal logos.
The primary distribution is an unpackaged, self-contained Inno Setup EXE. A
Portable ZIP is also provided. For a version <version>, the only recommended
application downloads are:
winTerm-<version>-setup-x64.exe— current-user or all-users installation;winTerm-<version>-portable-x64.zip— extract and run without installation.
The current source version is 1.1.2. See the
latest official Release
for the complete published asset list and checksums.
If a release is unsigned, its notes say so explicitly. Windows may display an
Unknown Publisher or SmartScreen warning; verify SHA256SUMS.txt from the same
Release. No MSIX certificate, Developer Mode, Visual Studio, Windows SDK, or
Add-AppxPackage is required to install a release EXE.
See installation guidance and the 1.1.2 release notes.
- Top, Bottom, Left, and Right splits relative to the focused pane, retaining profile selection and transactional rollback;
- border-drag pane resizing with continuous updates, minimum-size constraints, and local snap points at quarters, thirds, and 50%;
- Alt-modified free resizing, stable snap hysteresis, exact resize undo/redo, and a one-command Balance Panes action;
- compact pane headers with a pane icon, title, real status text, and unified overflow menu without pane-repositioning affordances;
- a website-aligned dark native window shell, tab strip, pane surfaces, thin blue-grey dividers, and mint focus/resize feedback;
- configurable pane resizing and Application UI settings, keyboard resize commands, High Contrast-aware divider feedback, and screen-reader labels;
- independent
%LOCALAPPDATA%\winTermdata andwinterm.execommand registration without replacing Windows Terminal orwt.exe; - PowerShell, CMD, dynamic WSL profile discovery, themes, private fonts, workspaces, snapshots, diagnostics, and multiline-paste protection.
Because Windows filenames are case-insensitive, the product-cased executable
winTerm.exe is also directly invokable as winterm.exe. The installer uses
an App Paths entry rather than globally editing PATH.
Extract the complete Portable ZIP to a writable directory and run
winTerm.exe. The included portable.marker makes winTerm store settings,
themes, workspaces, snapshots, logs, and updates under the adjacent data
directory. Removing the marker switches data storage to
%LOCALAPPDATA%\winTerm.
Portable mode does not modify the registry, create shortcuts, register an uninstaller, or require administrator access.
Use PowerShell 7 and the Microsoft Terminal toolchain described in build guidance:
.\scripts\winterm\build.ps1 -Configuration Release -Platform x64 -IncludeTests
.\scripts\winterm\test.ps1 -Suite Relevant -Configuration Release -Platform x64
.\scripts\winterm\build-unpackaged.ps1 -Configuration Release -Platform x64
.\scripts\winterm\build-installer.ps1 -Version 1.1.2 -Platform x64
.\scripts\winterm\build-portable.ps1 -Version 1.1.2 -Platform x64The unpackaged generator uses an unsigned MSIX only as an upstream build intermediate to produce the merged resource index. MSIX is not copied to the stage, release allowlist, or primary user installation flow.
winTerm does not collect command text, terminal output, clipboard content, workspace contents, working directories, or usage analytics. Crash upload is off and opt-in. See PRIVACY.md, SECURITY.md, and SUPPORT.md.
Free code signing provided by SignPath.io, certificate by SignPath Foundation.
- Authors, committers, and reviewers: HelloThisWorld
- Approver: HelloThisWorld
Official release artifacts are built from this public repository using GitHub Actions.
Every release signing request requires manual approval.
See PRIVACY.md for the winTerm privacy policy.
winTerm preserves the Microsoft Terminal MIT license, copyrights, and
third-party notices. The pinned upstream baseline is
release-1.25@1cea42d433253d95c4487a3037db48197b5e72f4.
See LICENSE, NOTICE.md, THIRD_PARTY_NOTICES.md, and upstream synchronization.