v0.6.0 - IDEs, Docs and Tauri v2
It’s been quite a while since we’ve last released a new minor release, in fact it’s been almost a year since the release of 0.5.0 at January 30th. We’ve worked on tons of fixes and small improvements ever since and will continue to work hard to support your workflow with devcontainers.
Before we go into new features we want to take a moment to thank everyone using DevPod and specially the people reporting problems in the GitHub Issues and our Slack community. Without your curiosity, engagement and feedback DevPod would not be possible.
Thank you!
More IDEs
Everyone has their favourite way of working and we want to enable as many people as possible to take advantage of devcontainers by bringing them to their existing workflow. For this reason we’ve added 6 new experimental IDEs (and a stable one) to choose from:
- Cursor - a highly requested, AI first editor
- Zed - one of the coolest new IDE projects we’ve come across, from the creators of Atom and Treesitter
- VSCodium - community supported FOSS distribution of VSCode without Microsoft licenses
- Positron - a next generation data science IDE from the makers of R Studio. They currently don’t publish ARM builds so make sure your provider target architecture is x86-64
- Marimo - modern, reactive python notebooks you can fearlessly check into git
- Jupyter Desktop - this is just a little bonus on top for everyone who prefers Desktop apps over pure web applications. We surely are fans of it and encourage you to try it as well
- Dataspell - extending our support of the full JetBrains suite of products
“How it works” documentation
Developers are curious by nature and want to know how their tools work - we do, too! This is why @bkneis took the time to write a dedicated architecture section in the docs: https://devpod.sh/docs/how-it-works/overview
Let us know if this is helpful and what you’re missing from the overall picture.
Experimental per-user installer for Windows
Not everybody has admin permissions on their machine and DevPod is especially useful in these situations to help you escape into your safe devcontainer space where you can install python packages to your hearts content.
Unless you have a good relationship with your IT department installing DevPod on locked down Windows machines was a pain so far. With this version we’re adding experimental (!) support for a per-user installer: https://github.com/loft-sh/devpod/releases/download/v0.6.0/DevPod_0.6.0_x64-setup.exe
A word of caution though: Auto updates currently don’t work with this installer because we need. to change the upgrade process to support MSI and NSIS based installations side by side.
More Linux installers (?)
We’ve upgraded DevPod Desktop to Tauri v2, a secure, rust based electron alternative.
They’ve worked hard to support more ways of distributing desktop apps on Linux and we intend to take advantage of this. Tell us your favourite way of installing packages on Linux in the GitHub issues (…but check for duplicates first please).
New Contributors
- @PRTTMPRPHT made their first contribution in #1378
Full Changelog: v0.5.22...v0.6.0