System Requirements

Last modified: April 23, 2024

1 Introduction

This document presents the system requirements for the various parts of the Mendix Platform.

2 Mendix Studio Pro

Mendix Studio Pro has the requirements listed in the following sections.

2.1 Software Specifications

Mendix Studio Pro version 9 is supported on 64-bit versions of Windows 10 release 1809 and above. This also includes Windows 11. MTS versions starting from Mendix Studio Pro 9.6.5 are enabled and tested to run on Apple Silicon Macs such as the M1, which requires Parallels 17 and Windows 11.

The following frameworks are required. They will be installed automatically by the Studio Pro installer if necessary:

  • Microsoft .NET 6.0.x desktop runtime (x64) and all applicable Windows security patches
  • Microsoft Visual C++ 2015 Redistributable Package (x64)
  • Microsoft Visual C++ 2019 Redistributable Package (x64)
  • A Java Developer Kit (JDK) version 11 or 17 - the flavor which will be installed if the correct version of Java is not already installed on your machine—this depends on which version of Studio Pro you are installing
    • AdoptOpenJDK 11 (x64) – for Mendix 9.13 and below
    • Adoptium Temurin JDK 11 (x64) – for Mendix 9.14 to 9.17
    • Eclipse Temurin JDK 11 (x64)– for Mendix between 9.18.1 and 9.18.15
    • Eclipse Temurin JDK 17 (x64)– for Mendix 9.18.16 and above
  • Git for Windows (x64)
  • Mendix Native Mobile Builder
  • Microsoft Edge WebView2 Evergreen Runtime (x64)

If you are running Studio Pro on an ARM64 device (for example, an M1 Mac), you need the following version of .NET 6 in addition to the x64 version listed above:

  • .NET 6 Desktop Runtime (arm64)

2.2 Hardware Specifications

Mendix Studio Pro will run on any machine which can run the minimum requirements for running Windows 10 64-bit with the following additional requirement:

  • Disk Space – Studio Pro requires 2GB disk space to install, and each app you create will vary in size depending on the functionality, but will take a minimum of around 150MB.
  • RAM – 4GB
  • Display Resolution – 1080p (1920x1080)

2.3 Firewall Settings

Studio Pro needs access to the following URLs in order to work. If your firewall is blocking these, you will need to safelist them:

  • *.mendix.com
  • *.mendixcloud.com
  • *.teamserver.sprintr.com

To run a Mendix app, Mendix Studio Pro uses the following ports by default. If your firewall is blocking these, you will need to open them:

  • 8080: runtime port
  • 8083: mobile packager
  • 8090: admin port
  • 8100: sign-in port (for version 9.18 and above)

For more information on ports and modifying Studio Pro’s default ports, see Configurations and the Troubleshooting Common Mobile Issues section of Native App Prerequisites and Troubleshooting.

2.4 TortoiseSVN

If you want to use TortoiseSVN in combination with Studio Pro, download the latest version from the TortoiseSVN website.

2.5 File Locations

For active development and running your application locally, your app folder should be on local drive (such as C:) or on a network folder that has been mapped to a Windows drive letter.

2.6 Supported Git Service Providers

Git service providers have size limitations related to commits and repositories.

Studio Pro does not support Large File Storage (LFS) for any provider.

You can find a list of known limitations below, however, we advise you to check the most up-to-date limitations on respective web sites before considering using a certain service provider.

Vendor Repository Size Limit Push Limit Non-LFS File Size Limit LFS File Size Limit
GitHub Warnings on 5 GB, 100 GB theoretical limit Information n/a 100 MB¹ (warning 50 MB) 5 GB
GitLab 5 GB (free) and 250 GB (enterprise) 5 GB None 5 GB
Azure Repos 250 GB 5 GB None 50 GB
Bitbucket 4 GB 3.5 GB None 10 + 100 GB

¹ You will not be able to work with GitHub, and other providers with a file size limitation, if your .mpr file exceeds the limit.

2.6.1 Azure Repos and Azure DevOps Server

We support both Microsoft’s Azure Repos hosted Git service, and Azure DevOps Server (former Team Foundation Server) which is an on-premises solution for hosting your Git repos on private infrastructure.

To get a PAT for your user account, see the Use personal access tokens instructions in the Microsoft documentation.

You need Code (full) permission for your token.

2.6.2 GitHub

We support GitHub’s hosting solutions, including the free GitHub.com cloud-hosted service and GitHub Enterprise, both hosted (Enterprise Cloud) and on-premises (Enterprise Server).

To get a PAT for your user account, see the Creating a personal access token instructions in the GitHub documentation.

You need repo permissions for your token.

2.6.3 GitLab

We support all tiers of GitLab’s service, including GitLab.com, GitLab Community Edition, and GitLab Enterprise Edition.

