# pyinstaller/pyinstaller

Freeze (package) Python programs into stand-alone executables

Repository: https://github.com/pyinstaller/pyinstaller
Canonical: https://ross.abutalabs.com/products/pyinstaller
Homepage: http://www.pyinstaller.org
Language: Python
License: NOASSERTION
License Family: other
Topics: python, python-3, bundle, package, pyinstaller, python-to-exe, py2exe, py2app
Last push: 2026-08-23T15:03:06+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 86, longevity 100
- inputs: {"age_days": 5397, "days_push": 10, "days_rel": 16, "gap_med": 44.5, "n_releases_24m": 17}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 13080, forks 2026 (observed 2026-08-28T04:11:01.985742+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: stable
- function: build-tool, developer-tools, cli
- domain: developer-tools, cross-platform, desktop-applications
- platform: python, windows, cli, cross-platform
- tags: packaging, executable-bundling, python-to-exe, freezing, distribution, macos, linux

## Member repositories
- pyinstaller/pyinstaller (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:01.985742+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:13:32.985078+00:00, confidence not recorded.
  - readme: https://github.com/pyinstaller/pyinstaller (fetched 2026-08-28T04:11:01.985742+00:00, sha 66aaf96ba2eb)
  - homepage: http://www.pyinstaller.org (fetched 2026-08-29T08:09:11.765030+00:00, sha 4f16b71e95c5)
  - site_page: https://pyinstaller.org/en/stable/installation.html (fetched 2026-08-29T08:09:11.774842+00:00, sha a19990d88e09)
  - site_page: https://pyinstaller.org/en/stable/operating-mode.html (fetched 2026-08-29T08:09:11.776788+00:00, sha 00ac6e47d691)
  - site_page: https://pyinstaller.org/en/stable/usage.html (fetched 2026-08-29T08:09:11.778741+00:00, sha 8e471c0795cf)
  - site_page: https://pyinstaller.org/en/stable/feature-notes.html (fetched 2026-08-29T08:09:11.781870+00:00, sha 0748863dcc51)
  - site_page: https://pyinstaller.org/en/stable/hooks.html (fetched 2026-08-29T08:09:11.785570+00:00, sha 1ad94b0ba34f)
  - site_page: https://pyinstaller.org/en/stable/CHANGES.html (fetched 2026-08-29T08:09:11.788697+00:00, sha 03a3a9c70cd4)
  - site_page: https://pyinstaller.org/ (fetched 2026-08-29T08:09:11.796094+00:00, sha 4f16b71e95c5)
  - site_page: https://pyinstaller.org/en/stable/when-things-go-wrong.html (fetched 2026-08-29T08:09:11.799007+00:00, sha 7ad8e1a72ef4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
