The best open source alternative to Godot is GDevelop. If that doesn't suit you, we've compiled a ranked list of other open source Godot alternatives to help you find a suitable replacement. Other interesting open source alternatives to Godot are: MonoGame and s&box.
Godot alternatives are mainly Game Development Platforms. Browse these if you want a narrower list of alternatives or looking for a specific functionality of Godot.
Free, open-source game engine with visual event system, AI tutor, and one-click publishing to Steam, iOS, Android, and web platforms.

GDevelop is a free, open-source game engine designed to make game creation accessible to everyone—from artists and educators to professional developers. With its intuitive visual event system, you can build complex game mechanics without writing a single line of code.
The platform features AI-assisted development that helps you learn faster and solve problems in real-time. Built-in tutorials and in-app courses guide you from beginner to advanced levels. The engine is lightweight and powerful, delivering fast performance across devices while supporting both 2D and 3D game creation.
Key capabilities include:
GDevelop has powered successful indie games including award-winning titles, Kickstarter-funded projects, and official promotional games for major brands. The community spans artists, educators, game developers, and businesses, all creating games on a single platform that removes technical barriers while maintaining professional-grade capabilities.
Looking for open source alternatives to other popular services? Check out other posts in the alternatives series and openalternative.co, a directory of open source software with filters for tags and alternatives for easy browsing and discovery.
Build games in C# that run on Windows, macOS, Linux, iOS, Android, and major consoles. No royalties, no subscriptions, no runtime fees.

MonoGame is an open-source game development framework built on C# and .NET. It's aimed at developers who want full control over their code without paying engine licensing fees or royalties. Unlike commercial engines, there's no subscription model and no runtime fees, ever.
The framework targets a wide range of platforms from a single codebase:
All source code is publicly available. If you hit a platform-specific limitation or want to port to something new, you can modify the framework itself. That's a real advantage over closed tools where you're waiting on a vendor to fix something.
MonoGame is owned by the MonoGame Foundation, a registered non-profit that depends on community donations rather than commercial revenue. That structure keeps the tool free and community-driven rather than tied to a company's roadmap.
It works with the editors developers already use: Visual Studio, Visual Studio Code, and JetBrains Rider. The C#/.NET foundation means you get modern language features, strong tooling, and a mature ecosystem for things like debugging and profiling.
If you're coming from a higher-level engine like Godot and want something closer to the metal with no abstraction layers between you and the rendering loop, MonoGame gives you that. It's a framework, not an editor-driven engine, so you're writing code rather than clicking through a scene graph. That suits developers building custom engines on top of it or porting existing games from XNA, which MonoGame was originally designed to succeed.
A game creation platform built on Valve's Source 2 engine, letting you build, share, and play games without leaving the environment.

s&box is a game creation platform built on Valve's Source 2 engine. It lets you build games, mods, and interactive experiences directly inside the platform, then share and play them with others. Think of it as a place where the tools and the playground are the same thing.
The platform targets game developers and creative hobbyists who want to build without the overhead of a traditional standalone engine. You write code, see results, and iterate inside the same environment where players actually run your creations.
What makes it distinct:
Because the engine is shared infrastructure, creators don't ship standalone executables. Players run everything through s&box itself, which keeps distribution simple but also ties the experience to the platform.
The open-source components of the project make the tooling inspectable and community-extensible. Developers can see how core systems work and contribute fixes or improvements rather than waiting on a closed vendor to address gaps.
It's a practical fit for rapid game prototyping, multiplayer experiments, and small-to-medium game projects where iteration speed matters more than full engine independence.