Installation

Install Kodezi CLI on your system

This guide explains how to install Kodezi CLI on your system using npm. Installing the CLI globally gives you access to the kodezi command from any directory in your terminal and enables all AI-powered coding features.

NPM Installation

Run the following command to install Kodezi CLI globally:

npm install -g kodezi-cli

This downloads the CLI package, installs it into your global npm directory, and makes the kodezi command available system-wide.

After installation, verify that the CLI is working correctly:

kodezi --version

If the command prints a version number, the installation was successful and your system PATH is correctly configured.

Troubleshooting

If you encounter issues during installation, the sections below provide solutions to the most common problems.

Updating

To upgrade to the latest version of Kodezi CLI:

npm update -g kodezi-cli

To verify you’re running the newest version:

kodezi --version

If the version number updates, the CLI is successfully upgraded.

Next Steps

Once the installation is complete, continue with: