@prefix.dev
180 followers 11 following 94 posts
Posts Media Videos Starter Packs
prefix.dev
The amazing @catppuccintheme has chosen the magic wand as the icon for a Pixi manifest. Should we make it the official Pixi logo?

Don't worry, Paxton (our mascot) will stay!
prefix.dev
Interested in how Pixi will enhance the lives of ROS developers? Join our talk at #ROSCon2025!

Or come visit @rarts_ruby and @baszalmstra at the Startup Alley!

#ROSCON #Robotics @OpenRoboticsOrg
prefix.dev
Pixi Global is known as a tool to manage CLI applications, but did you know that you can also install shell completions and even graphical user interfaces with it? Learn more by reading Lucas' and Julian's blog post: prefix.dev/blog/using-...
Reposted
xhochy.bsky.social
Ever wondered where all my GitHub contributions come from? I have document a week's worth of @conda-forge.org contributions: uwekorn.com/2025/09/18/w...

I plan to do this for 2-3 more weeks to get an overview where I spent my time. I hope there is also content in there that helps others.
2025-37: A week in conda-forge
While I spent the majority of my time on QuantCo-internal (often strategic, non-code) work, my GitHub profile still hovers around 8,000 yearly contributions. Part of this is through my internal work, ...
uwekorn.com
prefix.dev
Our server has recently delivered more than 1.000.000 packages for the first time. We've hit that mark a few more times since. Seeing this constant growth is fascinating and we are confident that our infrastructure will scale well beyond this number!
prefix.dev
It's always a pleasure to get invoices from Azure. Why? Because it means our @condaforge.org sponsorship is being used! We have been sponsoring a big Windows machine through CirunHQ for the past year to build PyTorch, libmagma, and other hard-to-build software for Windows.
prefix.dev
We're continuing our little deep dive series into Conda packaging. Mutex packages are useful to guide the SAT solver into specific parts of the dependency tree, and globally select either a GPU or CPU variant or similar features for an environment. prefix.dev/blog/what-a...
Mutex packages in the Conda world
Mutex packages are a useful mechanism to guide the solver towards certain dependencies, mutually excluding other dependency trees.
prefix.dev
prefix.dev
Package building with Pixi is being rolled out! Dive into our latest blog post on crafting C++ packages.

And guess what? It’s not just for C++; Pixi plays nice with Python, Rust, ROS, Mojo, and beyond!

prefix.dev/blog/pixi-b...
Build C++ projects with Pixi
Painless dependency management (including shared libraries), monorepos and CI/CD is here for C++/CMake projects with Pixi.
prefix.dev
prefix.dev
🔒 We're dogfooding sigstore attestations for our nightly releases of build backends. Really nice to see it in action! We will blog more about pixi-build and pixi-build-cmake soon.
prefix.dev
We are full of ideas on how to expand on this and already excited to continue this work with funding from an OpenSSF technical initiative. Also, thanks to Trail Of Bits who made the CEP-27 enhancement proposal extremely solid thanks to their depth of knowledge.
prefix.dev
Check out our blog post explaining how we worked with the Conda community towards CEP-27 and how our Sigstore implementation works under the hood. We are now offering the "worlds most advanced Conda channels"!

prefix.dev/blog/securi...
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.
prefix.dev
prefix.dev
Today we're unveiling new Software Supply Chain features for the Conda ecosystem: the integration of Sigstore is in public beta on prefix! You can now create Sigstore attestations on Github Actions and cryptographically secure your supply chain with trusted publishing.
prefix.dev
We would love to chat more about this. We can fix this in two ways: adding the package to conda-forge or building from source with our new build backends. Let us know what packages are outdated or missing!
prefix.dev
Pixi solves this by enabling you to create highly complex setups in a single step! It fetches all the necessary build tools, allowing you to focus on developing your application.
prefix.dev
Exciting news! Pixi just hit 5k stars on GitHub! 🌟

Big thanks to all our incredible contributors for making Pixi better every day!

github.com/prefix-dev/...

#stars #github #packagemanagement #softwareengineering
prefix.dev
The FreeCAD project has pioneered the use of Conda packages to build AppImages, DMGs and Windows executables. Recently they made the switch to Pixi with great success. Read more in the guest blog post by Jackson Oursland:

prefix.dev/blog/how-fr...
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.
prefix.dev
prefix.dev
Another deep dive in the technology behind Conda package managers: file linking! Did you know that there are symlinks, hardlinks and reflinks? Reflinks are the best – copy on write is space efficient and isolates the cache.

Learn more: prefix.dev/blog/what-l...
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.
prefix.dev
prefix.dev
If you want to try out your own setup follow our preview release tutorial:
pixi.sh/latest/buil...
Getting Started - Pixi by prefix.dev
None
prefix-dev.github.io
prefix.dev
Sneak peek of the content of the presentation we'll give tomorrow @SciPyConf

We'll tell you about Game Changing features that are starting to be released in Pixi.

Join us in the Ballroom at 15:00

cfp.scipy.org/scipy2025/t...
prefix.dev
The documentation of @conda-forge.org is improving with example recipes for Go and Rust packages – providing useful starting points to get MORE packages into our ecosystem!