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.
1. Install the CLI globally
Section titled “1. Install the CLI globally”npm install -g @aurorajs.dev/catalyst-cliThis pulls @aurorajs.dev/catalyst-cli from npm and puts a catalyst executable on your PATH, so you can run it from any directory.
2. Verify the install
Section titled “2. Verify the install”catalyst --versionThis prints the installed version. To see every available command, run:
catalyst --helpFor the full list, see the CLI commands reference.
The CLI is ready. Next, install Aurora Catalyst to scaffold your hub.