Skip to Content
Getting StartedInstallation

Installation

NeatNode can be run directly with npx or installed globally as a CLI.


No setup needed — always fetches the latest version.

npx neatnode

This automatically downloads and runs NeatNode without a global install.

[!TIP] Use this method if you want the latest CLI updates every time.


Global Installation (Optional)

Install the CLI once and run it anywhere:

npm install -g neatnode

Then simply run:

neatnode

[!NOTE] Global install is useful for offline use or stable, locked versions.


Verify Installation

Run the following command to confirm:

neatnode --version

You should see something like:

v1.0.0

Requirements

  • Node.js v18+
  • npm v9+ or pnpm 8+
  • Works on macOS, Linux, and Windows.

Next Steps