GDAM
Godot Addon Manager
Available
Install, link, remove and publish Godot addons from GitHub release assets, through a small
CLI and the public registry at gdam.dev. gdam init writes a manifest into your
project; gdam add @user/addon and gdam install keep that manifest
in sync with what is actually sitting under the addons directory.
Local development links live in a separate gdam.link.json, so working against
an unpublished addon on your disk never edits the manifest you ship. Publishing is
authenticated with a secret key scoped to a single user or org; the CLI itself carries no
credentials, which is why installing needs no account at all.
go install github.com/aviorstudio/gdam@latest Or the install script · reads are public, no account needed