Skip to content

Install the Aurora Catalyst CLI

Everything in this walkthrough runs through the Aurora Catalyst CLI — the catalyst command that scaffolds projects, installs packages, and generates code. Install it once, globally, before anything else.

Terminal window
npm install -g @aurorajs.dev/catalyst-cli

This pulls @aurorajs.dev/catalyst-cli from npm and puts a catalyst executable on your PATH, so you can run it from any directory.

Terminal window
catalyst --version

This prints the installed version. To see every available command, run:

Terminal window
catalyst --help

For the full list, see the CLI commands reference.

The CLI is ready. Next, install Aurora Catalyst to scaffold your hub.