Skip to content

Node.js & Python versions

Runtime versions offered for new managed sites.

Who can use this page? Site managers selecting runtimes.

Node.js

ValueLabel in panel
24Node.js 24 LTS (default for new sites)
22Node.js 22 LTS
olderShown as “(end of life)” for existing sites only

Helpers resolve version from .nithost/node-version, .node-version, .nvmrc, or package.json engines.

bash
nithost-npm install
nithost-npm run build
nithost-node server.js

Python

Versions
3.14 (latest supported stable series for new choices)
3.13
3.12
3.11
3.10

Runtime images: official python:<minor>-slim. Venv is per release.

Default start example:

bash
uvicorn server:app --host 0.0.0.0 --port 8000

Customer documentation · Nusite IT Consulting Limited