OpenSoftHub
Godot Engine

Godot Engine

Cross-platform 2D/3D open-source game engine with a unified interface for creating games.

Download Godot Engine

Download Godot Engineuniversal · .zip · 187.9 MB

Universal zip — drag into Applications to install

Other downloads (1)
  • Godot_v4.7.1-stable_macos.universal.zip

    universal · .zip · 159.2 MB

    Download
Getting a "can't verify the developer" warning?

If you see a warning on first launch, go to System Settings > Privacy & Security and click "Open Anyway". Open source software usually isn't signed with an Apple developer certificate, which is normal.

Clicking "Download" takes you to a source confirmation page first; the download starts after confirmation.

About Godot Engine

Godot Engine – Multi-platform 2D and 3D game engine

See incorrect information? Tell us

Choose the closest issue. A short description helps us verify it faster.

We review every report manually. Confirmed issues are corrected on this page.

Who it's for

  • Indie game developers and small studios
  • Developers who need an open-source, free game engine
  • Beginners learning game development
  • Teams looking to publish games across multiple platforms
  • Programmers familiar with GDScript or C#

Who it's not for

  • Teams that require official paid technical support or custom services
  • Non-technical users who prefer a fully visual workflow without writing code
  • Projects that require long-term enterprise-grade support and guarantees from the official vendor

Install guide

  1. Download the archive matching your operating system and CPU architecture:
  • Windows x64: Godot_v4.7.1-stable_win64.exe.zip
  • Windows x86: Godot_v4.7.1-stable_win32.exe.zip
  • Windows ARM64: Godot_v4.7.1-stable_windows_arm64.exe.zip
  • macOS (Universal for Intel and Apple Silicon): Godot_v4.7.1-stable_macos.universal.zip
  • Linux x64: Godot_v4.7.1-stable_linux.x86_64.zip (for other architectures, choose the corresponding linux.arm64, linux.x86_32, or linux.arm32 file)

If you plan to develop with C# (Mono), download the version with mono in the filename, such as Godot_v4.7.1-stable_mono_win64.zip or Godot_v4.7.1-stable_mono_macos.universal.zip.

  1. Extract the zip file to a local directory.
  2. Run the executable after extraction:
  • Windows: Double-click Godot_v4.7.1-stable_win64.exe (or the corresponding exe).
  • macOS: Double-click Godot.app or run open Godot.app in Terminal.
  • Linux: Run ./Godot_v4.7.1-stable_linux.x86_64 in Terminal, or double-click it in your file manager.
  1. On first launch, macOS may show a warning that the app cannot be opened because the developer cannot be verified. This is a standard security prompt. You can right-click the app and select "Open", or allow it in System Settings → Privacy & Security under "Allow applications from App Store and identified developers". If it still won't open, run xattr -dr com.apple.quarantine Godot.app in Terminal and try again.
  1. To export to other platforms, you also need to download the corresponding export templates (Godot_v4.7.1-stable_export_templates.tpz) and install them via the Export Template Manager in the editor.

FAQ

Is this game engine free?

Yes, Godot Engine is completely free, open-source under the MIT license. You can use it freely, including for commercial purposes, without paying licensing fees or royalties.

What operating systems are supported?

Officially, editor versions are available for Windows, macOS, and Linux. Games can be exported to desktop, mobile, web, and some console platforms.

What is the difference between the standard and Mono versions?

The standard version focuses on GDScript, starts faster, and requires no additional runtime. The Mono version supports C# scripting, making it suitable for teams using .NET. To use C#, you need to download the Mono version and install the .NET SDK.

How do I update to a new version after downloading?

Simply download the new editor archive and replace the old files. Project files are usually backward compatible, but it's recommended to back up your projects before updating.

How do I verify the integrity of downloaded files?

The download page provides a `SHA512-SUMS.txt` checksum file. You can compare the hash values using `sha512sum` (Linux/macOS) or `Get-FileHash` (Windows PowerShell) in your terminal.

Godot Engine download - Cross-platform 2D/3D open-source game engine with a unified interface for creating games. - OpenSoftHub