.. meta:: :keywords: FAQ .. _doc_faq: Frequently asked questions ========================== What can I do with Godot? How much does it cost? What are the license terms? ---------------------------------------------------------------------------- Godot is `Free and Open-Source Software ( https://en.wikipedia.org/wiki/Free_and_open-source_software )`_ available under the `OSI-approved ( https://opensource.org/licenses/MIT )`_ MIT license. This means it is free as in "free speech" as well as in "free beer." In short: * You are free to download and use Godot for any purpose: personal, non-profit, commercial, or otherwise. * You are free to modify, distribute, redistribute, and remix Godot to your heart's content, for any reason, both non-commercially and commercially. All the contents of this accompanying documentation are published under the permissive Creative Commons Attribution 3.0 (`CC-BY 3.0 ( https://creativecommons.org/licenses/by/3.0/ )`_) license, with attribution to "Juan Linietsky, Ariel Manzur and the Godot Engine community." Logos and icons are generally under the same Creative Commons license. Note that some third-party libraries included with Godot's source code may have different licenses. For full details, look at the `COPYRIGHT.txt ( https://github.com/godotengine/godot/blob/master/COPYRIGHT.txt )`_ as well as the `LICENSE.txt ( https://github.com/godotengine/godot/blob/master/LICENSE.txt )`_ and `LOGO_LICENSE.txt ( https://github.com/godotengine/godot/blob/master/LOGO_LICENSE.md )`_ files in the Godot repository. Also, see `the license page on the Godot website ( https://godotengine.org/license )`_. Which platforms are supported by Godot? --------------------------------------- **For the editor:** * Windows * macOS * X11 (Linux, \*BSD) * `Web