# Installer pypy avec Homebrew, apk, dnf, MacPorts, Nix, pacman

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

## installation

```sh
sudo av install brew:pypy
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install pypy
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install pypy
```

  Preuve: MacPorts ports tree: lang/pypy/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add pypy
```

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

- dnf (92%):

```sh
sudo dnf install pypy
```

  Preuve: Fedora Rawhide package metadata: pypy from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#pypy
```

  Preuve: nixpkgs package indexes: pypy from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S pypy
```

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

## Faits du paquet

- **Clé du paquet:** brew:pypy
- **Gestionnaire de paquets:** Homebrew
- **Version:** 7.3.23
- **Résumé source:** Highly performant implementation of Python 2 in Python
- **Page d'accueil:** <https://pypy.org/>
- **Dépôt:** <https://github.com/pypy/pypy>
- **Dernière mise à jour:** 2026-07-11T17:20:10+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- easy_install_pypy (alias)
- pip_pypy (alias)
- pypy (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 7.3.23

## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - pypy: normalized package name match | nixpkgs package indexes: pypy from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- apk - pypy - 7.3.19-r0: normalized package name match | Alpine Linux edge package indexes: pypy from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A fast, compliant alternative implementation of Python 2.7 | https://www.pypy.org/
- apk - pypy-dev - 7.3.19-r0: normalized package name match | Alpine Linux edge package indexes: pypy-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A fast, compliant alternative implementation of Python 2.7 (development files) | https://www.pypy.org/
- apk - pypy-tkinter - 7.3.19-r0: normalized package name match | Alpine Linux edge package indexes: pypy-tkinter from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Writing Tk applications with Pypy | https://www.pypy.org/
- dnf - pypy - 7.3.23-1.fc45: normalized package name match | Fedora Rawhide package metadata: pypy from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Python implementation with a Just-In-Time compiler | https://www.pypy.org/
- dnf - pypy-devel - 7.3.23-1.fc45: normalized package name match | Fedora Rawhide package metadata: pypy-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development tools for working with PyPy | https://www.pypy.org/
- dnf - pypy-libs - 7.3.23-1.fc45: normalized package name match | Fedora Rawhide package metadata: pypy-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Run-time libraries used by PyPy implementations of Python | https://www.pypy.org/
- pacman - pypy - 7.3.23-1: normalized package name match | Arch Linux sync databases: pypy from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A Python implementation written in Python, JIT enabled | https://pypy.org
- MacPorts - pypy: normalized package name match | MacPorts ports tree: lang/pypy/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
