github prefix-dev/pixi v0.58.0
0.58.0 - 2025-10-22

one day ago

Release Notes

✨ Highlights

This release adds important bugfixes and changes in the discovery logic.
Pixi Build already had the ability to directly depend on recipe.yaml files backed by pixi-build-rattler-build without the need to specify a separate package manifest.
So the following code just works:

[dependencies]
package = { path = "/path/to/recipe.yaml" }

This still works, but we stopped hardcoding the channel for the backends.
Now, it will first try to find a workspace manifest and extract its channels.
If that doesn't work, it will fallback to the default channels in your Pixi config.

Added

  • Add some more debug-logging if rebuilds are acting up by @tdejager in #4794

Changed

  • Automatic detection of ros backend for package.xml files by @ruben-arts in #4782

Documentation

Fixed

New Contributors

Download pixi 0.58.0

File Platform Checksum
pixi-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
pixi-x86_64-apple-darwin.tar.gz Intel macOS checksum
pixi-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
pixi-aarch64-pc-windows-msvc.msi ARM64 Windows checksum
pixi-x86_64-pc-windows-msvc.zip x64 Windows checksum
pixi-x86_64-pc-windows-msvc.msi x64 Windows checksum
pixi-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
pixi-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Don't miss a new pixi release

NewReleases is sending notifications on new releases.