prefix-dev/pixi

Powerful system-level package manager for Linux, macOS and Windows written in Rust – building on top of the Conda ecosystem.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 57 minutes ago
Added to GitGenius on September 8th, 2026
Created on April 28th, 2023
Open Issues & Pull Requests: 678 (+0)
GitHub issues: Enabled
Number of forks: 560
Total Stargazers: 7,702 (+0)
Total Subscribers: 30 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.4 hours
Mean response time: 16.6 days
90th percentile: 15.2 days
Tracked items: 1,940

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 88% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "area:global" is answered fastest, typically in about 5 hours, while "documentation" waits about 3 days. 52% of tracked open issues have had no activity in three months. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 560
New in 7 days: 15
Closed in 7 days: 3
Avg open age: 392 days
Stale 30+ days: 494
Stale 90+ days: 376

Recent activity

Opened in 7 days: 15
Closed in 7 days: 2
Comments in 7 days: 4
Events in 7 days: 24

Top labels

  • bug (738)
  • enhancement (557)
  • area:build (207)
  • pypi (155)
  • good first issue (107)
  • area:global (77)
  • configuration (55)
  • cli (47)

Detailed Description

Pixi is a cross-platform package manager and workflow tool built on the Conda ecosystem that provides a developer experience similar to Cargo or npm for any language.

Pixi solves the problem of managing dependencies and environments across multiple programming languages and operating systems. It builds on top of Conda packages but presents a streamlined command-line interface inspired by language-specific package managers. The tool maintains an up-to-date lock file by default and supports per-project or system-wide installation of tools, allowing developers to work with Python, C++, R, and other languages through a unified interface.

Pixi suits teams and individual developers working in multi-language environments who want deterministic, reproducible builds across Linux, macOS, and Windows including Apple Silicon. It is particularly valuable for projects that need to coordinate dependencies across different programming languages or for developers accustomed to the ergonomics of Cargo or npm who work with Conda packages. The tool is production-ready and maintains backward compatibility with previous file formats.

The project maintains active development with regular updates to its core functionality. The maintainers are planning significant features including the ability to build and publish projects as Conda packages, support for dependencies sourced directly from version control, and more sophisticated global package installation capabilities. The tool is written entirely in Rust and built on the rattler library, with comprehensive documentation and a GitHub Action available for integration into CI/CD workflows.