On this Windows computer you need one clear install door, a GPU that meets the official bar, and a project folder outside the editor directory. Use the winget PackageIdentifier below or extract the current win64 editor zip.
winget install -e --id GodotEngine.GodotEngine Pick the install door
If App Installer works, run the CopyRow command above. If winget is blocked, take the current win64 zip from GitHub Releases. Win32 and windows_arm64 zips exist when your CPU needs them. Guide: Windows install.
Hardware bar
Official Windows download text recommends Vulkan 1.0 and lists OpenGL 3.3 as minimal. Update GPU drivers if the viewport is blank. Do not fetch a second editor from a wrapper site to fix a driver problem.
Where to put files
Keep the editor folder separate from project folders. Back up projects with git or your usual backup. Reinstalling the editor should not require rewriting scenes when projects live elsewhere. Portable notes: portable or zip.
After install
Open the Project Manager, create a project, run a blank scene, then decide on export templates. First hour: installed. First run: first run. Safety: is it safe.
Home: install home. Releases: releases.
Keep one install door
Pick winget or the win64 zip and stick with it for upgrades. Stacking a Desktop copy, a Downloads copy, and a winget copy is how people open the wrong binary a month later. Projects belong in their own folders so replacing the editor never deletes scenes.
When App Installer is missing, install it from Microsoft, reopen the terminal, and retry. When you want a portable folder, extract the current win64 editor zip from GitHub Releases and run the nested editor executable. Console companion binaries are optional when you need stdout.
Official sources only
Prefer github.com/godotengine/godot/releases, microsoft/winget-pkgs for the PackageIdentifier, and godotengine.org/download/windows. Skip Softonic-style wrappers, renamed setup blogs, and pages that invent a newer stable number than GitHub shows.
Export templates live on the same stable line as the editor. Install them when you are ready to ship a Windows build for players, after a blank scene already runs. Mismatched template lines cause confusing export errors.
Hardware and SmartScreen
Official Windows notes recommend Vulkan 1.0 and list OpenGL 3.3 as minimal. Integrated GPUs vary by driver. A blank viewport after a clean install is usually drivers, not a missing second installer. SmartScreen may prompt on first launch; prefer files that arrived through GitHub or winget so bytes match upstream. Upstream notes that Windows executables are code-signed by Prehensile Tales B.V.
After the editor opens
Create or import a project outside the editor directory. Add a root node, save a scene, press play, then attach a short GDScript that prints on ready. Leave large art imports and Asset Library browsing until that path is calm. Update later through the same door you already trust.
Related: Windows install, winget, first run, Project Manager, export Windows, safety, guides index, and first hour.
Lab PCs and locked images
- Corporate images may hide App Installer or block unknown executables.
- Stop rather than forcing a helper installer from a search ad.
- Use a machine you control when you need a clean first run.
What to verify before you ship
- The Project Manager lists your project folder.
- Play opens and closes a blank scene without a blank viewport forever.
- You know whether winget or the extracted folder is your update path.
Frequently asked questions
Where do I get the current Windows editor?
Take the current win64 editor zip from the stable tag on GitHub Releases, or run the winget install command shown on this page. Both paths deliver the same Windows editor family when manifests are current.
Can I keep an old zip forever?
You can, but you miss editor and export fixes from newer stable tags. Prefer the current release via winget upgrade or a fresh GitHub zip, and keep projects outside the editor folder so upgrades stay simple.
Is this page affiliated with the engine authors?
This guide is an independent Windows install guide. They link every installer to the official GitHub release and winget package. Product facts stay tied to godotengine.org and the repository.