| title | Getting Started | ||
|---|---|---|---|
| section | help | ||
| tags |
|
||
| order | 1 |
Welcome! Let's get you set up with Codebuff, the AI coding agent.
Install Codebuff globally using npm:
npm install -g codebuffStart using Codebuff in your project directory:
codebuffOr, start a new project with one of our starter templates:
codebuff --create nextjs project-nameThat's it! Codebuff is now ready to help you with your coding tasks.
If you run into issues during installation:
-
Check Node Version
- Make sure you have Node version 18+ installed
- Verify your version:
node --version
-
Permission Issues
- On Mac/Linux: Try
sudo npm install -g codebuff - On Windows: Run command prompt as administrator
- On Mac/Linux: Try
-
Still Having Problems?
- Try reinstalling Node using nvm or fnm
- Run the Codebuff install command again
If you're still experiencing issues, check out our Troubleshooting guide or join our Discord community!