BabelizeBabelize
Getting Started

Installation

Install the Babelize CLI and set up your environment.

Install the Babelize CLI and set up your environment in under a minute.

Prerequisites

Node.js 18+

Babelize CLI requires Node.js 18 or later. Check with `node --version`.

GitHub Account

You'll need a GitHub account to connect your repositories.

Install the CLI

Install globally so you can use babelize from anywhere:

npm install -g @babelize/cli

Or run directly without installing:

npx @babelize/cli --help

Make sure everything works:

babelize --version

You should see the installed version number.

Authenticate with your Babelize account:

babelize login

This opens a browser window to complete the login. If you don't have an account yet, create one for free.

What's Next?

Last updated: 2026-06-20

How is this guide?

On this page