pixi
| Version | 2026.166.1750 |
| Repo | superproject |
pixi package-manager binary installed and runnable The pixi candy downloads the upstream pixi release binary and extracts it to /usr/local/bin/pixi – the conda-forge package and environment manager that backs the python / python-ml candies and the fedora/arch builder images. Verifiable by asserting the binary landed on PATH and reports its version.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
run |
download=https://github.com/prefix-dev/pixi/releases/download/${PIXI_VERSION}/pixi-${BUILD_ARCH}-unknown-linux-musl.tar.gz |
check |
the pixi binary is installed at /usr/local/bin/pixi |
check |
running pixi –version reports the pinned v0.70.2 release |
check |
command=/usr/local/bin/pixi –version |