github prefix-dev/pixi v0.53.0
0.53.0 - 2025-08-19

latest releases: v0.54.1, v0.54.0
17 days ago

Release Notes

✨ Highlights

  • Big cleanup of the CLI flags, mainly --frozen, --locked, and --no-install.
  • Added --as-is to pixi run/shell to run the command without installing the dependencies or touching the lockfile.
  • Support the Bash shell on Windows using pixi shell.
  • Pixi build can now support package.build.source.path = "some/path" to use a different source root for the build.

⚠️ Breaking Change

We've removed --no-lockfile-update and replaced it with --no-install --frozen.
On pixi run/shell you can use --as-is to run the command without installing the dependencies or touching the lockfile.

Added

Changed

Documentation

  • Add document for proxy-config table by @gzm55 in #4367

Fixed

Refactor

  • Remove manual conflicts check for --frozen & --locked by @tdejager in #4359

New Contributors

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