[0.81.0] - 2026-09-15
✨ Highlights
pixi run --script can now run conda-script files directly from HTTP or HTTPS URLs, including GitHub Gists. Pixi downloads the script, reuses its cached environment, and runs it without requiring a local file.
Added
- Add remote url support to conda-script by @ruben-arts in #6981
- Add PrefixPlatformMismatchError for source build prefixes by @hunger in #6984
- Show the build platform of nested derived environments by @hunger in #6987
Changed
- Track the platform of a derived environment explicitly by @hunger in #6985
- Keep nested derived environments on the build platform by @hunger in #6986
Documentation
Fixed
- Use only tombi for TOML formatting by @Hofer-Julian in #6982
Refactor
- Return CLI exit codes from main by @baszalmstra in #6975
New Contributors
- @prefix-dev-pixi-upgrades[bot] made their first contribution in #6980