Installing Roo Code
Roo Code is a VS Code extension that brings AI-powered coding assistance directly to your editor. Install using one of these methods:
- VS Code Marketplace (Recommended) - fastest method for standard VS Code and Cursor users
- Open VSX Registry - for VS Code-compatible editors like VSCodium
VS Code Marketplace
- Open VS Code
- Access Extensions: Click the Extensions icon in the Activity Bar or press
Ctrl+Shift+X
(Windows/Linux) orCmd+Shift+X
(macOS) - Search for "Roo Code"
- Select "Roo Code" by RooVeterinaryInc and click Install
- Reload VS Code if prompted
After installation, find the Roo Code icon () in the Activity Bar to open the Roo Code panel.

VS Code marketplace with Roo Code extension ready to install
Open VSX Registry
For VS Code-compatible editors without Marketplace access (like VSCodium and Windsurf):
- Open your editor
- Access the Extensions view
- Search for "Roo Code"
- Select "Roo Code" by RooVeterinaryInc and click Install
- Reload if prompted

Open VSX Registry with Roo Code extension ready to install
Manual Installation from VSIX
If you prefer to download and install the VSIX file directly:
-
Download the VSIX file:
- Find official releases on the Roo Code GitHub Releases page
- Download the
.vsix
file from the latest release
-
Install in VS Code:
- Open VS Code
- Access Extensions view
- Click the "..." menu in the Extensions view
- Select "Install from VSIX..."
- Browse to and select your downloaded
.vsix
file

Installing Roo Code using VS Code's "Install from VSIX" dialog
Development Builds
This section is intended only for developers contributing to Roo Code.
If you're building Roo Code from source:
- Run
npm run build
in the project directory - Find the generated VSIX file in the
bin/
directory - In VS Code, open Extensions view and select "Install from VSIX..." from the "..." menu
- Browse to and select your generated
.vsix
file

Installing a development build using VS Code's "Install from VSIX" dialog
Troubleshooting

VS Code Output panel showing Roo Code logs for troubleshooting
Extension Not Visible
- Restart VS Code
- Verify Roo Code is listed and enabled in Extensions
- Try disabling and re-enabling
- Check Output panel for errors (View → Output, select "Roo Code")
Installation Problems
- Ensure stable internet connection
- Verify VS Code version 1.84.0 or later
- If VS Code Marketplace is inaccessible, try the Open VSX Registry method
Getting Support
If you encounter issues not covered here:
- Join our Discord community for real-time support
- Submit issues on GitHub
- Visit our Reddit community