Skip to content

System Requirements#

Windows OS installations#

We support 64-bit versions of the following operating systems:

Desktop/workstation environment:

  • Windows 10 version 1909 or newer is required. Older versions are not supported.

Server environment:

  • Windows Server 2016 or newer is required. Older versions are not supported.

Supported compiler:

  • Visual Studio 17 2022. Other compilers may work but were not tested.

Note 1: FaceEngine requires a 64-bit version of Visual C++ Redistributable for Visual Studio 2022 to operate. The redistributable installer may be obtained from Microsoft via this link:

https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

Linux OS installations#

We support the following operating systems:

  • CentOS 8.2 64-bit
  • AlmaLinux 8
  • Ubuntu 2404 LTS 64-bit.

Supported compiler for CentOS 8.2 64-bit:

  • GCC = GNU 7.5.0

Supported compiler for Ubuntu 2404 LTS 64-bit:

  • GCC = GNU 13.2.0

Other compilers may work but were not tested.

Important notes:

  • 32-bit OS on x86_64 CPU are not supported.
  • Your OS should run glibc version 2.17 (CentOS) or 2.39 (Ubuntu), or newer.
  • System locale must be US English. Specifically LC_NUMERIC=en_US.UTF-8.