Development Tools
2026-08-2012 min read

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.

Andes RVBuilder VS Code RISC-V IDE Toolchain MCP Debug

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

Product Specifications

VendorAndes Technology
ProductRVBuilder
AnnouncedAugust 20, 2026
Host IDEVisual Studio Code (plugin)
Supported OSWindows, Linux
ToolchainAndes C/C++ RISC-V toolchains
Debug InterfaceAndesCore RISC-V debug infrastructure
AI IntegrationMCP (Model Context Protocol) servers
Companion IDEAndeSight (multicore / trace / OS-aware)
Target CoresAndesCore 32/64-bit RISC-V processor families
LicenseFree 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

CapabilityRVBuilderAndeSight
Primary use caseRapid edit-compile-debugDeep system analysis
HostVS Code pluginStandalone Eclipse-based IDE
Multicore traceLimitedFull
OS-aware debugBasicAdvanced
AI agent (MCP)YesNo
Cross-platformWindows + LinuxWindows + Linux

Official Resources

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.