github prefix-dev/pixi v0.57.0
0.57.0 - 2025-10-20

15 hours ago

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

Don't miss a new pixi release

NewReleases is sending notifications on new releases.