Skip to content

Releases: posit-dev/positron

2025.07.0-204

02 Jul 15:13
03ae7a5
Compare
Choose a tag to compare

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

23 Jun 14:56
cbe897b
Compare
Choose a tag to compare
2025.07.0-170 Pre-release
Pre-release

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

16 Jun 15:02
d3aebd0
Compare
Choose a tag to compare
2025.07.0-112 Pre-release
Pre-release

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

09 Jun 16:02
fe621e8
Compare
Choose a tag to compare
2025.07.0-74 Pre-release
Pre-release

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

02 Jun 14:59
e7e5d55
Compare
Choose a tag to compare
2025.06.0-167 Pre-release
Pre-release

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

27 May 17:37
5d50f36
Compare
Choose a tag to compare
2025.06.0-146 Pre-release
Pre-release

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

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

19 May 16:48
4723404
Compare
Choose a tag to compare
2025.06.0-91 Pre-release
Pre-release

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 to TRUE 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

12 May 18:00
621d1ce
Compare
Choose a tag to compare
2025.06.0-48 Pre-release
Pre-release

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.

2025.05.0-142

06 May 18:11
17df8dd
Compare
Choose a tag to compare
2025.05.0-142 Pre-release
Pre-release

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.05.0-142-Setup.exe
Windows 10, 11 x64 (user level install) Positron-2025.05.0-142-UserSetup.exe
MacOS 10.15+ (universal) Positron-2025.05.0-142.dmg
Debian-based Linux x64 (Ubuntu 22+) Positron-2025.05.0-142-x64.deb
Debian-based Linux arm64 (Ubuntu 24+) Positron-2025.05.0-142-arm64.deb
Red Hat-based Linux x64 (RHEL9) Positron-2025.05.0-142-x64.rpm
Red Hat-based Linux arm64 (RHEL9) Positron-2025.05.0-142-arm64.rpm
REH Linux x64 positron-reh-linux-x64-2025.05.0-142.tar.gz
REH Linux arm64 positron-reh-linux-arm64-2025.05.0-142.tar.gz

Release Notes

New Features

  • [#6578] Now support SVG icons from extensions in Editor Action Bar.
  • [#7234, #3108] Updated snippet handling for R as well as examples; see our documentation for more info on using snippets in Positron.
  • [#6707] New opt-out support for ragg and svglite as the rendering engines for PNG, JPEG, TIFF, and SVG plot formats for R.
  • [#6462, #6587] Now bundle the Air extension (which includes the Air binary) in Positron; read more on how to use Air for formatting R code.
  • [#7332] We now provide multiple console sessions across Positron for all users. See https://github.com/posit-dev/positron/discussions/6712 for more information on this change!
  • [#6825] Added ability to rename console sessions.
  • [#3303, #6277] Once Positron has been opened, new windows now inherit the window size of the last active window.

Bug Fixes

  • [#3357] Fixed behavior of text inputs in the Data Explorer.
  • [#3659, #6169] Addressed timeout problems in the Variables pane.
  • [#4079] Fixed support for using Enter to select an item in a dropdown.
  • [#6881, #7413] Fixed restarting busy consoles.
  • [#6033] Fixed plotly rendering on Windows.
  • [#6883, #5323] Fixed bug where "Run App" prompts lingered for non-Python files.
  • [#4079] Improved focus management in the Data Explorer for keyboard users when adding row filters.
  • [#7455] Fixed command for importing VS Code settings into Positron on Windows.

2025.05.0-103

28 Apr 20:33
6ea5bf4
Compare
Choose a tag to compare
2025.05.0-103 Pre-release
Pre-release

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.05.0-103-Setup.exe
Windows 10, 11 x64 (user level install) Positron-2025.05.0-103-UserSetup.exe
MacOS 10.15+ (universal) Positron-2025.05.0-103.dmg
Debian-based Linux x64 (Ubuntu 22+) Positron-2025.05.0-103-x64.deb
Debian-based Linux arm64 (Ubuntu 24+) Positron-2025.05.0-103-arm64.deb
Red Hat-based Linux x64 (RHEL9) Positron-2025.05.0-103-x64.rpm
Red Hat-based Linux arm64 (RHEL9) Positron-2025.05.0-103-arm64.rpm
REH Linux x64 positron-reh-linux-x64-2025.05.0-103.tar.gz
REH Linux arm64 positron-reh-linux-arm64-2025.05.0-103.tar.gz

Release Notes

New Features

  • [#6796] Added a restart affordance to an exited console in multisession mode.
  • [#1639] Added a command to import VSCode settings into Positron.
  • [#5584] We now use Positron's main interpreter selector for Jupyter kernels.
  • [#7346] Bound Ctrl/Cmd+Shift+H to Set Working Directory when the RStudio keymap is active.

Bug Fixes

  • [#7390] Improved discoverability of Data Explorer settings, thanks to @kv9898.
  • [#5312] Fixed a bug where FastAPI apps won't start up with the native Python locator.
  • [#6280] Current runtime is now selected automatically in Jupyter kernels outside of a workspace.
  • [#7206] Fixed Python Environment Tool behavior where some environments failed to resolve.
  • [#7252] The full history can now be searched with Ctrl+Up/Ctrl+R ().
  • [#7339] We now fully disable startup for languages that are disabled in configuration.
  • [#3993] Fixed an issue causing RStudio keybindings to show up when they aren't enabled. Note that this necessitated moving the keybindings preference to Workbench > Keybindings (from Extensions > RStudio Keymap), so you will need to re-enable RStudio keybindings again if you use them.
  • [#7206] Fixed an intermittent bug in Python startup behavior.
  • [#6796] Fixed the Console restart button text color.
  • [#6799] Fixed a 404 error when switching back to a previously open project in the same Positron window.
  • [#6033] Fixed an issue with plotly hanging while rendering in Python 3.12.
  • [#7169] Manually runnable cli hyperlinks are once again pasted into your console when you click on them.
  • [#5914] Fixed an issue with interpreters hanging when initializing the runtime for new python projects.