Ghostty for Windows
Ghostty doesn't ship a Windows build. Wintty is a separate, open source project that runs the Ghostty terminal core natively on Windows, with a WinUI 3 shell and a DirectX 12 renderer.
Built on Ghostty
Ghostty is the cross-platform terminal from Mitchell Hashimoto and the broader Ghostty team. Wintty builds on the Ghostty core; it is not affiliated with, or endorsed by, the Ghostty project. We are big fans of Ghostty and hope much of Wintty's work becomes part of an official Ghostty for Windows someday. For macOS and Linux, visit ghostty.org.
Does Ghostty run on Windows?
Not officially. Ghostty ships for macOS and Linux, and its install docs list no Windows build. Windows support remains the most requested upstream addition, tracked in the project's Windows Support discussion.
Wintty is one answer to that request: it takes Ghostty's terminal core and builds the native Windows application around it.
Wintty: a native Windows port of the Ghostty core
Wintty is a separate project with its own name, installer, and roadmap. It is built from two halves:
- From Ghostty: the terminal emulation, VT parsing, screen model, font handling, and the configuration model, shared with upstream through libghostty. Wintty does not reimplement any of it.
- From Windows: a WinUI 3 shell, a DirectX 12 renderer, a signed installer with automatic updates, and platform integration such as jump lists, taskbar progress, Mica and Acrylic backdrops, and a UI Automation provider for screen readers.
That split is the point: the emulation stays Ghostty's, and the shell behaves the way a Windows application should. The about page covers how Wintty relates to Ghostty in depth.
How to install Ghostty for Windows (with Wintty)
There are two ways to get Wintty onto a machine today, plus a paid tier on top.
Signed installer (sponsor build)
Sponsor the project with any amount, sign in with the same GitHub account on the download page, and install the signed build. It updates itself in place, on both stable and tip channels.
Build from source
The full source is free and open. Clone the repository and follow the build from source guide; you need the Zig toolchain and a few Windows build tools, and you get the same terminal every other tier runs.
Pro tiers
Pro adds persistent sessions, read aloud, and streamer mode on top of the sponsor build; Pro Enterprise ships an MSI for fleet deployment. The tiers page compares every tier.
There is no winget or scoop package today; the download page lists the paths that exist.
What you get
The application features are Windows-native, and the terminal features come from the Ghostty core:
- Tabs and splits, including a vertical, side-docked tab layout.
- A quick terminal you summon with a hotkey.
- Color themes that follow the system light and dark mode.
- Custom shaders, with a live gallery you can try in the browser.
- A command palette, in-terminal search, and hyperlink handling.
- Shell integration, background images, and font control.
Underneath, the Ghostty core contributes what a program running inside the terminal sees: the Kitty graphics protocol, synchronized output, and the rest of the sequences in the Terminal API reference.
Ways to run Ghostty on Windows compared
Wintty is not the only way:
| Option | What it is | Install |
|---|---|---|
| Wintty | A separate project built on the Ghostty core, with a native WinUI 3 shell and a DirectX 12 renderer. | Signed installer after sponsoring, or build from source. |
| Ghostty in WSL | The official Linux build of Ghostty, running in a Linux environment on Windows with WSLg for display. | Set up WSL, then install Ghostty inside it, Linux style. |
| Other community builds | Independent projects that also bring Ghostty's core or builds to Windows, such as noctty, shiweis/ghostty-windows, and Thr45hx/ghostty-windows. Not affiliated with Wintty; feature sets and maturity differ. | See each project. |
If you want a native Windows application with a signed, auto-updating installer, Wintty is built for that. If you want exactly the build upstream ships, WSL is the honest path.
Requirements
- Windows 10 or 11, 64-bit.
- A DirectX 12 capable GPU for the standard renderer. No tier falls back to software rendering except Pro Legacy, which is built against DirectX 11 for machines that cannot run DirectX 12.
- No WSL, no X server, and no Linux environment: Wintty installs like any other Windows application.
FAQ
Does Ghostty run on Windows?
Not officially. Ghostty ships for macOS and Linux only. Wintty is a separate project that brings the Ghostty terminal core to Windows.
Is Wintty the same as Ghostty?
No. Wintty is not affiliated with the Ghostty project. It builds on Ghostty's terminal core for VT emulation and configuration, and adds a native WinUI 3 shell, a DirectX 12 renderer, and Windows integration Ghostty doesn't have.
Is Wintty a Ghostty Windows port?
In practice, yes: the terminal core is Ghostty's, and the Windows application around it was written for Windows. The emulation is shared code from the Ghostty project, not a reimplementation.
How do I install Ghostty on Windows?
Install Wintty. Sponsor any amount and download the signed installer after signing in with GitHub, or build from source yourself. Both paths are on the download page.
See the download page.
Does Wintty work with my Ghostty config?
Wintty uses the same configuration model as Ghostty, so Ghostty options carry over, and it adds Windows-only options of its own. Everything is set in one configuration file.
What about WSL?
WSL runs the official Linux build of Ghostty inside a Linux environment, where the display, input, and clipboard cross the WSL boundary. Wintty runs natively on Windows, so there is no boundary to manage.
Could Wintty become the official Ghostty for Windows?
That is the Ghostty project's call, and there is no such plan today. Wintty is not affiliated with Ghostty. We are big fans of the project, and we hope much of Wintty's work becomes part of an official Windows port if Ghostty ever ships one. Until then, Wintty is a native way to run the Ghostty core on Windows.
Built on Ghostty
Ghostty is the cross-platform terminal from Mitchell Hashimoto and the broader Ghostty team. Wintty builds on the Ghostty core; it is not affiliated with, or endorsed by, the Ghostty project. We are big fans of Ghostty and hope much of Wintty's work becomes part of an official Ghostty for Windows someday. For macOS and Linux, visit ghostty.org.