# Install and update

<PageBadges />

The CLI requires Node.js 22.19.0 or newer.

Install the CLI globally to make the `form0` command available:

```bash
npm install -g form0-cli
```

You can instead run it without a global installation:

```bash
npx form0-cli
```

Use the same npm command to update a global installation. Releases before 1.0 may contain breaking
changes, so pin versions in automated environments and review GitHub Releases before upgrading.
