Skip to content

Releases: prefix-dev/pixi

0.62.2 - 2025-12-22

22 Dec 09:41
c613168

Choose a tag to compare

Release Notes

✨ Highlights

This is a small patch release fixing issues with source packages and caching.

Fixed

Download pixi 0.62.2

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

0.62.1 - 2025-12-18

18 Dec 15:54
13f8eca

Choose a tag to compare

Release Notes

✨ Highlights

Small release with fixes related to the conda source dependencies.

Added

Documentation

Fixed

Download pixi 0.62.1

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

0.62.0 - 2025-12-17

17 Dec 10:53
2ead9d8

Choose a tag to compare

Release Notes

✨ Highlights

Do you need all the build/host/run dependencies of a package?
Now you can add source packages to the [dev] table to get them all at once without installing the package itself.

[dev]
my-package = { path = "src" }

Breaking change for pixi-build preview

This release removes the input hashes from the lockfile for source dependencies to reduce unnecessary lockfile changes. This may cause some lockfiles with source dependencies to become invalid. Rerun pixi lock to fix the lockfile. The changes in this release should significantly reduce lockfile churn when working with source packages going forward.

Added

Documentation

Fixed

Refactor

New Contributors

Download pixi 0.62.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

0.61.0 - 2025-12-09

09 Dec 12:02
e9b138a

Choose a tag to compare

Release Notes

✨ Highlights

This Pixi release features a new and improved pixi upload functionality, that is shared with rattler-build through rattler.

Changed

Fixed

New Contributors

Download pixi 0.61.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

0.60.0 - 2025-12-03

03 Dec 12:25
2070f27

Choose a tag to compare

Release Notes

✨ Highlights

This release, our first in a month, brings a massive amount of changes and improvements.
Pixi Build continues to get more powerful and stable with every iteration.
We especially focused on making development with ROS and the broader robotics ecosystem as smooth as possible.
Finally, this release contains a lot of bug fixes and documentation improvements,
often driven by our amazing community 🫢

Changed

Documentation

Fixed

New Contributors

Download pixi 0.60.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

0.59.0 - 2025-10-29

29 Oct 09:34
b3de9f4

Choose a tag to compare

Release Notes

✨ Highlights

This release introduces the ability to set the strategy used in the solve.
You can learn more about this feature in the documentation.

However, the main reason we are making this release is because one of our dependencies astral-tokio-tar below 0.5.6 has a high severity security issue titled TARmageddon.
Updating that dependency fixes that.

Added

Changed

Documentation

Fixed

New Contributors

Download pixi 0.59.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

0.58.0 - 2025-10-22

22 Oct 11:09
fab75fd

Choose a tag to compare

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

0.57.0 - 2025-10-20

20 Oct 11:17
bdaf070

Choose a tag to compare

Release Notes

✨ Highlights

There's a new way to include variants in to a pixi workspace! Use
build-variants-files to reference external variant definitions from
YAML files.

[workspace]
build-variants-files = [
    "./pinning/conda_build_config.yaml",
    "./variants/overrides.yaml",
]

Read more about this feature in the docs.

We deprecated the following syntax in the pixi manifest and give explicit warning when it's used:

  • [project]: should be replaced by [workspace].
  • [build-dependencies] and [host-dependencies]: should be replaced by [dependencies].

If you're working on pixi-build backend note that we deprecated build-api v0.

And we also fixed a lot of things!

Changed

Fixed

Refactor

Removed

New Contributors

Download pixi 0.57.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

0.56.0 - 2025-10-06

07 Oct 09:34
f62be08

Choose a tag to compare

Release Notes

✨ Highlights

Install a .conda package directly using pixi global install:

pixi global install --path /path/to/package-name.conda

Added

Changed

Documentation

Fixed

Performance

Refactor

New Contributors

Download pixi 0.56.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

0.55.0 - 2025-09-15

15 Sep 12:54
b04ca9d

Choose a tag to compare

Release Notes

✨ Highlights

This cycle, the Pixi team focused on squashing bugs.
We especially focused on problems that were annoying and open for some time,
but never quite important to fix right now.

⚠️ Breaking Change

The environment variable overwriting logic is changed.
If you think you haven't read this for the first time, then you are right!
We already attempted to fix the order and other weird aspects of our environment variable handling in the past,
but had to revert it, since it broke too many things.
This time we touched significantly less logic so we hope that the impact will be minimal.

Previously, the variables in your own environment would overwrite the variables set in the Pixi manifest.
This is now reversed, meaning that the variables set in the Pixi manifest will overwrite the variables in your own environment.
Also task environment variables will now be considered even if that environment variable was already defined outside of Pixi.
More info can be found in the documentation.

Changed

Documentation

Fixed

New Contributors

Download pixi 0.55.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