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

marcelotduarte/cx_Freeze

Creates standalone executables from Python scripts with the same performance as the original script. It is cross-platform and should work on any platform that Python runs on. observed · 2026-08-28

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

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • 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: 20
  • age_days: 3510
  • days_rel: 11
  • days_push: 10
  • n_releases_24m: 26

Full methodology

Adoption not part of the score

1560 stars · 240 forks observed · 2026-08-28

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

cx_Freeze is a set of scripts and modules for freezing Python scripts into standalone executables, cross-platform on any platform Python runs on. It bundles the Python interpreter and dependencies so applications can be distributed without requiring a Python installation.

Use cases

  • package a python script into a standalone executable
  • distribute a python app to users without python installed
  • create windows exe from python code
  • freeze a python gui application for distribution
  • build cross-platform executables from python
  • convert python project into a deployable binary

When to choose

  • you need cross-platform freezing from a single tool
  • you want an actively maintained alternative to PyInstaller
  • you need fine-grained control over included modules and packages
  • your target platforms include Windows, macOS, and Linux

When to avoid

  • you need a single-file executable with minimal configuration (PyInstaller may be simpler)
  • you target only Windows and want native MSIX/installer tooling
  • you need to compile to true machine code rather than bundling a bytecode interpreter

Facets

library · maturity active

build-tool developer-tools cli developer-tools cross-platform python cross-platform windows cli freezing standalone-executables packaging pyinstaller-alternative distribution command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
marcelotduarte/cx_Freezemain99

For agents

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

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