arrow
Documentation

Installation

Get arrow on your machine in under a minute. Choose the method that fits your workflow.

Requirements

  • Node.js 18 or later
  • macOS, Linux, or Windows 10+
  • Git (for project scaffolding from templates)
bash
node --version

Quick install

The fastest way to install arrow:

bash
curl -fsSL https://arrow.dev/install | sh

Or with wget:

bash
wget -qO- https://arrow.dev/install | sh

Package managers

Install via your preferred package manager:

npm

bash
npm install -g @arrow/cli

yarn

bash
yarn global add @arrow/cli

pnpm

bash
pnpm add -g @arrow/cli

Homebrew (macOS)

bash
brew tap arrow-dev/tap && brew install arrow

Verify the install

Run the version command to confirm everything is set up:

bash
$ arrow --version
arrow 2.4.1

Update

Update to the latest version:

bash
arrow self-update

If you installed via npm or yarn, use your package manager to update instead.