--- sidebar_label: process title: process --- > Extensions to process object. Qode's `process` object is extended from the [Node.js `process` object](https://nodejs.org/api/process.html). It adds the following properties : ## Properties ### `process.versions.qode` _Readonly_ A `String` representing Qode's version string. Qode is a lightly modified version of NodeJs that allows running Qt and NodeJs under a single process.