Download Latest Version pixi-x86_64-pc-windows-msvc.exe (92.7 MB)
Email in envelope

Get an email when there's a new version of Pixi

Home / v0.75.0
Name Modified Size InfoDownloads / Week
Parent folder
source.tar.gz.sha256 2026-07-29 80 Bytes
pixi-x86_64-unknown-linux-musl.tar.gz 2026-07-29 33.0 MB
pixi-x86_64-unknown-linux-musl.tar.gz.sha256 2026-07-29 104 Bytes
sha256.sum 2026-07-29 986 Bytes
source.tar.gz 2026-07-29 19.6 MB
pixi-x86_64-pc-windows-msvc.msi.sha256 2026-07-29 98 Bytes
pixi-x86_64-pc-windows-msvc.zip 2026-07-29 33.1 MB
pixi-x86_64-pc-windows-msvc.zip.sha256 2026-07-29 98 Bytes
pixi-x86_64-unknown-linux-musl 2026-07-29 77.3 MB
pixi-x86_64-apple-darwin.tar.gz.sha256 2026-07-29 98 Bytes
pixi-x86_64-pc-windows-msvc.exe 2026-07-29 91.6 MB
pixi-x86_64-pc-windows-msvc.msi 2026-07-29 36.3 MB
pixi-x86_64-apple-darwin 2026-07-29 72.4 MB
pixi-x86_64-apple-darwin.tar.gz 2026-07-29 31.7 MB
pixi-aarch64-unknown-linux-musl 2026-07-29 66.2 MB
pixi-aarch64-unknown-linux-musl.tar.gz 2026-07-29 31.0 MB
pixi-aarch64-unknown-linux-musl.tar.gz.sha256 2026-07-29 105 Bytes
pixi-riscv64gc-unknown-linux-gnu 2026-07-29 67.5 MB
pixi-riscv64gc-unknown-linux-gnu.tar.gz 2026-07-29 33.8 MB
pixi-riscv64gc-unknown-linux-gnu.tar.gz.sha256 2026-07-29 106 Bytes
pixi-aarch64-pc-windows-msvc.zip.sha256 2026-07-29 99 Bytes
pixi-aarch64-pc-windows-msvc.exe 2026-07-29 73.7 MB
pixi-aarch64-pc-windows-msvc.msi 2026-07-29 34.1 MB
pixi-aarch64-pc-windows-msvc.msi.sha256 2026-07-29 99 Bytes
pixi-aarch64-pc-windows-msvc.zip 2026-07-29 30.8 MB
install.ps1 2026-07-29 7.4 kB
install.sh 2026-07-29 9.2 kB
pixi-aarch64-apple-darwin 2026-07-29 63.7 MB
pixi-aarch64-apple-darwin.tar.gz 2026-07-29 28.4 MB
pixi-aarch64-apple-darwin.tar.gz.sha256 2026-07-29 99 Bytes
README.md 2026-07-29 2.2 kB
v0.75.0 source code.tar.gz 2026-07-29 19.6 MB
v0.75.0 source code.zip 2026-07-29 21.0 MB
Totals: 33 Items   865.0 MB 5

[0.75.0] - 2026-07-29

✨ Highlights

pixi publish now publishes every workspace package that opts in in dependency order. It also refuses to publish anything if a necessary source dependencies didn't opt into being published.

:::toml title="packages/cpp_math/pixi.toml"
[package]
name = "cpp_math"
publish = true

Offline solves now only consider conda packages you already have, either in the package cache or on a local file:// channel.

That means that you can run pixi update --offline and it will resolve with the packages you have local on your machine.

Completion is now generated from the CLI itself, so environment, platform, feature, and task names complete on every option that takes one, in bash, zsh, fish, and nushell.

As usual we also fixed a couple of bugs.

Added

  • Publish the workspace packages that opt in by @Hofer-Julian in #6526
  • Rework completion by @hunger in #6686
  • Restrict offline solves to locally available packages by @Hofer-Julian in #6644
  • Validate __archspec microarchitecture names by @hunger in #6701

Changed

  • Report the assumed platform per environment by @hunger in #6508
  • Reuse cached artifacts for immutable sources when the cache dir is gone by @Hofer-Julian in #6699

Documentation

  • Explain that $PREFIX is not expanded on Windows by @baszalmstra in #6690

Fixed

  • Clean stale files from incremental ROS Python builds by @baszalmstra in #6691
  • Fix CI on main and slim down extra slow tests by @Hofer-Julian in #6708

Removed

  • Remove stray insta snapshot artifact by @hunger in #6683
Source: README.md, updated 2026-07-29