Releases: prefix-dev/pixi
0.62.2 - 2025-12-22
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 always out-of-date by @baszalmstra in #5178
Download pixi 0.62.2
| 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 |
0.62.1 - 2025-12-18
Release Notes
β¨ Highlights
Small release with fixes related to the conda source dependencies.
Added
- Resolving PyPI deps with a
SourceRecordPython by @lucascolley in #5159 - Refactor pixi pypi spec by @tdejager in #5155
Documentation
- Add
devtable documentation by @ruben-arts in #5163
Fixed
- Let
pixi runorpixi installfail on unsupported platforms by @Hofer-Julian in #5141 - Include dev dependencies when extracting packages from solve groups by @baszalmstra in #5156
- Update lock-file on change by @baszalmstra in #5158
Download pixi 0.62.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 |
| 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 |
0.62.0 - 2025-12-17
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 = { path = "src" }Breaking change for pixi-build preview
This release removes the input hashes from the lockfile for source dependencies to reduce unnecessary lockfile changes. This may cause some lockfiles with source dependencies to become invalid. Rerun pixi lock to fix the lockfile. The changes in this release should significantly reduce lockfile churn when working with source packages going forward.
Added
- Add cache path in the error by @nichmor in #5091
- Add
featureCLI commands and add remove_feature to pixi_api by @haecker-felix in #5086 - Stop recording PyPI
editablein lockfile by @tdejager in #5106 - Add
--fieldsargument topixi listby @baszalmstra in #5105 - Add
-mshort alias for manifest_path option by @paugier in #5066 - Add description / channel / platform functionality by @haecker-felix in #5107
- Add
[dev]dependencies by @baszalmstra in #4778 - Remove
input.hashfrom the lockfile by @nichmor #5011
Documentation
- Add documentation for RATTLER_AUTH_FILE environment variable by @Hofer-Julian in #5116
- Add imprint and privacy policy by @wolfv in #5120
- Improve platforms clarity by @ruben-arts in #5133
Fixed
- Exclude reserved names from task arg names in schema by @bollwyvl in #5078
- Change binary to source should always select source by @baszalmstra in #5098
- Handle empty dirs when
global install blafails by @mrswastik-robot in #4860 - Enhance feature removal confirmation message by @Hofer-Julian in #5115
- Use global config tls setting with
self-updateby @tdejager in #5119 - Mark more tests as online by @baszalmstra in #5104
- DAQ passthrough by @TheSkyentist in #5126
- Enforce github actions security with zizmor by @Hofer-Julian in #5134
- Accidentally always compiling for rustls by @tdejager in #5132
- Zizmor medium severity lints by @Hofer-Julian in #5144
Refactor
- Sync "pixi workspace feature remove" behaviour with "pixi remove" by @haecker-felix in #5129
- Bumping up to rust v1.90 by @prady0t in #5112
New Contributors
- @prady0t made their first contribution in #5112
- @TheSkyentist made their first contribution in #5126
Download pixi 0.62.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 |
0.61.0 - 2025-12-09
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 to Pixi API by @haecker-felix in #4918
- Optimize git checkouts in pypi tests by @baszalmstra in #5035
- Use local git fixtures for tests by @baszalmstra in #5047
- Optimize pypi add tests by @baszalmstra in #5048
- Allow loading of native certificate store by @tdejager in #5013
- New rattler-upload functionality by @tdejager in #5017
- Optimize integration tests to use local fixtures by @baszalmstra in #5064
Fixed
- Mark more tests as
online_testsby @mgorny in #5060 - Use absolute_path() when computing workspace root to preserve symlinks by @claydugo in #5059
- Index was being ignored during upgrades by @tdejager in #5062
- Use single quotes for CLI arg joining to fix backslash escaping by @baszalmstra in #5063
- Don't assume that shell config file ends on newline by @MikkelSchubert in #4873
- Fix docs-dev post setup-pixi run by @ruben-arts in #5088
- Mark
test_add_url_no_channelas slow by @Hofer-Julian in #5093
New Contributors
- @MikkelSchubert made their first contribution in #4873
Download pixi 0.61.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 |
0.60.0 - 2025-12-03
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 making development with ROS and the broader robotics ecosystem as smooth as possible.
Finally, this release contains a lot of bug fixes and documentation improvements,
often driven by our amazing community π«Ά
Changed
- Add more variables to task context by @baszalmstra in #4949
- Improve
pixi listdescription by @ShalokShalom in #4852 - Fix pixi exec example by @pavelzw in #4868
- Bump pixi-build-api-version to 3 for unique variant guarantees by @baszalmstra in #4900
- Gracefully handle newer lock-file versions by @baszalmstra in #4897
- Expose manifest features by @haecker-felix in #4876
- Consume
package.xmlmanifest for ROS by @remimimimimi in #4820 - Implement package search by @haecker-felix in #4910
- Add PIXI_DOWNLOAD_URL to use install scripts in private network by @millsks in #4942
- Accept relative paths in
pixi execby @tdejager in #4945 - Improve authentication handling and credential masking by @millsks in #4948
- Insecure tls by @jamesfricker in #4067
- Resolve
~inconfig.detached_environmentsby @MartinJepsen in #4968 - Allow setting pixi binary install dir separately by @AntoinePrv in #4978
- Implement pypi pre-release support by @tdejager in #4984
- Add add_conda_deps / add_pypi_deps / remove_conda_deps / remove_pypi_deps by @haecker-felix in #4915
Documentation
- Add SciPy to community pages by @lucascolley in #4923
- Fix typo in
readthedocs-overrideexample by @jtpio in #4957 project->workspacein docs by @Dashlander in #4921- Fix rendering of Rust tutorial by @ShalokShalom in #4859
- Fix typos by @pavelzw in #4887
- Fix typos and grammar errors by @Zachanardo in #4966
- Fix pixi s3 auth example text by @trent-abc in #5002
Fixed
- Out-of-tree satisfiability fixed by @tdejager in #4872
- Dont ignore build folder in command_dispatcher by @tdejager in #4855
- Solve build source relative to the manifest path by @nichmor in #4863
- Git source lockfile invalidation by @remimimimimi in #4874
- Git dependency updates triggered erroneously by @nichmor in #4858
- Recursive optional dependencies and solve groups infinite loop by @tdejager in #4890
- Ensure
.pixi/.gitignoreis created duringpixi buildby @baszalmstra in #4884 - More descriptive message for tokio panics by @nichmor in #4893
- Task cache dependency issue by @nichmor in #4898
- Disable diff driver for pixi lock in generated
.gitattributesby @h-vetinari in #4913 - Create separate workdir per variant by @nichmor in #4934
- Fix logging panic by converting itertools::Format to string before passing to tracing by @haecker-felix in #4938
- Solve false positive
ChannelPriorityCombinationErrorby @MartinJepsen in #4943 - Increase timeout for Windows x86_64 test job by @baszalmstra in #4955
- Preserve symlinked manifest paths by @claydugo in #4912
- Improved two tests to not use big packages or slow repodata by @ruben-arts in #4959
- Better out-of source caching and source code propagation by @tdejager in #4875
- Only use mapping fallback when conda-forge is not specifically by @ruben-arts in #4952
- Improve error messages for conda-pypi mapping failures by @baszalmstra in #4976
- Correct PIXI_BIN_DIR variable reference in installation script error message by @Ninefrm in #4981
- Input globs normalisation and force reinstall by @nichmor in #4931
- Check pypi dependency-overrides in lock-file satisfiability by @baszalmstra in #4995
- Reconfigure renovate by @baszalmstra in #4997
- Devcontainer image link by @VeckoTheGecko in #5043
- Remove duplicate header by @aosen-xiong in #4885
- Remove "starting to locate" from pixi build by @ruben-arts in #4933
New Contributors
- @trent-abc made their first contribution in #5002
- @Ninefrm made their first contribution in #4981
- @AntoinePrv made their first contribution in #4978
- @MartinJepsen made their first contribution in #4968
- @jamesfricker made their first contribution in #4067
- @Zachanardo made their first contribution in #4966
- @jtpio made their first contribution in #4957
- @claydugo made their first contribution in #4912
- @millsks made their first contribution in #4948
- @Dashlander made their first contribution in #4921
- @aosen-xiong made their first contribution in #4885
- @ShalokShalom made their first contribution in #4859
Download pixi 0.60.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 |
0.59.0 - 2025-10-29
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 because one of our dependencies astral-tokio-tar below 0.5.6 has a high severity security issue titled TARmageddon.
Updating that dependency fixes that.
Added
Changed
- Upgrade rust toolchain by @tdejager in #4815
- Update patch script to patch versions by @tdejager in #4823
- Configurable export name by @charles-turner-1 in #4838
Documentation
- Use custom search separator by @Hofer-Julian in #4835
Fixed
- CLI logging again by @tdejager in #4812
- Slim down trampoline dependency tree by removing
pixi_utilsby @wolfv in #4817 - Lefthook parallel by @Hofer-Julian in #4836
- CVE-2025-62518 by updating astral-tokio-tar by @niklaskorz in #4833
New Contributors
- @charles-turner-1 made their first contribution in #4838
- @niklaskorz made their first contribution in #4833
- @bobozaur made their first contribution in #4789
Download pixi 0.59.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 |
0.58.0 - 2025-10-22
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 the need to specify a separate package manifest.
So the following code just works:
[dependencies]
package = { path = "/path/to/recipe.yaml" }This still works, but we stopped hardcoding the channel for the backends.
Now, it will first try to find a workspace manifest and extract its channels.
If that doesn't work, it will fallback to the default channels in your Pixi config.
Added
Changed
- Automatic detection of ros backend for package.xml files by @ruben-arts in #4782
Documentation
- Fix link to boost package by @h-vetinari in #4793
Fixed
- Fix testsuite tests configuration by @remimimimimi in #4795
- Target specific inline variants by @Hofer-Julian in #4803
- Reinstall should rebuild a source package by @nichmor in #4809
New Contributors
- @h-vetinari made their first contribution in #4793
Download pixi 0.58.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 |
0.57.0 - 2025-10-20
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
- Correctly parse directory requirements by @tdejager in #4710
- Load variants from files by @Hofer-Julian in #4665
- Always regenerate metadata on override by @tdejager in #4774
- Canonicalize source path in build-backend initialization by @tdejager in #4781
Fixed
- Mark more online tests by @mgorny in #4595
- Always create the $PREFIX directory by @wolfv in #4716
BrokenPipeerrors on more commands by @mrswastik-robot in #4730- Respect --no-progress again by @remimimimimi in #4739
- BrokenPipe error on
pixi global listby @mrswastik-robot in #4748 - Recursive optional dependencies by @tdejager in #4743
- Do not include hidden folders when matching if source package is stale by @nichmor in #4728
- Ignore gitignore globs by @nichmor in #4765
- Only use extension to differentiate between source or binary dependencies by @baszalmstra in #4737
- Deprecate
[project]by @Hofer-Julian in #4771 - Change logging directive by @tdejager in #4773
- Deprecate
[build-dependencies]and[host-dependencies]by @Hofer-Julian in #4767 -v/--quietshould take precedence overRUST_LOGby @tdejager in #4779- Use which to locate bash on windows by @fstanis in #4776
- Propagate target-platform flags for pixi build by @AdamDorwart in #4703
Refactor
- Move diff into a separate pixi_diff crate by @haecker-felix in #4697
Removed
- Remove build-api v0 by @baszalmstra in #4754
New Contributors
- @AdamDorwart made their first contribution in #4703
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 |
0.56.0 - 2025-10-06
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 to lock file docs by @lucascolley in #4600
- Add description of a workspace to first workspace docs by @lucascolley in #4602
- Add a tutorial on
pixi importandpixi init --importby @lucascolley in #4631 - Resolve optional
pypi-dependenciesrecursively by @olivier-lacroix in #3646
Changed
- Option to ignore env var during activation by @Hofer-Julian in #4619
- Add new (minimal) pixi_api abstraction crate by @haecker-felix in #4546
- Drop StyledText abstraction, rename config to workspace by @haecker-felix in #4647
- More simple introduction to manifest reference by @lucascolley in #4601
- Direct
.condaglobal installation by @lucascolley in #4502 - Implement task support for WorkspaceContext by @haecker-felix in #4667
- Unsafe-best-match for build as well by @tdejager in #4649
Documentation
project->workspace, improvefirst_workspacepage by @lucascolley in #4586- Fix bash completion sourcing example by @Hofer-Julian in #4590
project->workspacein README also by @lucascolley in #4589- Fix typo by @Hofer-Julian in #4596
- Fix broken hyperlink by @magsol in #4605
- Add global environments in setup-pixi by @pavelzw in #4627
- Add warning when viewing old docs version by @lucascolley in #4628
- Fix list in pixi extensions page by @pavelzw in #4630
- Update doc to include global environment caching information by @olivier-lacroix in #4672
Fixed
- Correct SIGINT forwarding by @remimimimimi in #4552
- Inconsistent caching when input or output globs unmatched by @tdejager in #4547
- Obscure error when importing
environment.ymlwith emptypip:by @Hofer-Julian in #4609 - Use source name for a package by @nichmor in #4597
- Pixi init config loading by @Hofer-Julian in #4610
add_tests::add_with_channelby @Hofer-Julian in #4618- Optional dependencies break requirement conversion code by @Hofer-Julian in #4603
- Handle
url::pkgdependencies from conda env file by @lucascolley in #4621 - Panic when trying to resolve cross-platform deps by @nichmor in #4612
- Adapt testsuite CI by @Hofer-Julian in #4632
- Skip multi-output test by @Hofer-Julian in #4653
- Upgrade all features by default by @lucascolley in #4646
- Available tasks output by @remimimimimi in #4655
- Restore $status before calling __fish_prompt_orig by @fstanis in #4651
- Use correct equality specifier for conda-environment export with git subdir pypi dep by @ihnorton in #4658
- Fix test-exports integration test after PR4658 by @ihnorton in #4695
pixi listshouldn't panic in case ofBrokenPipeerror by @mrswastik-robot in #4673- Double relative manifest path by @remimimimimi in #4699
Performance
- Use
ignorecrate instead ofwaxcrate for globbing by @tdejager in #4578 - Initialize the reqwest client lazily by @baszalmstra in #4666
- Initialize the environment variables lazily for sdist environments by @baszalmstra in #4685
Refactor
New Contributors
- @ihnorton made their first contribution in #4695
- @fstanis made their first contribution in #4651
- @magsol made their first contribution in #4605
- @VeckoTheGecko made their first contribution in #4592
Download pixi 0.56.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 |
0.55.0 - 2025-09-15
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
The environment variable overwriting logic is changed.
If you think you haven't read this for the first time, then you are right!
We already attempted to fix the order and other weird aspects of our environment variable handling in the past,
but had to revert it, since it broke too many things.
This time we touched significantly less logic so we hope that the impact will be minimal.
Previously, the variables in your own environment would overwrite the variables set in the Pixi manifest.
This is now reversed, meaning that the variables set in the Pixi manifest will overwrite the variables in your own environment.
Also task environment variables will now be considered even if that environment variable was already defined outside of Pixi.
More info can be found in the documentation.
Changed
- Search in
pixi globaldirectory as well, along with PATH by @mrswastik-robot in #4365 - Add cargo-deny by @haecker-felix in #4539
Documentation
- Add hyperlinks for
cargoandnpmby @lucascolley in #4582 - Update cuda tags in
pixi-dockerby @mbrobbel in #4534 - Refactor 'pixi-extensions' docs to the latest changes by @mrswastik-robot in #4541
- Fix warning syntax for detached-environments by @lucascolley in #4557
Fixed
- Check when to render as ninja string by @tdejager in #4535
- Honor explicit manifest by @remimimimimi in #4536
- Upgrade for all targets by @remimimimimi in #4553
- Set pixi cache dir when building cmake extensions by @nichmor in #4567
- Environment variable priority by @Hofer-Julian in #4544
- Clear filesystem caches in between
pixi runsteps by @baszalmstra in #4523 - Collect errors with
pixi globalinstall and uninstall by @Hofer-Julian in #4565 - Check for missing channels in
solve_pixiby @lucascolley in #4580
New Contributors
Download pixi 0.55.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 |