node -v in your terminal to check your current version.node -vv20.x.x or higher. If not, visit nodejs.org to download the latest LTS release. 
npm install is the recommended approach for day-to-day use.npxnpx https://github.com/google-gemini/gemini-clinpx runs the package directly without saving it to your system. Ideal for evaluation before committing to a full install.