About cx_Freeze

cx_Freeze creates standalone executables from Python scripts, with the same performance, is cross-platform, and should work on any platform that Python itself works on. It supports Python 3.7 up to 3.11. If you need support for older Python check the documentation.

Download/Install

Version 6.15.0, released May, 23, 2023

Version 6.15.16, released March, 16, 2024

Install by issuing the command

pip install --upgrade cx_Freeze
or
python3 -m pip install --upgrade cx_Freeze
or download directly from PyPI.