# pipx mit Homebrew, apk, apt, dnf, MacPorts, Nix, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für pipx in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:pipx
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install pipx
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install pipx
```

  Evidenz: MacPorts ports tree: python/pipx/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add pipx
```

  Evidenz: Alpine Linux edge package indexes: pipx from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install pipx
```

  Evidenz: Debian stable package indexes: pipx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install pipx
```

  Evidenz: Fedora Rawhide package metadata: pipx from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#pipx
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/pipx
```

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

## Paketfakten

- **Paketschlüssel:** brew:pipx
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/pipx>
- **Version:** 1.16.5
- **Quellzusammenfassung:** Execute binaries from Python packages in isolated environments
- **Homepage:** <https://pipx.pypa.io>
- **Repository:** <https://github.com/pypa/pipx>
- **Upstream-Dokumentation:** <https://pipx.pypa.io>
- **Lizenz:** MIT
- **Quellarchiv:** <https://files.pythonhosted.org/packages/fb/cc/4080dd21bf5dd493a584caa5703aab5486cc4da1b095b38ee9a03f0c8897/pipx-1.16.5.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-30T21:19:37Z
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- pipx (cli)
- pipx (Alias)

## Abhängigkeiten

- python@3.14

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf all

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.16.5
- Manager aktualisiert: 2026-07-30
- lokale Daten: OK
- Upstream-Repository: https://pipx.pypa.io
- Info: Release/tag comparison is only available for GitHub repositories.

## Sicherheitshinweise

Für pipx wurde kein passendes lokales Secret-Handling-Manifest gefunden. Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** pipx
- **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

## Andere Paketmanager-Einträge

- Debian apt - pipx - 1.7.1-1: normalized package name match | Debian stable package indexes: pipx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | execute binaries from Python packages in isolated environments | https://github.com/pypa/pipx
- Nix - pipx: normalized package name match | nixpkgs package indexes: pipx from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - pipx - 1.4.3-1: normalized package name match | Ubuntu 24.04 LTS package indexes: pipx from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | execute binaries from Python packages in isolated environments | https://github.com/pypa/pipx
- apk - pipx - 1.15.0-r0: normalized package name match | Alpine Linux edge package indexes: pipx from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Install and Run Python Applications in Isolated Environments | https://github.com/pypa/pipx
- apk - pipx-pyc - 1.15.0-r0: normalized package name match | Alpine Linux edge package indexes: pipx-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for pipx | https://github.com/pypa/pipx
- dnf - pipx - 1.16.2-1.fc45: normalized package name match | Fedora Rawhide package metadata: pipx from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Install and run Python applications in isolated environments | https://pipx.pypa.io
- dnf - pipx+uv - 1.16.2-1.fc45: normalized package name match | Fedora Rawhide package metadata: pipx+uv from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Metapackage for pipx: uv extras | https://pipx.pypa.io
- MacPorts - pipx: normalized package name match | MacPorts ports tree: python/pipx/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/pipx: normalized package name match | Scoop official bucket manifest trees: bucket/pipx.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Verwandte Links

- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/de/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [python@3.14](https://pkg.so/de/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [poetry](https://pkg.so/de/brew/poetry/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, python, virtual-environments.
- [pdm](https://pkg.so/de/brew/pdm/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, python.
- [pipgrip](https://pkg.so/de/brew/pipgrip/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, python.
- [ruff](https://pkg.so/de/brew/ruff/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [pyenv-virtualenv](https://pkg.so/de/brew/pyenv-virtualenv/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [cask](https://pkg.so/de/brew/cask/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management.
- [conan](https://pkg.so/de/brew/conan/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, python.
- [pytest](https://pkg.so/de/brew/pytest/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [pipenv](https://pkg.so/de/brew/pipenv/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, environments, management.

## Combined YAML source

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


## Quellen

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