Download
Godot 3.2.3
released September 17, 2020Standard version
Mono version (C# support)
Note: The 32-bit Mono binaries do not run on 64-bit Windows systems at the time being. Make sure to export 64-bit Mono binaries for your 64-bit target platforms.
Requirements
- OpenGL 2.1 / OpenGL ES 2.0 compatible hardware
-
For the Mono version: MSBuild
(from Visual Studio Build Tools or the Mono SDK)
Instructions
- Extract and run. Godot is self-contained and does not require installation.
- If you run into an issue, check the Troubleshooting page for common issues and their solutions.
You can also get Godot with Scoop.
-
scoop bucket add extras
-
scoop install godot
Windows executables are code-signed by Prehensile Tales B.V.
Export templates (standard)
Used to export your games to all supported platforms.
Export templates (Mono / C#)
Used to export your C# games to the supported platforms. Currently, the C# version can export to desktop platforms (Linux, macOS and Windows), Android, iOS, and HTML/WebAssembly.
AAR library for Android plugins (standard)
Use it to develop Android plugins in Java or Kotlin using the Godot API.
AAR library for Android plugins (Mono / C#)
Use it to develop Android plugins in Java or Kotlin using the Godot API.
Learn Godot
Learning how to use Godot with the Step by Step tutorial.
Demos
Example projects to get you started.
Blender ESCN exporter
Blender add-on to export scenes to Godot's scene format directly.
Godot also supports glTF 2.0 and OBJ.
Godot 3.1.2 downloads
Looking for the previous stable branch? It's here!
Godot 2.1.6 downloads
Looking for the older 2.1 branch? It's here!

Godot's development is open. This means that you can fix or improve any part of the engine yourself and choose whether to contribute it back or keep it private.
New features are always available to use and test, without the need of having to wait for the next major release. Compiling Godot from source is very easy and the process is well-documented for each platform. To obtain the source code, please visit the GitHub project page.