Skip to content

2025.07.0-204

Latest
Compare
Choose a tag to compare
@positron-bot positron-bot released this 02 Jul 15:13
03ae7a5

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.