Cover image for Building your own build backend for Pixi

Building your own build backend for Pixi

Normally, development tooling and package publishing live in separate worlds: you use one workflow to build and test your software locally, and a completely different one to publish it. Wouldn't it be great to use the same manifest that describes your project environment to also define how the package is built, versioned, and released?

Valentin Kharin
Valentin Kharin
Cover image for ESOC Report: Implementing Pixi Extensions

ESOC Report: Implementing Pixi Extensions

Hey there! I'm Swastik. I completed a 3-month internship at prefix.dev under the ESoC'25 (European Summer of Code) program, and this blog is all about my internship experience.

Swastik Patel
Swastik Patel
Cover image for Pixi: Modern package management for Robotics

Pixi: Modern package management for Robotics

Developing Robots is hard; Pixi makes it easier by creating reproducible, cross-platform ROS development environments without Docker or Ubuntu lock-in.

Ruben Arts
Ruben Arts
Cover image for Cross compiling in the Conda ecosystem

Cross compiling in the Conda ecosystem

Cross compiling is a fundamental capability in modern software development, allowing developers to build packages for different architectures without needing access to the target hardware.

Wolf Vollprecht
Wolf Vollprecht
Cover image for Introducing a New Identity for Prefix.dev

Introducing a New Identity for Prefix.dev

Since 2021 we've used the same identity and the website was mostly consistent, today we are transitioning to a new identity.

Tim de Jager
Tim de Jager
+1 other
Cover image for  Using Pixi as a System Package Manager with Shortcuts and Completions

Using Pixi as a System Package Manager with Shortcuts and Completions

Pixi Global can be used for much more than just downloading and exposing CLI tools. In this blog post, we demonstrate two capabilities of pixi global which are core to making it a featureful and powerful system package manager: shortcuts, and (auto-)completions.

Lucas Colley
Lucas Colley
+1 other
Cover image for Mutex packages in the Conda Ecosystem

Mutex packages in the Conda Ecosystem

Mutex packages are a useful mechanism to guide the solver towards certain dependencies, mutually excluding other dependency trees.

Wolf Vollprecht
Wolf Vollprecht
Cover image for Build C++ projects with Pixi

Build C++ projects with Pixi

Painless dependency management (including shared libraries), monorepos and CI/CD is here for C++/CMake projects with Pixi.

Ruben Arts
Ruben Arts
Cover image for Securing the Conda Package Supply Chain with Sigstore

Securing the Conda Package Supply Chain with Sigstore

We're pleased to announce that sigstore support is now in public beta on prefix.dev! The Conda ecosystem can now use Sigstore to enhance the Software Supply Chain Security with cryptographic attestations.

Wolf Vollprecht
Wolf Vollprecht
Cover image for How FreeCAD uses Pixi

How FreeCAD uses Pixi

This is a guest blog post by Jackson Oursland - a FreeCAD maintainer and esteemed member of the conda-forge and Pixi community! FreeCAD uses Conda packages to build AppImages, DMG and Windows artifacts. Pixi greatly simplifies the developer workflow.

Jackson Oursland
Jackson Oursland
Cover image for What linking means when installing a Conda package

What linking means when installing a Conda package

Package managers face a fundamental challenge: how to efficiently place files from a package cache into multiple environments without excessive disk usage or compromising isolation.

Wolf Vollprecht
Wolf Vollprecht