pipx 1.11.1


pip install pipx

  Latest version

Released: Mar 31, 2026


Meta
Author: Chad Smith
Requires Python: >=3.9

Classifiers

Operating System
  • OS Independent

Programming Language
  • Python
  • Python :: 3 :: Only
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

pipx — Install and Run Python Applications in Isolated Environments

image PyPI version

Documentation: https://pipx.pypa.io

Source Code: https://github.com/pypa/pipx

For comparison to other tools including pipsi, see Comparison to Other Tools.

Overview: What is pipx?

pipx is a tool to help you install and run end-user applications written in Python. It's roughly similar to macOS's brew, JavaScript's npx, and Linux's apt.

It's closely related to pip. In fact, it uses pip, but is focused on installing and managing Python packages that can be run from the command line directly as applications.

Features

pipx enables you to

  • expose CLI entrypoints of packages ("apps") installed to isolated environments with the install command, guaranteeing no dependency conflicts and clean uninstalls;
  • easily list, upgrade, and uninstall packages that were installed with pipx; and
  • run the latest version of a Python application in a temporary environment with the run command.

Best of all, pipx runs with regular user permissions, never calling sudo pip install.

Install pipx

On macOS

brew install pipx
pipx ensurepath

On Linux

python3 -m pip install --user pipx
python3 -m pipx ensurepath

On Windows

scoop install pipx
pipx ensurepath

For more detailed installation instructions, see the full documentation.

Quick Start

Install an application globally:

pipx install pycowsay
pycowsay mooo

Run an application without installing:

pipx run pycowsay moo

See the full documentation for more details.

Contributing

Issues and Pull Requests are definitely welcome! Check out Contributing to get started. Everyone who interacts with the pipx project via codebase, issue tracker, chat rooms, or otherwise is expected to follow the PSF Code of Conduct.

1.11.1 Mar 31, 2026
1.11.0 Mar 23, 2026
1.10.1 Mar 20, 2026
1.10.0 Mar 18, 2026
1.9.0 Mar 17, 2026
1.8.0 Sep 30, 2025
1.7.1 Aug 23, 2024
1.7.0 Aug 22, 2024
1.6.0 Jun 02, 2024
1.5.0 Mar 29, 2024
1.4.3 Jan 16, 2024
1.4.2 Jan 12, 2024
1.4.1 Jan 02, 2024
1.4.0 Dec 28, 2023
1.3.3 Dec 04, 2023
1.3.2 Dec 03, 2023
1.3.1 Dec 02, 2023
1.3.0 Dec 02, 2023
1.2.1 Oct 23, 2023
1.2.0 Mar 12, 2023
1.1.0 May 28, 2022
1.1.0rc0 May 27, 2022
1.0.0 Jan 04, 2022
0.17.0 Dec 28, 2021
0.16.5 Dec 26, 2021
0.16.4 Aug 05, 2021
0.16.3 May 28, 2021
0.16.2.1 Apr 29, 2021
0.16.2.0 Apr 27, 2021
0.16.1.0 Feb 26, 2021
0.16.0.0 Jan 16, 2021
0.15.6.0 Oct 17, 2020
0.15.5.1 Aug 27, 2020
0.15.5.0 Aug 22, 2020
0.15.4.0 May 27, 2020
0.15.3.1 May 18, 2020
0.15.3.0 May 17, 2020
0.15.2.0 May 17, 2020
0.15.1.3 Jan 21, 2020
0.15.1.2 Jan 08, 2020
0.15.1.1 Jan 07, 2020
0.15.1.0 Jan 07, 2020
0.15.0.0 Jan 05, 2020
0.15.0.0rc0 Jan 04, 2020
0.14.0.0 Aug 10, 2019
0.14.0.0rc1 Aug 10, 2019
0.14.0.0rc0 Aug 07, 2019
0.13.2.3 Aug 04, 2019
0.13.2.2 Aug 03, 2019
0.13.2.1 Aug 01, 2019
0.13.2.0 Aug 01, 2019
0.13.2.0b1 Jul 30, 2019
0.13.2.0b0 Jul 29, 2019
0.13.1.1 May 03, 2019
0.13.1.0 Apr 24, 2019
0.13.0.1 Apr 07, 2019
0.13.0.0 Apr 06, 2019
0.13.0.0b1 Apr 06, 2019
0.12.3.3 Mar 08, 2019
0.12.3.2 Mar 07, 2019
0.12.3.1 Feb 25, 2019
0.12.3.0 Feb 23, 2019
0.12.2.0 Feb 19, 2019
0.12.1.0 Feb 14, 2019
0.12.0.4 Feb 09, 2019
0.12.0.3 Feb 09, 2019
0.12.0.2 Feb 09, 2019
0.12.0.1 Feb 08, 2019
0.12.0.0 Feb 06, 2019
0.1.1 Jul 27, 2017
0.1.0 Jul 27, 2017

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
argcomplete (>=1.9.4)
colorama (>=0.4.4)
packaging (>=20)
platformdirs (>=2.1)
tomli
userpath (!=1.9,>=1.6)