Alternatives to bbfreeze

  • PyInstaller

    PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX. Its main advantages over similar tools are that PyInstaller works with Python 2.7 and 3.3—3.5, i…

    Open Source Free Python BSD Linux Mac Windows

    PyInstaller icon
  • MSIX Packaging SDK

    The MSIX Packaging SDK project is an effort to enable developers on a variety of platforms to pack and unpack packages for the purposes of distribution from either the Microsoft Store, or their own content distribution networks. The MSIX Packaging A…

    Open Source Free Android Tablet Linux Mac iPad iPhone Windows Android

    MSIX Packaging SDK icon
  • py2exe

    A distutils extension to create standalone Windows programs from Python scripts.

    Open Source Free Windows

  • cx_Freeze

    cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the same way that py2exe and py2app do. Unlike these two tools, cx_Freeze is cross platform and should work on any platform that Python itself works on. I…

    Open Source Free Linux Mac Windows

  • nuitka

    From the creator of the Python compiler. Nuitka is the Python compiler. It is a seamless replacement or extension to the Python interpreter and compiles every construct that CPython 2.6, 2.7, 3.2, 3.3, 3.4, and 3.5 have. It then executed uncompiled …

    Open Source Free Linux Mac Windows

    nuitka icon