Minimum Requirements

The system requirements for Maya release versions can be found on the System requirements for Autodesk Maya page.

The compiler and tool versions required to build plug-ins and applications with the Maya devkit are:

Operating system Requirements Notes
Windows Visual Studio 2019
macOS Xcode version 10.2.1
Linux Red Hat devtoolset-9-1 with gcc 9.3.1 The Red Hat Developer Toolset can be installed using the yum package management tool. See the Red Hat Developer Toolset website for more information.

Maya C++ plug-ins are built using CMake. You can use CMake to generate makefiles under Linux, Visual Studio projects on Windows, and Xcode projects on macOS. These projects can then be built using CMake, be imported into an IDE, or built using another tool.

The minimum version of CMake required is 3.13.

Maya supports Python 3.