pipx icon
pipx icon

pipx

 2 likes

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.

pipx screenshot 1

License model

  • FreeOpen Source

Application type

Country of Origin

  • International

Platforms

  • Mac
  • Windows
  • Linux
  • Python
  No rating
2likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Command line interface
  2.  Python-based
  3.  Package Manager

 Tags

pipx News & Activities

Highlights All activities

Recent activities

  • RKitSeal liked pipx
    about 2 months ago
  • App icon
    K0RR added pipx as alternative to UV
    2 months ago
  • kitsunta1l liked pipx
    4 months ago
  • App icon
    POX added pipx as alternative to Anaconda and Miniconda
    8 months ago
  • App icon
    POX added pipx as alternative to Pipenv
    10 months ago
  • App icon
    POX added pipx as alternative to PyPI, Conan, Conda and Poetry + 4 similar activities
    10 months ago
  • POX added pipx
    10 months ago
Show all activities

pipx information

  • Developed by

    Python Packaging Authority
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    12 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentOS & Utilities

GitHub repository

  •  11,560 Stars
  •  456 Forks
  •  145 Open Issues
  •   Updated May 8, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about pipx, and it has gotten 2 likes

pipx was added to AlternativeTo by Paul on Jul 11, 2024 and this page was last updated Jul 11, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

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.

How is it Different from pip?

pip is a general-purpose package installer for both libraries and apps with no environment isolation. pipx is made specifically for application installation, as it adds isolation yet still makes the apps available in your shell: pipx creates an isolated environment for each application and its associated packages.

pipx does not ship with pip, but installing it is often an important part of bootstrapping your system.

Official Links