DragonRuby Environment Manager
curl -fsSL drenv.org/install.sh | bashMultiple DragonRuby versions, global vs per-project, itch.io downloads, and painful PATH management — drenv solves all of it with a tiny, fast CLI that just works.
drenv installPRIMARY COMMANDDownloads and installs the latest DragonRuby GTK directly from your itch.io account.
Only the standard tier is supported at this time.
drenv register <path>Manually register an existing DragonRuby installation from a .zip file or directory containing the dragonruby executable.
drenv global [version]Set the global DragonRuby version used when creating new projects. Run without arguments to see the current global version.
drenv versionsList all installed DragonRuby versions. The active global version is marked with an asterisk (*).
drenv new <name>Create a new DragonRuby project by copying the global version into a fresh directory.
drenv upgradeDownload and install the latest release of drenv itself.
Full source and additional details available on GitHub.