Godot Goodie Grabber (ggg) is a project manager for Godot games, inspired by uv for Python.
Declare your Godot version and addon dependencies in a ggg.toml file. Then a single command sets up the full project environment - right engine version, all addons installed, every time.
ggg sync # downloads Godot, installs all addons
ggg edit # opens the project in the pinned editorAddons can come from git repositories, pre-built archives, or the Godot Asset Library. A ggg.lock file records exact resolved versions so every contributor and every CI run gets a bit-for-bit identical environment.
MIT OR Apache-2.0