Andes RVBuilder: AI-Assisted RISC-V IDE for VS Code
On August 20, 2026, Andes Technology launched RVBuilder — a Visual Studio Code plugin that integrates Andes' RISC-V toolchain, debugger, and MCP-based AI agent support into a modern, cross-platform IDE.
Overview
On August 20, 2026, Andes Technology (TWSE: 6533), a founding premier member of RISC-V International, announced RVBuilder — a new integrated development environment built as a plugin for Visual Studio Code. RVBuilder brings Andes' production RISC-V toolchain and debug infrastructure into the most widely used code editor, aiming to lower the barrier for embedded developers moving into complex RISC-V SoC designs.
RVBuilder is positioned alongside Andes' full-featured AndeSight IDE, which remains the choice for multicore trace debugging, OS-aware analysis, and advanced profiling. RVBuilder focuses on everyday edit-compile-debug workflows with a lighter, faster UI and native AI assistance.
Key Features
- Integrated Toolchain Management: Configure and invoke Andes C/C++ toolchains directly from VS Code for building embedded RISC-V applications.
- Debugger Integration: Real-time execution control, breakpoints, register inspection, and memory views bridged into the VS Code debug panel.
- Cross-Platform: Runs on Windows and Linux with a consistent workflow.
- AI Agent Support via MCP: Connects to Model Context Protocol (MCP) servers so developers can import samples, optimize compiler flags, query tool options, and control debugging through natural-language commands.
- Complementary to AndeSight: Projects can move between RVBuilder for rapid development and AndeSight for deep multicore/trace analysis.
Product Specifications
| Vendor | Andes Technology |
| Product | RVBuilder |
| Announced | August 20, 2026 |
| Host IDE | Visual Studio Code (plugin) |
| Supported OS | Windows, Linux |
| Toolchain | Andes C/C++ RISC-V toolchains |
| Debug Interface | AndesCore RISC-V debug infrastructure |
| AI Integration | MCP (Model Context Protocol) servers |
| Companion IDE | AndeSight (multicore / trace / OS-aware) |
| Target Cores | AndesCore 32/64-bit RISC-V processor families |
| License | Free plugin download (toolchain license required for production) |
Why RVBuilder Matters
As RISC-V SoCs grow from simple microcontrollers to heterogeneous multicore systems with vector units, AI accelerators, and virtualization, the tooling gap has become a real bottleneck. Most developers already live inside VS Code for other platforms, so a native RISC-V plugin removes a major friction point.
The MCP-based AI agent support is particularly notable. Rather than bolting a generic chatbot onto the IDE, Andes uses the Model Context Protocol to give the agent structured access to project state, compiler flags, and debug sessions. This means the assistant can make contextual suggestions — for example, recommending a smaller code-size optimization or setting a conditional breakpoint — instead of just answering generic questions.
Quick Start
After installing the RVBuilder plugin from the VS Code marketplace, a typical workflow looks like this:
# 1. Create or open an Andes RISC-V project
File -> Open Folder -> select your project
# 2. Select the Andes toolchain in RVBuilder settings
Ctrl+Shift+P -> "RVBuilder: Select Toolchain"
# 3. Build
Ctrl+Shift+B
# 4. Start a debug session
Run -> Start Debugging (F5)
Sample projects are bundled with the plugin and can be imported through the command palette or via the MCP agent with a natural-language request such as "import the hello-world project for the D45 core."
Comparison with AndeSight
| Capability | RVBuilder | AndeSight |
|---|---|---|
| Primary use case | Rapid edit-compile-debug | Deep system analysis |
| Host | VS Code plugin | Standalone Eclipse-based IDE |
| Multicore trace | Limited | Full |
| OS-aware debug | Basic | Advanced |
| AI agent (MCP) | Yes | No |
| Cross-platform | Windows + Linux | Windows + Linux |
Official Resources
- Andes RVBuilder Press Release
- AndeSight IDE Product Page
- AndesCore RISC-V Processor IP
- VS Code Marketplace — search "Andes RVBuilder"
Bottom Line
RVBuilder is a pragmatic addition to the RISC-V toolchain landscape. It does not replace a full system-analysis IDE, but it makes day-to-day RISC-V development far more accessible to the large population of developers already using VS Code. The MCP-based AI integration also points to a future where RISC-V tooling is not just open, but actively assisted.