# @babel/standalone > Standalone build of Babel for use in non-Node.js environments. See our website [@babel/standalone](https://new.babeljs.io/docs/en/next/babel-standalone.html) for more information. ## Install Using npm: ```sh npm install --save @babel/standalone ``` or using yarn: ```sh yarn add --save @babel/standalone ```