Downloads:
36,185
Downloads of v 4.3.0:
1,752
Last Update:
16 Aug 2024
Package Maintainer(s):
Software Author(s):
- Juan Linietsky
- Ariel Manzur and contributors
Tags:
godot game engine game-engine graphics 3d 2d- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Godot Game Engine
- 1
- 2
- 3
4.3.0 | Updated: 16 Aug 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
36,185
Downloads of v 4.3.0:
1,752
Maintainer(s):
Software Author(s):
- Juan Linietsky
- Ariel Manzur and contributors
Godot Game Engine 4.3.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Juan Linietsky, Ariel Manzur and contributors. The inclusion of Juan Linietsky, Ariel Manzur and contributors trademark(s), if any, upon this webpage is solely to identify Juan Linietsky, Ariel Manzur and contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Godot Game Engine, run the following command from the command line or from PowerShell:
To upgrade Godot Game Engine, run the following command from the command line or from PowerShell:
To uninstall Godot Game Engine, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download godot --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade godot -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade godot -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install godot
win_chocolatey:
name: godot
version: '4.3.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'godot' do
action :install
source 'INTERNAL REPO URL'
version '4.3.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller godot
{
Name = "godot"
Version = "4.3.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'godot':
ensure => '4.3.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 06 Nov 2024.
Godot Engine
2D and 3D cross-platform game engine
Godot Engine is a feature-packed, cross-platform game engine to create 2D and
3D games from a unified interface. It provides a comprehensive set of common
tools, so that users can focus on making games without having to reinvent the
wheel. Games can be exported in one click to a number of platforms, including
the major desktop platforms (Linux, Mac OSX, Windows) as well as mobile
(Android, iOS) and web-based (HTML5) platforms.
Free, open source and community-driven
Godot is completely free and open source under the very permissive MIT license.
No strings attached, no royalties, nothing. The users' games are theirs, down
to the last line of engine code. Godot's development is fully independent and
community-driven, empowering users to help shape their engine to match their
expectations. It is supported by the Software Freedom Conservancy
not-for-profit.
Before being open sourced in February 2014, Godot had been developed by Juan
Linietsky and Ariel Manzur (both still maintaining the project) for several
years as an in-house engine, used to publish several work-for-hire titles.
Copyright (c) 2007-2018 Juan Linietsky, Ariel Manzur.
Copyright (c) 2014-2018 Godot Engine contributors (cf. AUTHORS.md)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
32-bit: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_win32.exe.zip
64-bit: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_win64.exe.zip
to download the zip file.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: c2057e082dd17e82b7f414f879e9384ac32b0cb1e89f87e7bbf343fe4fd084a4
checksum64: 8f2c75b734bd956027ae3ca92c41f78b5d5a255dacc0f20e4e3c523c545ad410
File 'LICENSE.txt' obtained from:
https://github.com/godotengine/godot/blob/master/LICENSE.txt
# Delete shim
Uninstall-BinFile -Name "godot"
md5: 2DFFE8FB74381D74E893A5A0F760D348 | sha1: 57EE5755C99B46B790CB4F913CE4DA042BB9A17B | sha256: C2057E082DD17E82B7F414F879E9384AC32B0CB1E89F87E7BBF343FE4FD084A4 | sha512: 2913B02DB8A62A3720C7083951B31D9EED07C954D889A0F7E1BAF4EF0B253DAE94D88207C3EB0CE354465CCAAD80FE5E1FD088F0FAC863574411240FD6152784
md5: D1A6D5A853FA6CC757957FE1876A10AC | sha1: C3AD1AD742C78C0594AAE26366EBD37AB3A6692D | sha256: 8F2C75B734BD956027AE3CA92C41F78B5D5A255DACC0F20E4E3C523C545AD410 | sha512: AD09B7E19949327700DFBE64E35880A2A08091C0751277F5CC21B915E5DF9B4FE93FB43C50D6BDFB9D16B46168592491AA698E0D2DBE9F92132E163DD77B97E1
Log in or click on link to see number of positives.
- godot.4.3.0.nupkg (ead12b966ce3) - ## / 69
- Godot_v4.3-stable_win32.exe_x32.zip (c2057e082dd1) - ## / 70
- Godot_v4.3-stable_win64.exe_x64.zip (8f2c75b734bd) - ## / 66
- Godot_v4.3-stable_win64.exe (b554ba80fb2a) - ## / 72
- Godot_v4.3-stable_win64_console.exe (8c54c617d483) - ## / 75
- Godot_v4.3-stable_win32.exe (ee00296c840e) - ## / 73
- Godot_v4.3-stable_win32_console.exe (53a963c6aa51) - ## / 75
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Godot Game Engine 4.3.0 | 1752 | Friday, August 16, 2024 | Approved | |
Godot Game Engine 4.2.2 | 1979 | Thursday, April 18, 2024 | Approved | |
Godot Game Engine 4.2.1 | 2669 | Wednesday, December 13, 2023 | Approved | |
Godot Game Engine 4.2 | 719 | Friday, December 1, 2023 | Approved | |
Godot Game Engine 4.1.3 | 909 | Friday, November 3, 2023 | Approved | |
Godot Game Engine 4.1.2 | 1647 | Wednesday, October 4, 2023 | Approved | |
Godot Game Engine 4.1.1 | 1367 | Wednesday, July 19, 2023 | Approved | |
Godot Game Engine 4.1 | 384 | Friday, July 7, 2023 | Approved | |
Godot Game Engine 4.0.3 | 801 | Saturday, May 20, 2023 | Approved | |
Godot Game Engine 4.0.2 | 843 | Wednesday, April 5, 2023 | Approved | |
Godot Game Engine 4.0.1 | 432 | Sunday, March 26, 2023 | Approved | |
Godot Game Engine 3.5.1 | 1843 | Thursday, September 29, 2022 | Approved | |
Godot Game Engine 3.5 | 998 | Sunday, August 7, 2022 | Approved | |
Godot Game Engine 3.4.5 | 274 | Thursday, August 4, 2022 | Approved | |
Godot Game Engine 3.4.4 | 1570 | Thursday, March 24, 2022 | Approved | |
Godot Game Engine 3.4.3 | 751 | Saturday, February 26, 2022 | Approved | |
Godot Game Engine 3.4.2 | 1121 | Thursday, December 23, 2021 | Approved | |
Godot Game Engine 3.4.1 | 322 | Saturday, December 18, 2021 | Approved | |
Godot Game Engine 3.4 | 1174 | Saturday, November 6, 2021 | Approved | |
Godot Game Engine 3.3.4 | 973 | Saturday, October 2, 2021 | Approved | |
Godot Game Engine 3.3.3 | 1015 | Saturday, August 21, 2021 | Approved | |
Godot Game Engine 3.3.2 | 1292 | Tuesday, May 25, 2021 | Approved | |
Godot Game Engine 3.3.1 | 464 | Wednesday, May 19, 2021 | Approved | |
Godot Game Engine 3.3 | 766 | Thursday, April 22, 2021 | Approved | |
Godot Game Engine 3.2.3 | 2421 | Friday, September 18, 2020 | Approved | |
Godot Game Engine 3.2.2 | 1214 | Friday, June 26, 2020 | Approved | |
Godot Game Engine 3.2.1 | 1244 | Wednesday, March 11, 2020 | Approved | |
Godot Game Engine 3.2 | 642 | Thursday, January 30, 2020 | Approved | |
Godot Game Engine 3.1.2 | 1522 | Sunday, December 1, 2019 | Approved | |
Godot Game Engine 3.1.1 | 1928 | Sunday, April 28, 2019 | Approved | |
Godot Game Engine 3.1 | 543 | Thursday, March 14, 2019 | Approved | |
Godot Game Engine 3.0.6 | 606 | Wednesday, October 17, 2018 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Godot Game Engine and the Godot Game Engine package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Godot Game Engine, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.