Icon

PuTTY

PuTTY is a free, open-source SSH and Telnet client for Windows, Linux, and macOS, providing secure remote terminal access and file transfer capabilities.
Latest: 0.84 Web Scrape
Last checked: Jun 9, 2026 12:10am
Rank: 61/15140
Also monitored via:
Site Monitor Winget AI Search
Follow to track new versions in your feed.
Report

Overview

0
License: Open SourceInstaller: MSISilent: YesWinget: Available
Silent install
msiexec /i putty-0.83-installer.msi /quiet /norestart

Uninstall
msiexec /x putty-0.83-installer.msi /quiet /norestart

Version & Lifecycle

0
Current: 0.84 N-2: 0.82.0.0 Predicted EOL: 2025-12-31 Avg cadence: Every 105 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment tip • May 21, 2026
0

PuTTY EXE-to-MSI update applicability note

For PuTTY update targeting, account for the historic installer-type change from EXE to MSI after the 0.70-era releases. Devices with an older EXE-based PuTTY install may need a base MSI deployment or cleanup step before MSI-based update logic will detect and service them correctly.

Use the official PuTTY site when validating downloads: PuTTY downloads.

For managed PuTTY updates, account for the installer-family change from the old EXE packages to MSI packages after the 0.70-era releases. Standardize on the official MSI for current Windows deployments and treat older EXE-installed endpoints as a migration case instead of assuming MSI update applicability will cover them. Source: official PuTTY source.

Deployment note • January 11, 2026
0

PuTTY MSI deployment and legacy EXE update note

For managed PuTTY deployments, standardize on the official Windows MSI package for current installs and updates. Legacy PuTTY installs from the pre-0.70 EXE installer line are a separate case: MSI-based update detection/applicability should not be expected to upgrade those older EXE installs in place. Remove or replace legacy EXE-era installs first, then manage future versions with the MSI package.

Example quiet MSI pattern: msiexec /i putty-64bit-<version>-installer.msi /qn /norestart /L*v "%WINDIR%\Temp\PuTTY-install.log". If you use a custom install directory, keep detection tied to the MSI-installed PuTTY version/ProductCode rather than an older EXE uninstall entry.

Official source for current Windows MSI packages: PuTTY latest release downloads.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

PuTTYputty PuTTY

Packaging Notes

0

Available as MSI installers for 32-bit, 64-bit, and ARM64 Windows; also source tarballs for Unix-like systems

Notes

0

Installation requires administrator rights on Windows; MSI installers support silent install/uninstall; binaries are signed with GPG signatures.