A command-line tool for managing different versions of Godot Engine.
Written in PURE Rust.
Note
Currently Godo supports Windows only, and will soon catch up with macos and linux :D
- Download the latest
.exe
executable at the Releases Page - Place it into an empty folder with a considerate name, e.g.
godo
- Run command below from a cmd or a PowerShell:
setx "PATH" "%PATH%;path\to\godo"
- Run another cmd, and try the commands in Quick Start section out!
Install the latest stable version of Godot:
godo install
...with Mono support:
godo install -m
Install 3.x version:
godo install 3
Run Godot with latest stable version:
godo run
...with specified version:
godo run 3
See what's available to install:
godo available
...with prereleased versions:
godo available -p
What's already installed?
godo list
I don't want that version anymore!
godo uninstall 4.2-stable