github prefix-dev/pixi v0.66.0
0.66.0 - 2026-03-16

10 hours ago

Release Notes

✨ Highlights

Want a conda/mamba like workflow for Pixi workspaces? This release brings registered workspaces!

You can now register your Pixi workspace and then use its name to refer to it from anywhere on your machine.
For example:

cd path/to/a/pixi/workspace
pixi workspace register
cd
pixi run --workspace workspace-name task-name
pixi shell -w workspace-name
pixi shell-hook -w workspace-name

You can also specify constraints for packages that may be part of your environment without explicitly requiring them (similar to run_constraints for Conda packages):

[constraints]
openssl = ">=3"

Added

  • Add constraints to limit dependency versions by @delsner in #5603
  • pixi search improvements: allow arbitrary MatchSpecs, add --json by @pavelzw in #5442
  • Add atomic write utilities for safe file operations by @baszalmstra in #5500
  • Support -- separator to pass extra args to typed-arg tasks by @ruben-arts in #5569
  • Add template args for env vars in tasks as well by @tdejager in #5613
  • Allow users to use Pixi named workspaces through a registry by @soapy1 in #5277
  • Add pyproject.toml schema by @bollwyvl in #5583

Documentation

Fixed

New Contributors

Download pixi 0.66.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-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux 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.