Ross ROSS = Recommend OSS · open-source software intelligence for agents

pex-tool/pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs. observed · 2026-08-28

github.com/pex-tool/pex · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 1.0
  • age_days: 4426
  • days_rel: 8
  • days_push: 8
  • n_releases_24m: 213

Full methodology

Adoption not part of the score

4223 stars · 318 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Pex is a tool and library for generating .pex (Python EXecutable) files - self-contained executable Python environments similar to virtualenvs - as well as lock files and venvs. It simplifies deploying Python applications so they can be run anywhere with a simple copy, even across Linux and macOS via bundled platform-specific distributions.

Use cases

  • package a python app into a single executable file
  • deploy python applications to production without pip install
  • create lock files for reproducible python environments
  • run a script with dependencies in an ephemeral environment
  • build a portable python environment that works on linux and mac
  • freeze a virtualenv into a runnable artifact
  • run python tools like sphinx without installing them

When to choose

  • you need to deploy Python applications as single-file executables
  • you want reproducible, locked dependency environments for deployment
  • you need cross-platform portable Python environments
  • you use build systems like Pants that integrate with PEX

When to avoid

  • you only need local development virtualenvs without deployment needs
  • you need standalone binaries that bundle a Python interpreter for non-Python users
  • you are packaging GUI desktop applications

Facets

cli-tool · maturity active

package-manager build-tool developer-tools deployment developer-tools python cli cross-platform pex python-packaging virtualenv lock-files venv application-deployment portable-executables command-line devops automation linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
pex-tool/pexmain95

For agents

markdown · JSON · MCP: product_card(name="pex-tool/pex")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem