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

pyinstaller/pyinstaller

Freeze (package) Python programs into stand-alone executables observed · 2026-08-28

github.com/pyinstaller/pyinstaller · homepage · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 86
  • Longevity 100

Flags: no_license

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: 44.5
  • age_days: 5397
  • days_rel: 16
  • days_push: 10
  • n_releases_24m: 17

Full methodology

Adoption not part of the score

13080 stars · 2026 forks observed · 2026-08-28

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

PyInstaller is a tool that bundles a Python application together with its dependencies and the Python interpreter into a stand-alone folder or single executable file. It analyzes import statements to discover all required modules and libraries, producing self-contained apps that run without Python installed.

Use cases

  • turn a python script into a standalone exe
  • package a python app for users without python installed
  • bundle a python program with all dependencies into one file
  • distribute a python gui application to windows users
  • create a single-file executable from a python project
  • freeze a python application for macos
  • ship a python tool as a self-contained binary

When to choose

  • you need to distribute a Python app to end users who don't have Python installed
  • you want a single executable or folder bundle for Windows, macOS, or Linux
  • your app uses common packages like numpy, PyQt, or matplotlib that PyInstaller bundles out of the box
  • you need code signing support on macOS

When to avoid

  • you need cross-compilation - PyInstaller only builds for the OS it runs on
  • you want to reduce binary size drastically - bundles include the full interpreter and dependencies
  • you need to hide source code securely - bundled bytecode can be extracted
  • you target niche platforms like AIX or Solaris where support is untested and unguaranteed

Facets

cli-tool · maturity stable

build-tool developer-tools cli developer-tools cross-platform desktop-applications python windows cli cross-platform packaging executable-bundling python-to-exe freezing distribution macos linux

10 sources

Member repositories

RepositoryRoleHealth v2
pyinstaller/pyinstallermain95

For agents

markdown · JSON · MCP: product_card(name="pyinstaller/pyinstaller")

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