CodeBuddy works with any editor that supports the VS Code extension API. Choose your IDE below.
VS Code, Cursor, Windsurf
Section titled “VS Code, Cursor, Windsurf”- Open VS Code
- Go to the Extensions view (
Cmd+Shift+X/Ctrl+Shift+X) - Search for CodeBuddy
- Click Install
VSCodium / Open VSX
Section titled “VSCodium / Open VSX”CodeBuddy is published on the Open VSX Registry for editors that don’t use the Microsoft Marketplace (VSCodium, Gitpod, Theia, Eclipse Che, etc.).
Install from VSIX
Section titled “Install from VSIX”If you have a .vsix file (for example, from a private build or air-gapped environment), the command works in any compatible editor:
code --install-extension codebuddy-4.2.1.vsix # VS Codecursor --install-extension codebuddy-4.2.1.vsix # Cursorcodium --install-extension codebuddy-4.2.1.vsix # VSCodiumOnboarding wizard
Section titled “Onboarding wizard”After installation, CodeBuddy opens the Onboarding Wizard automatically on first launch. The wizard walks you through five steps:
- Welcome — Introduction to CodeBuddy’s capabilities
- Provider selection — Choose and configure your AI provider. CodeBuddy tests connectivity to verify your API key works.
- Workspace analysis — Automatic detection of your project’s languages (10 supported), frameworks (React, Next.js, Vue, Express, FastAPI, Django, etc.), and installed tools
- Security setup — Choose a permission profile (restricted, standard, or trusted) and access control mode
- First task — Run a guided task to verify everything is working
You can re-run the wizard at any time from the command palette (Cmd+Shift+P):
CodeBuddy: Open Onboarding WizardVerify your installation
Section titled “Verify your installation”Run the built-in diagnostic tool to check that everything is configured correctly:
CodeBuddy: Run DoctorDoctor runs 9 checks: API key validity, terminal restrictions, directory permissions, MCP configuration, security settings, credential proxy, permission scope, access control, and input validation.