hbread00 is a small, community-oriented software publisher whose single public offering, GDMan, addresses a narrow but persistent pain point for game developers: keeping multiple Godot engine versions organized. Built in Go and distributed as a lightweight CLI, GDMan downloads, switches, and removes official Godot binaries without manual hunting through tgz files or PATH edits. Typical use cases include CI pipelines that must pin a specific engine revision, educators who need to test student projects against several Godot releases, and solo devs who bounce between stable, beta, and nightly builds while experimenting with Vulkan renderers or GDScript 2.0 syntax. The utility also maintains per-project version files, so opening a folder automatically launches the correct engine executable, eliminating the “wrong version” launch error that can corrupt import metadata. Because it pulls builds straight from the TuxFamily mirror network, checksums are verified and macOS, Linux, and Windows binaries are all supported. The codebase is MIT-licensed, accepts pull requests for new platform detection logic, and releases are tagged in the GitHub repo for anyone who prefers to compile from source. hbread00’s GDMan is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest upstream build, and can be queued alongside other applications for unattended batch installation.
Godot project manager
Details