# Installer pixi avec Homebrew, apk, Nix, pacman, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de pixi pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:pixi
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install pixi
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add pixi
```

  Preuve: Alpine Linux edge package indexes: pixi from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#pixi
```

  Preuve: nixpkgs package indexes: pkgs/by-name/pi/pixi/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S pixi
```

  Preuve: Arch Linux sync databases: pixi from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/pixi
```

  Preuve: Scoop official bucket manifest trees: bucket/pixi.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id prefix-dev.pixi -e
```

  Preuve: Windows Package Manager source index: prefix-dev.pixi from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:pixi
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/pixi>
- **Version:** 0.76.1
- **Résumé source:** Package management made easy
- **Page d'accueil:** <https://pixi.sh>
- **Dépôt:** <https://github.com/prefix-dev/pixi>
- **Docs amont:** <https://pixi.sh>
- **Licence:** BSD-3-Clause
- **Archive source:** <https://github.com/prefix-dev/pixi/archive/refs/tags/v0.76.0.tar.gz>
- **Dernière mise à jour:** 2026-08-04T16:29:26Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- pixi (cli)
- pixi (alias)

## Dépendances de compilation

- cmake
- pkgconf
- rust

## Bibliothèques fournies par macOS

- bzip2

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.76.1
- gestionnaire mis à jour: 2026-08-04
- données locales: OK
- dépôt amont: https://github.com/prefix-dev/pixi
- dernière version détectée: v0.76.0 (à jour)

## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour pixi. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: pixi.toml, pyproject.toml, your_project/.pixi/config.toml, $PIXI_HOME/config.toml, ~/.pixi/config.toml, ~/Library/Application Support/pixi/config.toml, $XDG_CONFIG_HOME/pixi/config.toml, /etc/pixi/config.toml
- Windows: pixi.toml, pyproject.toml, your_project\.pixi\config.toml, %PIXI_HOME%\config.toml, %USERPROFILE%\.pixi\config.toml, %APPDATA%\pixi\config.toml, C:\ProgramData\pixi\config.toml

## Credential files

- Unix: ~/.rattler/credentials.json, ~/.netrc
- Windows: %HOME%\_netrc
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** pixi
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - pixi: normalized package name match | nixpkgs package indexes: pkgs/by-name/pi/pixi/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - pixi - 0.24.2-r0: normalized package name match | Alpine Linux edge package indexes: pixi from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A package management and workflow tool | https://github.com/prefix-dev/pixi
- apk - pixi-bash-completion - 0.24.2-r0: normalized package name match | Alpine Linux edge package indexes: pixi-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for pixi | https://github.com/prefix-dev/pixi
- apk - pixi-doc - 0.24.2-r0: normalized package name match | Alpine Linux edge package indexes: pixi-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A package management and workflow tool (documentation) | https://github.com/prefix-dev/pixi
- apk - pixi-fish-completion - 0.24.2-r0: normalized package name match | Alpine Linux edge package indexes: pixi-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fish completions for pixi | https://github.com/prefix-dev/pixi
- apk - pixi-zsh-completion - 0.24.2-r0: normalized package name match | Alpine Linux edge package indexes: pixi-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for pixi | https://github.com/prefix-dev/pixi
- pacman - pixi - 0.74.0-1: normalized package name match | Arch Linux sync databases: pixi from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A package management and workflow tool | https://github.com/prefix-dev/pixi
- Scoop - main/pixi: normalized package name match | Scoop official bucket manifest trees: bucket/pixi.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - prefix-dev.pixi: normalized package name match | Windows Package Manager source index: prefix-dev.pixi from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Package publisher tools](https://pkg.so/fr/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [micromamba](https://pkg.so/fr/brew/micromamba/) - Shares pkgdb curated category or tags: cli, conda, developer-tools, package-management, package-manager.
- [conda-lock](https://pkg.so/fr/brew/conda-lock/) - Shares pkgdb curated category or tags: cli, conda, developer-tools, package-management, package-manager.
- [rattler-build](https://pkg.so/fr/brew/rattler-build/) - Shares pkgdb curated category or tags: cli, conda, cross-platform, developer-tools, package-management.
- [pnpm](https://pkg.so/fr/brew/pnpm/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, package-manager.
- [mint](https://pkg.so/fr/brew/mint/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, package-manager.
- [composer](https://pkg.so/fr/brew/composer/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, package-manager.
- [poetry](https://pkg.so/fr/brew/poetry/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, package-manager.
- [nuget](https://pkg.so/fr/brew/nuget/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, package-manager.
- [pixi-pack](https://pkg.so/fr/brew/pixi-pack/) - Package names and metadata indicate a similar tool family. Shared terms: cli, conda, developer, developer-tools, environment.

## Combined YAML source

View the package source record on GitHub. [combined/pixi.yml](https://github.com/mxcl/pkgdb/blob/main/combined/pixi.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
