← Package directory
Available on winget

Install pixi

A cross-platform, multi-language package manager and workflow tool

Install with winget
winget install --id prefix-dev.pixi
Upgrade
winget upgrade --id prefix-dev.pixi
Uninstall
winget uninstall --id prefix-dev.pixi

About pixi

A cross-platform, multi-language package manager and workflow tool

What's new in 0.68.1

Release Notes Added - Report size of removed files by @baszalmstra in #6053 Fixed - V0.68.0 pixi-aarch64-pc-windows-msvc.zip contains an x86_64 binary by @baszalmstra in #6064 - Normalize self-ref extras on both sides of compare by @baszalmstra in #6052 - Satisfy lock-file when feature-level index-url is set by @baszalmstra in #6065 - Evaluate PyPI extras when walking lockfile dependencies by @baszalmstra in #6068 - To alias on target_channel by @ruben-arts in #6070 - Fallback behaviour added to atomic writes by @suleman1412 in #5748 - Serialize PEP 508 deps as filesystem paths by @aldbr in #6072 New Contributors - @aldbr made their first contribution in #6072 - @sstadick made their first contribution in #6055 Download pixi 0.68.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 ────────────────────────────────────────────┼───────────────────┼──────...

Read release notes

Version history

Version Updated Notes
0.68.1 Unknown Release Notes Added - Report size of removed files by @baszalmstra in #6053 Fixed - V0.68.0 pixi-aarch64-pc-windows-msvc.zip contains an x86_64 binary by @baszalmstra in #6064 - Normalize self-ref extras on both sides of...
0.66.0 Unknown 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 y...
0.65.0 Unknown Release Notes ✨ Highlights We're now properly signing our own Windows binaries resulting in no errors from the "smart screen". Added - Add list_packages for pixi-gui by @haecker-felix in #4930 - Add choices to tasks args...
0.64.0 Unknown Release Notes ✨ Highlights Big release with lots of different fixes and small features, but no overarching theme this time. Added - Add --dry-run flag to pixi lock command by @akshatsrivastava11 in #5288 - Add --executab...
0.63.2 Unknown Release Notes ✨ Highlights This release brings important fixes for Pixi Build and PyPI support. Documentation - Update CHANGELOG.md to remove duplicated introduction by @ickc in #5308 - Describe git support for package s...
0.63.1 Unknown Release Notes ✨ Highlights Yes, a patch release the day after looks like we messed up the last release, but we really just wanted to get these fixes out 🙃 Fixed - An issue with source-interdependencies and dev packages b...
0.63.0 Unknown Release Notes ✨ Highlights Pixi now supports PEP508 environment markers for PyPI dependencies. Tasks can specify a default_environment, making it easier to run tasks without explicitly selecting an environment. Error mes...
0.62.2 Unknown Release Notes ✨ Highlights This is a small patch release fixing issues with source packages and caching. Fixed - Include variants when calculating cache key by @nichmor in #5167 - Source packages with git source were alw...
0.62.1 Unknown Release Notes ✨ Highlights Small release with fixes related to the conda source dependencies. Added - Resolving PyPI deps with a SourceRecord Python by @lucascolley in #5159 - Refactor pixi pypi spec by @tdejager in #515...
0.62.0 Unknown 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...
0.61.0 Unknown Release Notes ✨ Highlights This Pixi release features a new and improved pixi upload functionality, that is shared with rattler-build through rattler. Changed - Add list_environments, add_environment, remove_environment...
0.60.0 Unknown 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 maki...
0.59.0 Unknown 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 bec...
0.58.0 Unknown 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 th...
0.57.0 Unknown 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...
0.56.0 Unknown Release Notes ✨ Highlights Install a .conda package directly using pixi global install: pixi global install --path /path/to/package-name.conda Added - Add paxton-as-pixi SVG by @VeckoTheGecko in #4592 - Add a hyperlink t...
0.55.0 Unknown 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...
0.54.2 Unknown Release Notes Added - Add cancellation support to command dispatcher by @baszalmstra in #4501 - Support win-32 emulation on win-64 by @baszalmstra in #4531 Changed - Include version information in self-update --dry-run b...
0.54.1 Unknown Release Notes ✨ Highlights Small improvements and bug fixes. Changed - Fix --frozen and --locked collision by @tdejager in #4488 - Cache backend discovery by @baszalmstra in #4492 Fixed - Colors being escaped in cli outp...
0.54.0 Unknown Release Notes ✨ Highlights You can now use pixi global tree to visualize the dependency tree of a global environment. And you can install subsets of packages now works, for both conda and pypi packages: # Define which pa...