# Installation
There are two primary ways of using RELE.AI (opens new window):
- Install the Official CLI (opens new window).
- Install the Node SDK (opens new window).
# Release Notes
Latest Node SDK:
Latest CLI:
Detailed release notes for each version are available on GitHub (opens new window).
# CLI
RELE.AI (opens new window) provides an official CLI (opens new window) for quickly scaffolding external applications. It includes tools to simplify, manage, and monitor the build process. It takes only minutes to get up and running with hot-reload, lint-on-save, predefined workflows, and production-ready builds.
TIP
The CLI assumes prior knowledge of Node.js and the associated build tools.
To install the CLI globally:
# YARN
yarn install global @releai/cli
# NPM
npm install -g @releai/cli
# Package Managers
You can build your own custom RELE.AI environment by installing our node sdk.
# YARN
yarn install @releai/rb-node-sdk
# NPM
npm install @releai/rb-node-sdk