Releases: posit-dev/positron
2025.09.0-139
Thank you for using Positron!
Downloads
Please review Positron's license agreement and privacy policy. Your acceptance of this license agreement and privacy policy is required as a condition to proceeding with your download or use of the software.
Platform | Download |
---|---|
Windows 10, 11 x64 (system level install) | Positron-2025.09.0-139-Setup.exe |
Windows 10, 11 x64 (user level install) | Positron-2025.09.0-139-UserSetup.exe |
MacOS 11.0+ (universal) | Positron-2025.09.0-139-universal.dmg |
MacOS 11.0+ (arm64/Apple Silicon) | Positron-2025.09.0-139-arm64.dmg |
MacOS 11.0+ (x64/Intel) | Positron-2025.09.0-139-x64.dmg |
Debian-based Linux x64 (Ubuntu 22+) | Positron-2025.09.0-139-x64.deb |
Debian-based Linux arm64 (Ubuntu 24+) | Positron-2025.09.0-139-arm64.deb |
Red Hat-based Linux x64 (RHEL9) | Positron-2025.09.0-139-x64.rpm |
Red Hat-based Linux arm64 (RHEL9) | Positron-2025.09.0-139-arm64.rpm |
REH Linux x64 | positron-reh-linux-x64-2025.09.0-139.tar.gz |
REH Linux arm64 | positron-reh-linux-arm64-2025.09.0-139.tar.gz |
Installer Checksums | positron-2025.09.0-139-checksums.json |
Release Notes
Positron Assistant π€
Positron Assistant, currently available as a preview feature, is now more powerful and versatile. New slash commands (/fix
, /explain
, and /doc
) are available to debug, understand, and document code. These commands can even be triggered automatically; for example, you can convert a chat into a Quarto document just by asking, "Can you convert this to Quarto?", even if you don't specify the /exportQuarto
command as part of your message.
"Fix" and "Explain" support for Console errors has also been introduced. With a single click, the Assistant can fix or explain an error, acting as a coding partner for troubleshooting. You can try it out by enabling the positron.assistant.consoleActions.enable
setting.
Ways you already use Assistant have been enhanced. Code completions and inline chat are now available in notebooks, giving you access to the features you love no matter where you code. Assistant now also integrates with Git by default, letting you seamlessly chat about your project's history and providing suggestions when writing commit messages. Assistant can also now use the data summary tool for R objects, similar to what you have already been able to do in Python.
Convert your Data Explorer filters to code π₯
The Data Explorer now provides a Convert to Code button to make your analysis more reproducible. With one click, you can copy code to your clipboard that reflects the filters and sorts you have set up via the Data Explorer UI. Paste the code into the Console, a script, or a notebook to continue your data exploration with runnable, reproducible code. This feature currently supports both pandas and polars Python dataframes, with additional backends coming soon!
DuckDB for Python π¦
The Connections Pane now supports managing and exploring native DuckDB connections in Python, as has already been possible for R. Connect to local or remote DuckDB databases, explore their schemas, and interactively preview your DuckDB tables.
Changelog
Check out the changes for this release.
2025.08.0-130
Thank you for using Positron!
Downloads
Please review Positron's license agreement and privacy policy. Your acceptance of this license agreement and privacy policy is required as a condition to proceeding with your download or use of the software.
Platform | Download |
---|---|
Windows 10, 11 x64 (system level install) | Positron-2025.08.0-130-Setup.exe |
Windows 10, 11 x64 (user level install) | Positron-2025.08.0-130-UserSetup.exe |
MacOS 11.0+ (universal) | Positron-2025.08.0-130-universal.dmg |
MacOS 11.0+ (arm64/Apple Silicon) | Positron-2025.08.0-130-arm64.dmg |
MacOS 11.0+ (x64/Intel) | Positron-2025.08.0-130-x64.dmg |
Debian-based Linux x64 (Ubuntu 22+) | Positron-2025.08.0-130-x64.deb |
Debian-based Linux arm64 (Ubuntu 24+) | Positron-2025.08.0-130-arm64.deb |
Red Hat-based Linux x64 (RHEL9) | Positron-2025.08.0-130-x64.rpm |
Red Hat-based Linux arm64 (RHEL9) | Positron-2025.08.0-130-arm64.rpm |
REH Linux x64 | positron-reh-linux-x64-2025.08.0-130.tar.gz |
REH Linux arm64 | positron-reh-linux-arm64-2025.08.0-130.tar.gz |
Installer Checksums | positron-2025.08.0-130-checksums.json |
Release Notes
Positron Assistant π€
Positron Assistant, our AI client currently in preview, has received several updates in this release. We have made changes to reduce token usage, added an experimental git integration, and added new tools that the Assistant can use (for example, to create documents, view documentation, or to get info on your rectangular data). You can also now control Assistant's access to data in your Python and R sessions. If you have a problem with the Assistant that you want to report, use the commands that begin Positron Assistant: Export the current chat to export your logs.
New keybinding β¨οΈ
The most upvoted feature request in this release is a new keybinding to execute the current statement in your Python or R Console without advancing to the next one. You can now use Alt+Enter to execute your current statement without moving the cursor. (The existing keybinding Ctrl/Cmd+Enter executes the current statement and does advance your cursor.)
Diagnostics and outlines for R π
Our engine for providing R diagnostics has undergone a major upgrade! You'll notice that you no longer get overwhelmed with squiggles in your R code when you open a fresh session. Outlines in .R
files have also been improved, especially for R6 methods and targets
pipelines.
Changelog
Check out the changes for this release.
2025.07.0-204
Thank you for using Positron!
Downloads
Please review Positron's license agreement and privacy policy. Your acceptance of this license agreement and privacy policy is required as a condition to proceeding with your download or use of the software.
Platform | Download |
---|---|
Windows 10, 11 x64 (system level install) | Positron-2025.07.0-204-Setup.exe |
Windows 10, 11 x64 (user level install) | Positron-2025.07.0-204-UserSetup.exe |
MacOS 10.15+ (universal) | Positron-2025.07.0-204-universal.dmg |
MacOS 10.15+ (arm64/Apple Silicon) | Positron-2025.07.0-204-arm64.dmg |
MacOS 10.15+ (x64/Intel) | Positron-2025.07.0-204-x64.dmg |
Debian-based Linux x64 (Ubuntu 22+) | Positron-2025.07.0-204-x64.deb |
Debian-based Linux arm64 (Ubuntu 24+) | Positron-2025.07.0-204-arm64.deb |
Red Hat-based Linux x64 (RHEL9) | Positron-2025.07.0-204-x64.rpm |
Red Hat-based Linux arm64 (RHEL9) | Positron-2025.07.0-204-arm64.rpm |
REH Linux x64 | positron-reh-linux-x64-2025.07.0-204.tar.gz |
REH Linux arm64 | positron-reh-linux-arm64-2025.07.0-204.tar.gz |
Installer Checksums | positron-2025.07.0-204-checksums.json |
Release Notes
Positron is out of beta! β€οΈ
Stable releases of Positron are now available! Thank you to all our beta users who have been testing and giving feedback on our prereleases over the last year.
Daily builds πͺ©
For users who are interested in trying out new features at a faster cadence, we now provide a channel of daily builds; you can opt in to these builds by changing the update.positron.channel
setting to "dailies"
.
Migrating to Positron π«
Our revamped Welcome page now includes two migration walkthroughs for users coming to Positron from other code editors and IDEs:
- One walkthrough shows users coming from VS Code what is different about the Positron UI, how to manage Python interpreters and Python-specific settings, and what to know about extensions in Positron.
- The other walkthrough shows users coming from RStudio how to navigate the UI, use familiar keyboard shortcuts, think about folders and workspaces, and configure formatting settings.
Bring up the Welcome page with the command Help: Welcome.
Positron Assistant π€
Positron Assistant, an AI client that provides LLM integration within Positron, is available in preview this release! Positron Assistant supports Chat via Anthropic as well as GitHub Copilot for inline completions. Use Positron Assistant to generate or refactor code, ask questions, get help with debugging, and get suggestions for the next steps in your data science projects. Compared to other IDE AI tooling, Positron Assistant offers novel data science and Positron-specific context. We have built out key integration points that allow the LLM to parse and interact with the current state of the Positron IDE, and will continue to expand these capabilities over time.
A few examples of these integration points include Positronβs:
- Variables pane, providing names, dimensions, and column names of dataframes and Python/R based database connections, as well as metadata for arrays, lists, and other objects in memory
- Plots pane for describing the current plot or suggesting variations and next steps for iterating on the current plot
- Console, available to the model for viewing inputs and code outputs, as well as allowing the user or an AI agent to execute code in the console and view the output
- Session state, providing what language is active in the console session (R or Python, including version), what packages are loaded, and what packages are installed
All of that Positron-specific context is in addition to the core capabilities of what traditional software-oriented GenAI clients have (active files, selected lines of code, files in project, training data in the model, etc).
For more information please see the Positron Assistant section of the user guide.
Changelog
Check out the changes for this release.
2025.07.0-170
Thank you for helping test this pre-release of Positron!
Downloads
Please review Positron's license agreement and privacy policy. Your acceptance of this license agreement and privacy policy is required as a condition to proceeding with your download or use of the software.
Platform | Download |
---|---|
Windows 10, 11 x64 (system level install) | Positron-2025.07.0-170-Setup.exe |
Windows 10, 11 x64 (user level install) | Positron-2025.07.0-170-UserSetup.exe |
MacOS 10.15+ (universal) | Positron-2025.07.0-170-universal.dmg |
MacOS 10.15+ (arm64/Apple Silicon) | Positron-2025.07.0-170-arm64.dmg |
MacOS 10.15+ (x64/Intel) | Positron-2025.07.0-170-x64.dmg |
Debian-based Linux x64 (Ubuntu 22+) | Positron-2025.07.0-170-x64.deb |
Debian-based Linux arm64 (Ubuntu 24+) | Positron-2025.07.0-170-arm64.deb |
Red Hat-based Linux x64 (RHEL9) | Positron-2025.07.0-170-x64.rpm |
Red Hat-based Linux arm64 (RHEL9) | Positron-2025.07.0-170-arm64.rpm |
REH Linux x64 | positron-reh-linux-x64-2025.07.0-170.tar.gz |
REH Linux arm64 | positron-reh-linux-arm64-2025.07.0-170.tar.gz |
Installer Checksums | positron-2025.07.0-170-checksums.json |
Note that this is the last pre-release we will publish to GitHub. Moving forward we will publish monthly stable releases at https://positron.posit.co/download as well as here on GitHub. If you are interested in updates at a faster cadence, please opt in to daily builds as outlined at https://github.com/posit-dev/positron/discussions/7957!
Release Notes
New Features
- [#3312, #7706, #3657, #7933] Updated the Welcome Page with specific details for workspace and non-workspace contexts.
- [#1785] Added new homepage for Help.
- [#7582] Moved the Editor Title Run button to the left of the Editor Action Bar.
- [#4546] The Plots pane no longer attempts to autoresize plots that are slow to initially render.
- [#8140] Positron Assistant is now enabled by default! π€ You can turn off Positron Assistant in your settings with
"positron.assistant.enable": false
. - [#7974] Section headers in
.R
files (from special comments like# A section ----
) now act as end boundaries for code cells, thanks to @kylebutts! - [#8188] The Plots pane no longer applies a theme-based filter by default; re-enable the
positron.plots.darkFilter
in your settings if you prefer dark mode plots. - [#8166] R and Python are no longer run in a login shell by default; if you want to use shell startup scripts to customize R and Python session startup, update the
kernelSupervisor.runInShell
setting. - [#8178] Enabled streaming edits in Assistant inline editor chats by default.
- [#7724] Added configuration to exclude files from AI inline completions.
- [#5023] R: Pressing Cmd/Ctrl+Enter to run a statement of R code now falls back to running one line at a time when there are parse errors in the file.
- R 4.6.0's graphics engine (version 17) is now supported.
Bug Fixes
- [#7825] Fixed background for selected region in dark mode for Jupyter-like code cells.
- [#6680] Added a new non-interactive
RuntimeCodeExecutionMode
to use for R commands that execute code. - [#8096] Fixed a frozen console after an extension host restart.
- [#7630] Fixed how folders can be attached in Assistant.
- [#7750] Fixed spurious R diagnostics in Assistant code confirmation widgets.
- [#4798] Clarified error message when Remote SSH can't find a matching remote server to download.
- [#8212] Fixed Assistant using invalid URIs for unsaved files.
- [#6584] R: Requesting completions on non-parseable strings no longer crashes the language server.
- [#8014] Assistant: removed duplicate provider config command.
- [#7751] Assistant: Removed the "Insert into Terminal" action in non-shell code blocks.
Dependencies
- Updated bundled Quarto to 1.7.32
2025.07.0-112
Thank you for helping test this pre-release of Positron!
Downloads
Please review Positron's license agreement and privacy policy. Your acceptance of this license agreement and privacy policy is required as a condition to proceeding with your download or use of the software.
Platform | Download |
---|---|
Windows 10, 11 x64 (system level install) | Positron-2025.07.0-112-Setup.exe |
Windows 10, 11 x64 (user level install) | Positron-2025.07.0-112-UserSetup.exe |
MacOS 10.15+ (universal) | Positron-2025.07.0-112.dmg |
Debian-based Linux x64 (Ubuntu 22+) | Positron-2025.07.0-112-x64.deb |
Debian-based Linux arm64 (Ubuntu 24+) | Positron-2025.07.0-112-arm64.deb |
Red Hat-based Linux x64 (RHEL9) | Positron-2025.07.0-112-x64.rpm |
Red Hat-based Linux arm64 (RHEL9) | Positron-2025.07.0-112-arm64.rpm |
REH Linux x64 | positron-reh-linux-x64-2025.07.0-112.tar.gz |
REH Linux arm64 | positron-reh-linux-arm64-2025.07.0-112.tar.gz |
Installer Checksums | positron-2025.07.0-112-checksums.json |
Release Notes
New Features
- [#7838] The Assistant project tree tool now takes parameters to filter the tree output.
- [#7404] Improved the Assistant Language Model Provider Configuration Modal close experience.
- [#6158] Python Consoles now automatically reload imported files, so any changes made to a module are automatically picked up without needing to restart the Console session. You can opt out of this behavior with the
python.enableAutoReload
setting. - [#7202] The Positron version field can now be specified and validated in Positron extensions.
- [#8018] Added a new Agent mode to Positron Assistant; note that you'll now need to use this new mode if you want Assistant to run code on your behalf.
- [#7902] New Python Projects can optionally now create a
pyproject.toml
file. - [#6167] We now link to our documentation from the Help menu.
- [#6650] The up/down console input history navigation actions are now commands that you can bind custom keys to.
Bug Fixes
- [#6422] We no longer encode URLs to display in the Viewer pane.
- [#7510] Fixed plot image encoding for Anthropic model provider.
- [#7781] Fixed how the plot history can be scrolled using the mouse wheel.
- [#7873, #7995] Fixed bug where specific Python console logs were printed to the user.
- [#6660] Fixed R session management during sleep mode.
- [#7850] Fixed duplicate preview buttons for
.Rmd
files. - [#7414] Folder templates for disabled languages no longer appear in New Folder from Template modal.
- [#8052] Fixed Assistant sometimes failing to inspect variables.
- [#7969] Fixed error using Github Copilot with Intel Mac computers.
2025.07.0-74
Thank you for helping test this pre-release of Positron!
Downloads
Please review Positron's license agreement and privacy policy. Your acceptance of this license agreement and privacy policy is required as a condition to proceeding with your download or use of the software.
Platform | Download |
---|---|
Windows 10, 11 x64 (system level install) | Positron-2025.07.0-74-Setup.exe |
Windows 10, 11 x64 (user level install) | Positron-2025.07.0-74-UserSetup.exe |
MacOS 10.15+ (universal) | Positron-2025.07.0-74.dmg |
Debian-based Linux x64 (Ubuntu 22+) | Positron-2025.07.0-74-x64.deb |
Debian-based Linux arm64 (Ubuntu 24+) | Positron-2025.07.0-74-arm64.deb |
Red Hat-based Linux x64 (RHEL9) | Positron-2025.07.0-74-x64.rpm |
Red Hat-based Linux arm64 (RHEL9) | Positron-2025.07.0-74-arm64.rpm |
REH Linux x64 | positron-reh-linux-x64-2025.07.0-74.tar.gz |
REH Linux arm64 | positron-reh-linux-arm64-2025.07.0-74.tar.gz |
Installer Checksums | positron-2025.07.0-74-checksums.json |
Release Notes
New Features
- [#1744] R: A new Code Action is available for generating a roxygen documentation skeleton.
- [#1728] By default, Positron no longer tries to save untitled editors when a debug session is started. This is to avoid disrupting the user workflow with a save dialog when a debug session starts. You can change this new default by modifying the
debug.saveBeforeStart
setting. - [#18, #2924] Folding rules are now supported for R comment sections and R code cells, thanks to @kv9898!
- [#7550] The support for scaffolding a new folder based on templates has been revamped. Try out the improved "Workspaces: New Folder from Template..." command. π
Bug Fixes
- [#3955] Notebook execution now respects the
raises-exception
cell tag and continues running subsequent
cells after exceptions. - [#7884] Now correctly show exited runtimes in the dropdown of the console "plus" button.
- [#7580] Assistant welcome text now displays properly on smaller screens without clipping.
- [#6987] Fixed console button and label behavior during interpreter restarts.
- [#7406] Fixed failures loading local web server (e.g. Shiny) content in the Viewer pane in Remote SSH sessions.
- [#7777] Fixed issue causing all JSON files to have the filetype "renv lockfile".
- [#5101] Positron's version is now included in the built-in Issue Reporter and Diagnostics command output.
- [#7712, #7617] Added timeout to Copilot sign-in for Assistant.
- [#4843] R: Fixed issue opening localhost URLs from
shiny::paneViewer()
and related methods. - [#6915] Jupyter notebooks: Added support for
update_display_data
requests. - [#7889] Fix issue invoking Assistant Inline Chat with Cmd/Ctrl + I when RStudio keybindings are enabled.
- [#7929, #7700] The
RSTUDIO_PANDOC
environment variable is now set correctly on Linux builds and in terminals and tasks as well as R sessions. - [#7402] The
QUARTO_R
environment variable now points to your chosen R version in the Terminal. - [#7239] Fixed failure to set working directory from the Explorer when connecting via Remote SSH from Windows to Linux.
- [#6701] Python: Update search strategy to find uv interpreters more often.
- [#7967] Fixed behavior on first boot of Positron to not show featured extension walkthroughs.
Dependencies
- Updated bundled version of Air to 0.14.0.
2025.06.0-167
Thank you for helping test this pre-release of Positron!
Downloads
Please review Positron's license agreement and privacy policy. Your acceptance of this license agreement and privacy policy is required as a condition to proceeding with your download or use of the software.
Platform | Download |
---|---|
Windows 10, 11 x64 (system level install) | Positron-2025.06.0-167-Setup.exe |
Windows 10, 11 x64 (user level install) | Positron-2025.06.0-167-UserSetup.exe |
MacOS 10.15+ (universal) | Positron-2025.06.0-167.dmg |
Debian-based Linux x64 (Ubuntu 22+) | Positron-2025.06.0-167-x64.deb |
Debian-based Linux arm64 (Ubuntu 24+) | Positron-2025.06.0-167-arm64.deb |
Red Hat-based Linux x64 (RHEL9) | Positron-2025.06.0-167-x64.rpm |
Red Hat-based Linux arm64 (RHEL9) | Positron-2025.06.0-167-arm64.rpm |
REH Linux x64 | positron-reh-linux-x64-2025.06.0-167.tar.gz |
REH Linux arm64 | positron-reh-linux-arm64-2025.06.0-167.tar.gz |
Installer Checksums | positron-2025.06.0-167-checksums.json |
Release Notes
New Features
- [#7189] Updated "Interpreter" command palette actions to work better with multiple interpreter sessions.
- [#4269] Added the new command "Interpreter: Discover All Interpreters" to kick off interpreter discovery, for example if you have just made a new Python environment that Positron doesn't know about yet.
- [#3001] R: Completions are now provided for local objects in a function paused in the debugger.
- [#7270] Replaced the way editor actions were implemented with the Editor Action Bar, which can be toggled in/out of view like other UI components. The old
"editor.actionBar.enabled"
setting is now disabled, but you can use "View: Toggle Editor Action Bar" to toggle this component. - [#7852] Positron Assistant, an experimental AI assistant for Positron, can now be enabled in Settings. Read more at https://github.com/posit-dev/positron/discussions/7931! π€
Bug Fixes
- [#7465, #5991] Python: hvplot no longer creates ghost plots and now display when code is executed as a block in the console.
- [#5431] App Launcher: app urls from Terminal links are now resolved correctly.
- [#5954] Fixed timeouts when rendering plots during slow-running operations or in a loop.
- [#7854] Fixed bug causing fewer than the last 5 runtimes to show up in the console + split button.
Dependencies
- Updated vscode-python upstream to v2025.6.1.
2025.06.0-146
Thank you for helping test this pre-release of Positron!
Downloads
Please review Positron's license agreement and privacy policy. Your acceptance of this license agreement and privacy policy is required as a condition to proceeding with your download or use of the software.
Platform | Download |
---|---|
Windows 10, 11 x64 (system level install) | Positron-2025.06.0-146-Setup.exe |
Windows 10, 11 x64 (user level install) | Positron-2025.06.0-146-UserSetup.exe |
MacOS 10.15+ (universal) | Positron-2025.06.0-146.dmg |
Debian-based Linux x64 (Ubuntu 22+) | Positron-2025.06.0-146-x64.deb |
Debian-based Linux arm64 (Ubuntu 24+) | Positron-2025.06.0-146-arm64.deb |
Red Hat-based Linux x64 (RHEL9) | Positron-2025.06.0-146-x64.rpm |
Red Hat-based Linux arm64 (RHEL9) | Positron-2025.06.0-146-arm64.rpm |
REH Linux x64 | positron-reh-linux-x64-2025.06.0-146.tar.gz |
REH Linux arm64 | positron-reh-linux-arm64-2025.06.0-146.tar.gz |
Release Notes
New Features
- [#7525] Now bundle the GitHub Pull Requests extension.
- [#7581] The Remote Status Indicator in the bottom left, formerly behind an Experimental setting, is now always available. Read more about how to use Positron with remote SSH sessions.
- [#5165] Added
uv
as an option for creating Python projects in the New Project Wizard. - [#6757] Shell login scripts (e.g.
.bash_profile
,.zprofile
) are now run when starting Python and R sessions.
Bug Fixes
- [#3759] Fixed Viewer behavior in dark mode with content that does not set a background style.
- [#7285] Fixed how new Jupyter notebook projects automatically connect to their runtime.
- [#7522] Fixed focus handling in the Console when the foreground session changes via the interpreter command palette actions.
- [#397] Added a plot thumbnail cache so the Plots pane shows thumbnails after a reload.
- [#4182] Python users' logs are now sent to Console.
- [#7722] Button components now activate on Enter
- [#7726] Pressing Enter (instead of F2) on Windows/Ubuntu triggers the action to rename an interpreter session when focused on a Console tab.
- [#3759] Fixed R vignette theming in dark mode.
- [#6393] Fixed plotnine bug where every plot resulted in a RPC timeout error.
- [#3749, #4102] R: The pipe placeholder,
_
, is no longer flagged as a symbol not in scope. - [#5271] R: Diagnostics are now disabled while inside a
[
or[[
scope, which should make using data.table in Positron more pleasant! - [#7215] Fixed
nohup.out
file littering projects when kernel supervisor is set to run after Positron exits. - [#7537] Shutdown idle timeout now respected in Remote SSH sessions.
- [#7274] On Windows, user and system environment variables now appear correctly inside R and Python sessions.
Dependencies
- Updated code-oss upstream to v1.100.0.
- Updated bundled Quarto to 1.7.31, the current release version.
- Updated bundled version of Air to 0.12.0. This includes a fix that caused a bad interaction with Positron's Test Explorer.
2025.06.0-91
Thank you for helping test this pre-release of Positron!
Downloads
Please review Positron's license agreement and privacy policy. Your acceptance of this license agreement and privacy policy is required as a condition to proceeding with your download or use of the software.
Platform | Download |
---|---|
Windows 10, 11 x64 (system level install) | Positron-2025.06.0-91-Setup.exe |
Windows 10, 11 x64 (user level install) | Positron-2025.06.0-91-UserSetup.exe |
MacOS 10.15+ (universal) | Positron-2025.06.0-91.dmg |
Debian-based Linux x64 (Ubuntu 22+) | Positron-2025.06.0-91-x64.deb |
Debian-based Linux arm64 (Ubuntu 24+) | Positron-2025.06.0-91-arm64.deb |
Red Hat-based Linux x64 (RHEL9) | Positron-2025.06.0-91-x64.rpm |
Red Hat-based Linux arm64 (RHEL9) | Positron-2025.06.0-91-arm64.rpm |
REH Linux x64 | positron-reh-linux-x64-2025.06.0-91.tar.gz |
REH Linux arm64 | positron-reh-linux-arm64-2025.06.0-91.tar.gz |
Release Notes
New Features
- [#3034] When using R, set the
positron.show_last_value
global option toTRUE
to show.Last.value
in the variables pane. - [#5155] In R's debug mode, the call stack is now laid out in a more intuitive manner.
- [#4601] Added a new toolbar for console output in the Viewer to enable clearing.
- [#6534] Moved the button to create a new console session to a better location.
- [#7428] Extended command to import VSCode settings into Positron to work on Workbench.
- [#5872] Revamped how plots are named and saved. Now plots are named, "plot-1", "plot-2", and so on.
Bug Fixes
- [#7619] Fixed issue causing N and P keys to cancel history search in the Console.
- [#3903] Jupyter notebooks exported to python files now properly escape markdown cells.
- [#7576] Fixed bug for uninstalling Python packages in the Console.
- [#7256] File hyperlinks in the R Console now open the relevant remote file when running on Workbench.
- [#1683] In curly braces, R code is no longer indented before a minimum level.
- [#3151] When debugging, evaluating R expressions in the Console no longer causes focus to jump back to the debug location.
- [#5928] Fixed an issue preventing evaluation of multi-line code in the debugger.
- [#6602] Fixed branding on Windows update popup.
- [#7009] Fixed logo in Windows installer.
- [#6451] Fixed keyboard accessibility and mouse control issues in console tab list.
- [#5184, #7572] Fixed performance issues in the rendering of R plots. Rendering of R plots should now feel snappier in general, in particular after resizing the sidebar.
- [#7571] Fixed issue causing incorrect rendering of plots when a new sizing policy is selected.
2025.06.0-48
Thank you for helping test this pre-release of Positron!
Downloads
Please review Positron's license agreement and privacy policy. Your acceptance of this license agreement and privacy policy is required as a condition to proceeding with your download or use of the software.
Platform | Download |
---|---|
Windows 10, 11 x64 (system level install) | Positron-2025.06.0-48-Setup.exe |
Windows 10, 11 x64 (user level install) | Positron-2025.06.0-48-UserSetup.exe |
MacOS 10.15+ (universal) | Positron-2025.06.0-48.dmg |
Debian-based Linux x64 (Ubuntu 22+) | Positron-2025.06.0-48-x64.deb |
Debian-based Linux arm64 (Ubuntu 24+) | Positron-2025.06.0-48-arm64.deb |
Red Hat-based Linux x64 (RHEL9) | Positron-2025.06.0-48-x64.rpm |
Red Hat-based Linux arm64 (RHEL9) | Positron-2025.06.0-48-arm64.rpm |
REH Linux x64 | positron-reh-linux-x64-2025.06.0-48.tar.gz |
REH Linux arm64 | positron-reh-linux-arm64-2025.06.0-48.tar.gz |
Release Notes
New Features
- [#2862] Updated Data Explorer's percent missing background color to Posit orange.
- [#6461] Added Ruff as a bootstrapped extension and removed the Black formatter. We highly recommend you uninstall the Black formatter if you have an older version of Positron installed.
- [#5624] Buffer data can now be sent from widgets to the Python kernel.
- [#7351] The Data Explorer can now open files backed by virtual filesystem providers.
- [#3303, #6277] Once Positron has been opened, new windows now inherit the window size of the last active window.
- [#7520] Positron extensions can now contribute custom views to the
Connections
container.
Bug Fixes
- [#550] Calmed down completions by increasing
quickSuggestionsDelay
from 10ms to 250ms. - [#697] Fixed console interrupt button.
- [#7509] Fixed how we repaint the Editor Action Bar when the theme changes.
- [#7438] Fixed
AggregateError
starting an interpreter if Positron is left idle for more than an hour with no interpreters running. - [#3683] Added
\b
(backspace) handling to ANSI output processing (Console and Notebook). No more tofu for\b
! - [#3361] Added a missing tool tip for the top action bar components.
- [#7512] IntelliSense is no longer broken for Positron extensions that contribute views containers to the auxiliary sidebar.
- [#6634] Fixed rounding error that was causing the prompt to be displayed incorrectly in the Console.
- [#7574] Slimmed down action bars throughout the app and improved borders.
- [#6420] Fixed Python syntax highlighting during Remote SSH sessions.