Skip to main content

Requirements

  • Node.js 20 or later
  • A package manager: npm, yarn, pnpm, or bun

Install globally

Installing the CLI globally exposes the nf command everywhere on your machine.
bash npm install -g @nanoforge-dev/cli

Verify the installation

nf --help lists every available command. To see the options for a specific command, append --help to it:

Next steps

Continue to the Quickstart to create and run your first project.