How to Install Godot (Standard Version)
In this article, we'll cover how to install the standard edition of Godot - which is both free and open source. Before beginning, you may wish to review Godot's
system requirements.

The Standard version of Godot uses Godot's own scripting language GDScript. If you would rather work with C#, please see this article instead:
How to Install Godot (.NET Version)
Installing Godot
In this section, we'll cover how to install Godot. Note that we recommend installing the latest stable version for optimal compatibility with our courses.
2. Click the "Download Latest" button on the front page. This will automatically take you to the download page for your operating system.
3. Once on the download page, click the first download option (which is for the standard version). This will download the Godot engine to your local computer.
4. Once downloaded, perform any unzipping of the file if necessary. Otherwise, you just need to click the application file to start the program - no further "installation" required!
Related Articles
How to Install Godot (.NET Version)
In this article, we'll cover how to install the .NET edition of Godot - which is both free and open source. Before beginning, you may wish to review Godot's system requirements. The .NET version of Godot uses the C# programming language. If you would ...
How to Install Unity
This article will cover both how to install Unity for the first time, and how to install new versions of Unity for pre-existing installations. Before installation you may wish to review Unity's system requirements. First Time Installation Only - ...
How to Install Rust
This article will briefly cover how to set up Rust for Rust-based projects. Installing Rust 1. Head to the Rust installation page at https://www.rust-lang.org/tools/install 2. The page should automatically detect your operating system and present you ...
How to Install MonoGame
This article will cover how to set up the MonoGame framework for game development. MonoGame recommends using Visual Studio Community for development - the setup of which is covered in this article. You can, however, use other code editors like Visual ...
How to Install Python
If you intend to use our Python courses with a code editor like Python's built-in IDLE editor, Visual Studio Code, Anaconda, Spyder, or something else, you will need to first install the Python runtime to your local computer. This short article will ...