python-build-standalone

Produce redistributable builds of Python (by astral-sh)

Python-build-standalone Alternatives

Similar projects and alternatives to python-build-standalone

  1. SaaSHub

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

    SaaSHub logo
  2. CPython

    The Python programming language

  3. nixpkgs

    Nix Packages collection & NixOS

  4. llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  5. asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

  6. pyenv

    Simple Python version management

  7. uv

    An extremely fast Python package and project manager, written in Rust.

  8. direnv

    unclutter your .profile

  9. homebrew-core

    🍻 Default formulae for the missing package manager for macOS (or Linux)

  10. mise

    dev tools, env vars, task runner

  11. pip

    The Python package installer

  12. RustPython

    A Python Interpreter written in Rust

  13. rbenv

    Manage your app's Ruby environment

  14. rye

    Discontinued a Hassle-Free Python Experience

  15. PDM

    A modern Python package and dependency manager supporting the latest PEP standards

  16. poetry2nix

    Convert poetry projects to nix automagically [maintainer=]

  17. PyOxidizer

    A modern Python application packaging and distribution tool

  18. pixi

    Powerful system-level package manager for Linux, macOS and Windows written in Rust – building on top of the Conda ecosystem.

  19. datasette-app

    The Datasette macOS application

  20. huak

    My experimental Python package manager.

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

python-build-standalone discussion

Log in or Post with

python-build-standalone reviews and mentions

Posts with mentions or reviews of python-build-standalone. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-03-19.
  • OpenAI to Acquire Astral
    3 projects | news.ycombinator.com | 19 Mar 2026
    Curious how well upstream contributors or projects get contributed for these sort of headline-gathering acquisitions (probably not at all, unfortunately).

    OpenClaw notably was built around Mario Zechner's https://github.com/badlogic/pi-mono; uv I believe was highly adapted from Armin Ronacher's https://github.com/astral-sh/rye, and uses indygreg's https://github.com/astral-sh/python-build-standalone (both of which were eventually transferred to Astral).

  • Uv is the best thing to happen to the Python ecosystem in a decade
    10 projects | news.ycombinator.com | 29 Oct 2025
    No, uv installs pythons available from https://github.com/astral-sh/python-build-standalone by default, which are quite good and have a wide variety of versions available, even on unusual platforms. If those don’t suit your needs, uv can be configured to use (and in some cases install or download, though that gets hairy) other versions you have installed yourself: https://docs.astral.sh/uv/concepts/python-versions/#managed-...
  • uv: Cargo-like Python Tool That Replaces pipx, pyenv, and more
    3 projects | dev.to | 10 Sep 2025
    Astral capitalized on a very promising project called python-build-standalone and now maintains it. These are Python builds that work without installers.
  • Fedora change aims for 99% package reproducibility
    6 projects | news.ycombinator.com | 11 Apr 2025
    For Python, take a look at the musl builds in python-build-standalone[1], which are statically linked.

    I also have a tiny collection of statically linked utilities available here[2].

    [1] https://github.com/astral-sh/python-build-standalone

  • Uv overtakes Poetry (for Wagtail users)
    8 projects | news.ycombinator.com | 17 Mar 2025
    Yeah it has precompiled Python binaries. They're custom standalone builds of CPython: https://github.com/astral-sh/python-build-standalone
  • Performance of the Python 3.14 tail-call interpreter
    8 projects | news.ycombinator.com | 10 Mar 2025
    Trying to assess the performance of a python build is extremely difficult as there are a lot of build tricks you can do to improve it. Recently the astral folks ran into this showing how the conda-forge build is notable faster than most others:

    https://github.com/astral-sh/python-build-standalone/pull/54...

    I'd be interested to know how the tail-call interpreter performs with other build optimisations that exist.

  • Python-build-standalone: redistributable builds of Python
    1 project | news.ycombinator.com | 23 Feb 2025
  • UV has a killer feature you should know about
    14 projects | news.ycombinator.com | 12 Jan 2025
    https://github.com/astral-sh/python-build-standalone is by the same people as uv, so it's hardly random. The releases there include ones with profile-guided optimisation and link time optimisation [1], which are used by default for some platforms and Python versions (and work seems underway to make them usable for all [2]). I don't see any recommendation against using their binaries or mention of optimising for portability at the cost of performance on the page you link or the pages linked from it that I've looked at.

    [1] https://github.com/astral-sh/uv/blob/main/crates/uv-python/d... (search for pgo)

    [2] https://github.com/astral-sh/uv/issues/8015

  • Python-build-standalone: Produce redistributable builds of Python
    1 project | news.ycombinator.com | 31 Aug 2024
  • Python Has Too Many Package Managers
    5 projects | news.ycombinator.com | 8 Jul 2024
    It is young, and it does use established tools under the hood, but I think you should take another look:

    - It manages the portable python version downloads depending on what you've pinned in your pyproject or the standard version: https://github.com/indygreg/python-build-standalone

    - It uses Hatch, uv (or piptools), venv etc.

    - It has a sane set of commands and should work even if they swap out some of the underlying tools.

    - Its fast and have a great coverage of PEPs.

    I've used it now for a few versions and I think its the best meta-packaging/python management tool out there. I

  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic python-build-standalone repo stats
21
4,152
9.3
1 day ago

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

Did you know that Python is
the 1st most popular programming language
based on number of references?