github prefix-dev/pixi v0.49.0
0.49.0 - 2025-06-30

latest releases: v0.54.1, v0.54.0, v0.53.0...
2 months ago

Release Notes

✨ Highlights

This release enables pixi to pick up extensions that are installed as pixi-.
This is similar to cargo, git and other tools.
This means that you can now install extensions like this:

pixi global install pixi-pack
pixi pack

It also allows you to use pixi exec more easily:

pixi exec --with numpy python -c "import numpy; print(numpy.__version__)"
# Previous command is equivalent to:
pixi exec --spec numpy --spec python python -c "import numpy; print(numpy.__version__)"

Added

Changed

  • Remove egg-info from gitignore and fix whitespace in beginning by @pavelzw in #3964

Documentation

Fixed

Refactor

New Contributors

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