pixi

Package management made easy (by prefix-dev)

Pixi Alternatives

Similar projects and alternatives to pixi

  1. Poetry

    407 pixi VS Poetry

    Python packaging and dependency management made easy

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. asdf

    377 pixi VS asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

  4. black

    339 pixi VS black

    The uncompromising Python code formatter

  5. NumPy

    301 pixi VS NumPy

    The fundamental package for scientific computing with Python.

  6. pyenv

    273 pixi VS pyenv

    Simple Python version management

  7. just

    205 pixi VS just

    🤖 Just a command runner

  8. direnv

    182 pixi VS direnv

    unclutter your .profile

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. xmake

    168 pixi VS xmake

    🔥 A cross-platform build utility based on Lua

  11. Vcpkg

    147 pixi VS Vcpkg

    C++ Library Manager for Windows, Linux, and MacOS

  12. homebrew-core

    139 pixi VS homebrew-core

    🍻 Default formulae for the missing package manager for macOS (or Linux)

  13. uv

    107 pixi VS uv

    An extremely fast Python package and project manager, written in Rust.

  14. RustPython

    101 pixi VS RustPython

    A Python Interpreter written in Rust

  15. libuv

    86 pixi VS libuv

    Cross-platform asynchronous I/O

  16. mise

    81 pixi VS mise

    dev tools, env vars, task runner

  17. pip-tools

    60 pixi VS pip-tools

    A set of tools to keep your pinned Python dependencies fresh.

  18. rye

    47 pixi VS rye

    a Hassle-Free Python Experience

  19. python-build-standalone

    Produce redistributable builds of Python

  20. Ammonite-Ops

    18 pixi VS Ammonite-Ops

    Scala Scripting

  21. pipreqs

    12 pixi VS pipreqs

    pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.

  22. vfox

    11 pixi VS vfox

    A cross-platform and extendable version manager with support for Java, Node.js, Flutter, .Net & more

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better pixi alternative or higher similarity.

pixi discussion

Log in or Post with

pixi reviews and mentions

Posts with mentions or reviews of pixi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-30.
  • Aurora: Maintenance-free, reliable and fast OS, stable like a Chromebook
    2 projects | news.ycombinator.com | 30 Mar 2025
    > none of the docs really mention this

    Searching for the sister distro you mentioned, this[1] was one of the first links I stumbled upon, which included a link to the ARM ISO[2] and checksum[3] along with this note:

    > No homebrew, they don’t have arm builds, we will include Pixi[4] instead, which is a nice package manager built on the popular conda ecosystem - there’s some good stuff in there!

    [1] https://universal-blue.discourse.group/t/bluefin-lts-alpha-f...

    [2] https://download.projectbluefin.io/bluefin-lts-arm64.iso

    [3] https://download.projectbluefin.io/bluefin-lts-arm64.iso-CHE...

    [4] https://github.com/prefix-dev/pixi

  • Uv overtakes Poetry (for Wagtail users)
    8 projects | news.ycombinator.com | 17 Mar 2025
    Have you checked out https://github.com/prefix-dev/pixi? It's built by the folks who developed Mamba (a faster Conda implementation). It has support for PyPI dependencies using UV, first-class support for multi-envs and lockfiles, and can be used to manage other system dependencies like CUDA.
  • A year of uv: pros, cons, and should you migrate
    22 projects | news.ycombinator.com | 18 Feb 2025
    Thanks for bringing up conda. We're definitely trying to paint this vision as well with `pixi` (https://pixi.sh) - which is a modern package manager, written in Rust, but using the Conda ecosystem under the hood.

    It follows more of a project based approach, comes with lockfiles and a lightweight task system. But we're building it up for much bigger tasks as well (`pixi build` will be a bit like Bazel for cross-platform, cross-language software building tasks).

    While I agree that conda has many short-comings, the fundamental packages are alright and there is a huge community keeping the fully open source (conda-forge) distribution running nicely.

  • Uv, An fast Python package and project manager
    2 projects | news.ycombinator.com | 14 Dec 2024
    same company has a different tool as well called pixi which aims for much nicer integration with the conda ecosystem.

    https://github.com/prefix-dev/pixi

  • Generate pip requirements.txt file based on imports of any project
    9 projects | news.ycombinator.com | 30 Sep 2024
    > Please consider consolidating python dependency management instead of fragmenting it: https://github.com/mamba-org/mamba

    Mamba doesn't even interact with the official python packing ecosystem... It is purely a conda replacement and conda packaging is not Python packaging (it's a more fundamental fragmentation than choosing a particular tool). So weird choice to not fragment Python dependency management.

    If you depend on both conda and standard Python packaging (e.g. PyPI.org) you can use Pixi: https://github.com/prefix-dev/pixi?tab=readme-ov-file#pixi-p.... It attempts to bridge the conda world and the Python package world, so it's possible to rely more deeply on standards based packaging but still use conda tooling when you need it.

  • I Like Makefiles
    14 projects | news.ycombinator.com | 20 Sep 2024
    Pixi is native on Windows, can install a wide range of dev tools and has task running built into projects (alongside dependency management).

    https://pixi.sh/

  • Rye and Uv: August Is Harvest Season for Python Packaging
    5 projects | news.ycombinator.com | 21 Aug 2024
    jax itself is just pip installable, so this should be drop-in. CUDA is it's own headache, and that's where mamba (now pixi[1]) really shines.

    [1]: https://pixi.sh/

  • NumPy 2.0.0
    13 projects | news.ycombinator.com | 16 Jun 2024
  • Xmake: A modern C/C++ build tool
    7 projects | news.ycombinator.com | 4 May 2024
    re: C/C++ development: anybody using conda/pixi for dependency management? Here's an example of compiling a C++ SDL program using pixi and the SDL dependency from conda-forge [1].

    Seems viable as a replacement for things like vckpg [2] which only builds from source.

    I'm still researching this but it seems like rattler [3] is the tool to use to build/publish packages. The supported repos are: prefix.dev's own hosting, anaconda.org, artifactory or a self-hosted server.

    --

    1: https://github.com/prefix-dev/pixi/blob/main/examples/cpp-sd...

    2: https://github.com/microsoft/vcpkg

    3: https://prefix-dev.github.io/rattler-build/latest/authentica...

  • Install Asdf: One Runtime Manager to Rule All Dev Environments
    10 projects | news.ycombinator.com | 27 Apr 2024
    I recently started using https://github.com/prefix-dev/pixi for Python projects. I really love it so far, but this tool looks a bit more mature, which makes sense considering pixi is relatively new.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 18 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic pixi repo stats
15
4,406
9.9
1 day ago

prefix-dev/pixi is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.

The primary programming language of pixi is Rust.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com