To get a PAT for your user account , see the Personal access tokens instructions in the GitLab documentation.

You need write_repository permission for the token.

2.6.4 BitBucket

We support all tiers of Atlassian’s BitBucket service, including BitBucket.org, BitBucket Server, and BitBucket Data Center on-premises solutions.

On BitBucket.org, the personal access token are called app passwords.

To setup an App Password for your BitBucket.org account, see the App passwords instructions.

BitBucket Server and BitBucket Data Center, on the other hand, still use the term “personal access token.” To set up a personal access token, see the Personal access tokens instructions.

In both cases you need repository write permission.

2.7 Graphics Card

If you are using the Intel® UHD Graphics 630 graphics processor, please ensure that you are using driver version 27.20.100.9664 or above.

3 Team Server

The Team Server is implemented using Subversion, and Studio Pro uses the HTTPS protocol to communicate with that server. To access the Team Server from within Studio Pro, the network at your location needs the following settings:

  • The HTTPS port (TCP 443) needs to be open
  • The HTTP port (TCP 80) needs to be open
  • WebDAV (verbs within the HTTP protocol) needs to be enabled on the proxy server (if any)

4 Cloud Foundry

The Mendix Cloud Foundry buildpack supports Cloud Foundry versions v9 and above.

5 Docker

The Mendix Docker buildpack supports Docker version 18.09.0 and above.

5.1 Kubernetes

The Mendix Docker buildpack supports the following Kubernetes versions:

  • Kubernetes version v1.12 and above
  • Red Hat OpenShift v3.11 and v4.2 and above

6 Server

6.1 Operating System

6.2 Web Server

  • Microsoft Internet Information Services 7 and above
  • Nginx
  • Apache

6.3 Java

When running Mendix on a server, you will need Java Runtime Environment (JRE) 11 or (for Mendix versions 8.18.29 and above) 17. To download an OpenJDK distribution from Adoptium, see Adoptium Installation. To download a commercial Oracle distribution, see Java SE Downloads.

7 Databases

Mendix tries to support the most recent and patched database server versions from database vendors. We aim to add support for a new vendor version two minor Mendix versions after the vendor has released it. Dropping support for a database will be announced in the release notes at the date the vendor drops support. We will drop support two minor Mendix versions later.

Current support:

8 File Storage

8.1 Storage Services for Containers

For container-based deployments using Docker, Kubernetes, or Cloud Foundry, the following storage services are supported:

  • AWS S3
  • Azure Blob Storage
  • IBM Cloud Object Storage
  • SAP AWS S3 Object Storage
  • SAP Azure Blob Storage

For container-mounted storage in Kubernetes, provided by an external storage class, see also Use Docker with Minikube.

8.2 Storage Types for Servers

For server-based installations, the following storage types mounted by the OS are supported:

  • NAS
  • SAN
  • GFS
  • Local Storage

9 Browsers

  • Google Chrome (latest stable desktop and Android versions)
  • Mozilla Firefox (latest stable desktop version)
  • Apple Safari (latest stable desktop version and latest version for each supported iOS version)
  • Microsoft Edge (latest stable desktop version)

10 Mobile Operating Systems

For native and hybrid apps built with Mendix, the following operating system versions are supported:

  • Latest version of iOS
  • Latest three versions of Android

Only devices running on these operating system versions receive up-to-date security fixes from their vendors and thus minimize being vulnerable to known exploits.

You can build native and hybrid apps with Mendix that run on older operating system versions than the ones we support. However, to receive official Mendix support you must demonstrate that your problem also occurs on a supported operating system version.

Mendix recommends the following minimum hardware requirements for all mobile devices running native and hybrid Mendix apps:

  • CPU: minimum 2 cores with 2 GHz
  • Memory: minimum 2 GB

Depending on your app’s complexity, these minimum hardware requirements might not be sufficient and should be adjusted.

10.1 Hybrid Apps Preview

Using a hybrid preview feature is not the same as testing an app on a phone or simulator. A hybrid preview only shows a resized view of an app to give an impression of what that app might look like on a mobile device. Some hybrid app functionality will not be supported in this browser view. Full tests always need to be done on a device or emulator. Offline apps can only be previewed in Google Chrome.

Hybrid apps cannot be tested in Android Emulator, only on a real device.

11 MxBuild

MxBuild is a Windows and Linux command-line tool that can be used to build a Mendix Deployment Package. For more information, see MxBuild.

  • Mono v5.20.x or .NET v4.7.2
  • JDK 11

12 mx Command-Line Tool

The mx command-line tool is a Windows and Linux command-line tool that can be used to do useful things with your Mendix app. For more information, see mx Command-Line Tool.

  • Mono v5.20.x or .NET v4.7.2