preview-correct-oriole.prefix.dev Open in urlscan Pro
34.90.252.205  Public Scan

URL: https://preview-correct-oriole.prefix.dev/
Submission: On December 09 via api from US — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

We use PostHog (EU) cookies to understand how you use our website and help us
improve it. Read more in our privacy policy.

Accept cookies Decline cookies
Open main menu


PREFIX·DEV

DocsBlogChannels

Sign inToggle light/dark theme


ESCAPE DEPENDENCY HELL


PIXI - POWERFUL DEVELOPMENT ENVIRONMENTS ON WINDOWS, MACOS AND LINUX

pixi is a fast software package manager built on top of the existing conda
ecosystem. Spins up development environments quickly on Windows, macOS and
Linux.

Automatic lockfiles produce reproducible environments across operating systems
(without Docker!).

pixi supports Python, R, C/C++, Rust, Ruby, and many other languages.


INSTALL PIXI

To install, run the following command in your terminal:

curl -fsSL https://pixi.sh/install.sh | bash

Or find alternative installation methods in our documentation.

Get startedJoin our Discord server
Read more about our tools
Blog PostAug 31, 2024
rattler-build in conda-forge

rattler-build - the revolutionary build tool for the conda ecosystem now
(almost) available in conda-forge.

Blog PostAug 15, 2024
pixi global: declarative installation of developer tools

Install your favorite tools system-wide and declaratively with the revamped pixi
global!

Blog PostMar 01, 2024
7 Reasons to Switch from Conda to Pixi

Pixi is conda-compatible and comes with more speed, lockfiles and tasks. It is
the next-gen package manager for Python and R and more.

SEE PIXI IN ACTION


GET STARTED QUICKLY

Our mission is to make pixi as simple as possible to use.

Getting a complex project running is as simple as pixi run start

 * Reproducible: Work in dedicated, isolated environments that can still be
   recreated in a 100 years.
 * Tasks: Simplify complex tasks by utilizing command shortcuts.
 * CI: Replicate environments in CI with ease.


Terminal
➜ pixi init project
✔ Initialized project in /home/user/project

➜ cd project
~/project
➜ pixi add python numpy cmake
✔ Added python 3.11.4.*
✔ Added numpy 1.25.2.*
✔ Added cmake 3.26.4.*

~/project
➜ pixi run python --version
Python 3.11.4

~/project
➜ pixi add python==3.10
✔ Added python ==3.10.0.*

~/project
➜ pixi run python --version
Python 3.10.0


COLLABORATE WITH DEVELOPERS

Great projects are the fruit of collective effort. Pixi makes onboarding and
collaboration simple and seamless.

 * Reproducibility: Always maintain updated lockfiles.
 * Multi-platform: Ensure compatibility across Windows, MacOS, and Linux.
 * Version Control: Leverage Git to keep track of your environment changes.


Terminal
~/project
➜ cat pixi.toml
[project]
name = "project"
version = "0.1.0"
description = "Example project"
authors = ["Pixi <hi@prefix.dev>"]
channels = ["conda-forge"]
platforms = ["linux-64", "win-64", "osx-arm64", "osx-64"]

[tasks]
start = "python main.py"

[dependencies]
python = "3.11.4.*"
numpy = "1.25.2.*"
cmake = "3.26.4.*"



SHARE WITH EVERYONE COMING SOON

Transform your project into a Conda package for effortless installation on any
machine.


Terminal
~/project
➜ pixi build
✔ Build project successfully into /home/user/project/project-0.1.0.conda

POWERED BY OPEN-SOURCE CHANNELS:CONDA-FORGE, BIOCONDA, ROBOSTACK, AND MORE!

We are building on top of the Conda packaging ecosystem, which already provides
thousands of packages for Python and other languages. We are looking at ways to
unify this with the existing PyPI ecosystem. Learn more about the Conda
ecosystem and its channels in our documentation.

 * 36.090
 * PACKAGES

 * 1.602.187
 * RELEASES

 * 10.000.000+
 * MONTHLY DOWNLOADS

Search for packages




ABOUT US

prefix.dev develops software to make software package management easy and
painless. We are the lead developers behind the mamba package manager and
collaborate closely with the conda-forge team.

NAVIGATION

 * Blog
 * Team
 * Privacy Policy
 * Imprint / Impressum
 * Feedback / Report issues

OUR SOFTWARE

 * pixi • the package manager
 * rattler-build • a conda package builder in Rust
 * rattler • Rust crates to work with conda
 * mamba • a cross-platform package manager
 * boa • build packages in a breeze
 * quetz • host packages easily



© prefix.dev GmbH – Made with love in 🇪🇺