Download Positron

Download and install Positron for Windows, macOS, or Linux. Free data science IDE supporting Python and R, with prerequisites, setup instructions, and automatic updates.

Download the desktop installer for your platform. Most systems need nothing else, but you can check the prerequisites to be sure.

All platforms

macOS 11.0+

Apple Silicon
(M-series)

1007M

Intel

1019M

Windows

x64 (Windows 10+)

User install

501M

System install

501M

ARM64 (Windows 11)

User install

491M

System install

491M

Linux

x64

.deb (Ubuntu, Debian)

572M

.rpm (Red Hat, Fedora)

658M

ARM64

.deb (Ubuntu, Debian)

537M

.rpm (Red Hat, Fedora)

620M

SHA-256 checksums
Platform Installer Size SHA-256
Windows 10, 11 x64 (system level install) Positron-2026.08.0-331-Setup-x64.exe 501M 59a7b5a
Windows 10, 11 x64 (user level install) Positron-2026.08.0-331-UserSetup-x64.exe 501M a9e4e1c
Windows 11 arm64 (system level install) Positron-2026.08.0-331-Setup-arm64.exe 491M 31cf83c
Windows 11 arm64 (user level install) Positron-2026.08.0-331-UserSetup-arm64.exe 491M ea85468
MacOS 11.0+ (arm64/Apple Silicon) Positron-2026.08.0-331-arm64.dmg 1007M 853f4b4
MacOS 11.0+ (x64/Intel) Positron-2026.08.0-331-x64.dmg 1019M 1acb2cc
Debian-based Linux x64 (Ubuntu 20+) Positron-2026.08.0-331-x64.deb 572M 178538e
Debian-based Linux arm64 (Ubuntu 20+) Positron-2026.08.0-331-arm64.deb 537M 7d6733a
Red Hat-based Linux x64 (RHEL9) Positron-2026.08.0-331-x64.rpm 658M 21c2ccf
Red Hat-based Linux arm64 (RHEL9) Positron-2026.08.0-331-arm64.rpm 620M 20acf36

Prerequisites

In most cases, Positron is ready to go as soon as it is installed. Check the section for your platform or language to see if you need anything more.

Windows setup

If you’re using Windows, make sure you have the latest Visual C++ Redistributable installed.

Optional language setup

Positron runs without any programming language installed. If you plan to use R or Python, follow these steps to get your environment working.

Positron works with actively supported versions of Python.

If you do not have a valid Python version available, Positron can install one for you. If you prefer to use an existing environment, Positron supports the following Python environment managers:

  • venv: Standard library virtual environments created with python -m venv
  • uv: Virtual environments and Python installations managed by uv
  • pyenv: Python installations managed by pyenv, including virtual environments
  • conda: Conda environments created with conda create or mamba create, as well as pixi environments created with pixi init

Other tools might also be compatible, even if Positron does not officially support them. For the full list of requirements, see Python environment qualifications.

Ensure you have R 4.2 or higher installed. To install R, follow the instructions for your operating system.

Alternatively, if you’d like to have multiple R installations, rig is a great tool to manage this which works well with Positron.

If you’re an R package developer, you will also want to make sure that you have the current versions of certain R packages, all of which had recent updates to make them work more smoothly in Positron. Run one of the code snippets below to ensure that you are up-to-date:

# if you're a pak person (we are!)
pak::pak(c("usethis", "cli", "crayon", "rlang", "roxygen2", "pkgload"))

# or using base R
install.packages(c("usethis", "cli", "crayon", "rlang", "roxygen2", "pkgload"))
Note

If you’re a Windows user, note that Positron doesn’t bundle Rtools. If you need Rtools for your package development or other work, you can either use the official guidance from CRAN on installing Rtools and putting it on the PATH, or alternatively, use rig to install and set up Rtools:

rig system rtools add

Staying up to date

Once you install Positron, it will automatically check for updates moving forward.

NoteStay in the loop

Want to be notified about upcoming releases, new features, and community events? Sign up for Positron updates.

Positron Pro on Posit Workbench

Posit Workbench includes support for Positron Pro. To configure and use Positron Pro on Posit Workbench, please see the Posit Workbench Administration Guide and the Positron Pro user guide.