Comment on page

Getting Started with the CLI

To install the genezio CLI you must have Node.JS (a version greater than Node 14) and the package manager installed on your working machine.

Install the genezio CLI tool using your package manager

Before installing the genezio CLI tool, be sure you have the prerequisites installed on your working machine.
npm
pnpm
yarn
The npm package for genezio is publicly available.
You can install it by simply running:
npm install genezio -g
pnpm install genezio -g
yarn install genezio -g
If you are experiencing a permission denied error on genezio install, please prefix your command with `sudo`. E.g. `sudo npm install genezio -g`

Supported Platforms:

  • macOS
  • Windows
  • Linux