// install via winget
Command Prompt & PowerShell
click to copy
winget install Posit.RStudio
// direct download
Download Installer// about RStudio
RStudio is an integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management.
// frequently asked questions
How do I install RStudio using winget?
Open PowerShell or Windows Terminal and run:
winget install Posit.RStudio. Winget ships with Windows 10 (1809+) and Windows 11 — no additional install needed.What is RStudio?
RStudio is an integrated development environment (IDE) for R.
Is RStudio free to download?
RStudio is distributed under the AGPL-3.0 license. Use the winget command above or click the download button to get the installer directly from the publisher.
How do I update RStudio with winget?
Run
winget upgrade Posit.RStudio in PowerShell or Windows Terminal to update RStudio to the latest available version.What architecture does RStudio support?
The listed installer targets the x64 architecture. See the publisher’s documentation for full compatibility details.