Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.72 KB

SupportedPlatforms.md

File metadata and controls

54 lines (35 loc) · 1.72 KB

Supported Platforms

Backends

iTwin.js backends are built and tested on the following:

  • Debian 9 "Stretch" and Debian 10 "Buster"
  • Windows 10 version 1803 (or greater)
  • MacOS 10.15 (or greater)

They should run on most Windows, Linux and MacOS versions with Tier 1 support from Node.js. However, regular testing only occurs on the platforms listed above.

Supported Node.js Versions

The following Node.js versions are officially supported by the iTwin.js backend code.

The minimum requirements are driven by Node's compatibility with a specific N-API version. iTwin.js currently requires N-API version 8. See the Node compatibility matrix for more details.

Node Version Supported
Node >=14.17 ✔️
Node 12 (>=12.22) ✔️
Node <12.22
Node 10.x*

Backend Prerequisites

Supported Browsers

iTwin.js strives to support as many modern browsers as possible, though it requires complete JavaScript ES6 support. The quality of the web browser's WebGL implementation has a substantial impact on display performance.

  • Chrome (recommended for development)
  • Firefox
  • Safari
  • Opera
  • "New" Chromium-based Edge

Note: Internet Explorer and "Old" Edge are not supported

Note: Other Chromium-based browsers will likely work fine, but are untested.

Electron

  • Windows

Mobile Native

  • Not yet supported