PyOxidizer

A modern Python application packaging and distribution tool (by indygreg)

PyOxidizer Alternatives

Similar projects and alternatives to PyOxidizer

  1. HomeBrew

    🍺 The Package Manager for Everywhere

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. zig

    988 PyOxidizer VS zig

    Moved to Codeberg

  4. rfcs

    704 PyOxidizer VS rfcs

    RFCs for changes to Rust

  5. Cura

    462 PyOxidizer VS Cura

    3D printer / slicing GUI built on top of the Uranium framework

  6. Poetry

    417 PyOxidizer VS Poetry

    Python packaging and dependency management made easy

  7. Atom

    286 PyOxidizer VS Atom

    Discontinued :atom: The hackable text editor

  8. Nuitka

    104 PyOxidizer VS Nuitka

    Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.14. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

  9. buck2

    41 PyOxidizer VS buck2

    Build system, successor to Buck

  10. Rustler

    Safe Rust bridge for creating Erlang NIF functions

  11. fpm

    38 PyOxidizer VS fpm

    Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.

  12. chardet

    33 PyOxidizer VS chardet

    Python character encoding detector

  13. usql

    30 PyOxidizer VS usql

    Universal command-line interface for SQL databases

  14. HHVM

    29 PyOxidizer VS HHVM

    A virtual machine for executing programs written in Hack.

  15. pywebview

    Build GUI for your Python program with JavaScript, HTML, and CSS

  16. pyre-check

    Discontinued Performant type-checking for python.

  17. pgcli

    12 PyOxidizer VS pgcli

    Postgres CLI with autocompletion and syntax highlighting

  18. mycli

    11 PyOxidizer VS mycli

    A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.

  19. coursier

    Pure Scala Artifact Fetching

  20. PyInstaller

    Freeze (package) Python programs into stand-alone executables

  21. pyarmor

    7 PyOxidizer VS pyarmor

    A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better PyOxidizer alternative or higher similarity.

PyOxidizer discussion

Log in or Post with

PyOxidizer reviews and mentions

Posts with mentions or reviews of PyOxidizer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-03-05.
  • AI and the Ship of Theseus
    4 projects | news.ycombinator.com | 5 Mar 2026
    > Strange this with this whole incident apart from the rewrite/LLM part is the general misundrstanding of the licences. LGPL being a pretty permissive one going as far as allowing one to incorporate it in propriety code without the linking reciprocity clause

    The short version is that chardet is a dependency of requests which is very popular, and you cannot distribute PyInstaller/PyOxidizer builds with chardet due to how these systems bundle up dependencies.

    [1]: https://velovix.github.io/post/lgpl-gpl-license-compliance-w...

    [2]: https://github.com/indygreg/PyOxidizer/issues/142

  • PyOxidizer
    1 project | news.ycombinator.com | 26 Jun 2024
  • Show HN: Pywebview 5
    5 projects | news.ycombinator.com | 13 Mar 2024
    Bundling Python isn't too bad if you find the right tools for it.

    I really like https://github.com/indygreg/python-build-standalone and https://github.com/indygreg/PyOxidizer

    A bundled, built standalone Python can be 16 to 32MB (including the full standard library, which you can strip down to just the bits you use to save size). Not tiny, but probably not worth switching programming languages over.

  • Why do you enjoy systems programming languages?
    2 projects | /r/rust | 25 May 2023
    But really, I would suggest thinking about what you want to build before "how" or "with which tool" - one of the signs of a person becoming a good engineer is having an array of tools at their disposal and being able to choose a correct tool for the correct task. Rust also excels in integrating with other languages - with JS via WebAssembly (a bit of self-promotion, for example), with Elixir via Rustler, with Python via PyO3 and PyOxidizer, etc. So you absolutely can start writing a frontend app with JS, or a distributed system with Elixir, or a data processing/ML app with Python and use Rust to speed up critical parts of those. Or, in reverse, you can start with Rust & add new capabilities to whatever you're building, that being a frontend, a resilient chat interface, or an ML model.
  • List of Python compilers
    2 projects | /r/Python | 9 May 2023
    Thank you, although this is not exactly on topic. I'd not heard of PyOxidizer, but it appears to have the same goal as PyInstaller, py2exe, and cx_Freeze -- as the PyOxidizer readme says, it produces
  • Buck2, a large scale build tool written in Rust by Meta, is now available
    11 projects | /r/rust | 6 Apr 2023
    Here is some example Github Action from PyOxidizer as a Kickstarter: https://github.com/indygreg/PyOxidizer/blob/main/.github/workflows/build-exe.yml
  • Mitogen speedup (the actual value)
    2 projects | /r/ansible | 5 Mar 2023
    A starting point to try out binary modules by the way would be https://github.com/indygreg/PyOxidizer - could already have benefits by rolling in all dependencies of modules (so no more pip/apt/dnf/... installs on target hosts). Setting this up should be relatively straightforward and could probably be automated enough to even manage to build binary modules for all modules in the community ansible distribution eventually.
  • Python Magic Methods You Haven’t Heard About
    1 project | /r/Python | 14 Dec 2022
  • What are different ways to make a Python exe besides py-to-exe?
    2 projects | /r/Python | 14 Sep 2022
    PyOxidizer might be another option.
  • Used "Py To EXE" and It Showed KeyLogger as One of Viruses
    2 projects | /r/Python | 13 Sep 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Jul 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic PyOxidizer repo stats
30
6,105
8.6
over 1 year ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Rust is
the 3rd most popular programming language
based on number of references?