Skip to content
Noctty

Version 1.3.123, latest release, for Windows 10 and 11 on x64 and ARM64, MIT licensed.

A real terminal,
finally
on Windows.

Noctty puts Ghostty’s terminal core inside a native Win32 app. You get tabs and splits, session restoration, a real settings window, and a keyboard-driven palette for everything else.

Noctty — formerly WingHostty

Download latest
winget install AmanThanvi.noctty
Install method
noctty — PowerShell

PS C:\Users\dev>$archEnv = if ($env:PROCESSOR_ARCHITEW6432) { $env:PROCESSOR_ARCHITEW6432 } else { $env:PROCESSOR_ARCHITECTURE }

PS C:\Users\dev>$arch = if ($archEnv -eq 'ARM64') { 'arm64' } else { 'x64' }

PS C:\Users\dev>iwr https://github.com/amanthanvi/noctty/releases/download/v1.3.123/noctty-1.3.123-windows-$arch-setup.exe -OutFile noctty-setup.exe

PS C:\Users\dev>.\noctty-setup.exe

→ installer build: Start menu entry and standard uninstall path
→ x64 and ARM64 installers are Authenticode-signed.
→ SmartScreen may still warn while reputation builds.

PS C:\Users\dev>

Ghostty does not ship a Windows app today, so Noctty builds one around Ghostty’s terminal core. The core is shared with upstream; the application runtime, windowing, settings, and updater are this fork’s own work.

Public releases are out now for Windows 10 and 11 on x64 and ARM64. Installers and Windows binaries are Authenticode-signed, but SmartScreen may still warn while reputation builds. Click More info, then Run anyway. The project moves quickly, so read the release notes before updating.

There is no telemetry and there are no analytics. The only network traffic is the update check against GitHub Releases, and download mode stages a verified signed installer that waits for your confirmation.

Windows UI Automation support is partial, not complete. Terminal text, focus, selection, the command palette, and native settings controls have coverage today; broader per-widget and screen-reader validation is still in progress.