python-build-standalone VS rust-overlay

Compare python-build-standalone vs rust-overlay and see what are their differences.

python-build-standalone

Produce redistributable builds of Python (by indygreg)

rust-overlay

Pure and reproducible nix overlay of binary distributed rust toolchains (by oxalica)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
python-build-standalone rust-overlay
11 11
1,544 751
- -
9.1 9.5
8 days ago 6 days ago
Python Nix
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

python-build-standalone

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 2024-04-28.
  • Mise is a polyglot tool version manager
    5 projects | news.ycombinator.com | 28 Apr 2024
    It also replaces "just" as a task manager for me which is very pleasant.

    The fact that the python plugin uses precompiled Python binaries by default instead of building them from source remove common issues I had with the asdf's python plugin at work with missing dependencies.

    Just so you know, I encountered two little quirks that needed a fix:

    - [Backspace Key Doesn't work in Python REPL](https://github.com/indygreg/python-build-standalone/blob/mai...)

  • Pyenv – lets you easily switch between multiple versions of Python
    20 projects | news.ycombinator.com | 25 Mar 2024
    These builds are an alternative: https://github.com/indygreg/python-build-standalone

    Those are what Rye and hatch use.

    Drawbacks: late availability of patch versions, various quirks from how they are built (missing readline, missing some build info that self-compiled C python modules might need.)

  • 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.

  • ModuleNotFoundError, but it's there
    1 project | /r/learnpython | 16 Sep 2023
    I'm trying to build a "portable" Python package based on those available from https://github.com/indygreg/python-build-standalone/releases.
  • Briefcase: Convert a Python project into a standalone native application
    4 projects | news.ycombinator.com | 3 Aug 2023
    I'm a huge fan of https://github.com/indygreg/python-build-standalone which provides Python builds that CAN be moved around and work independently of any other Python installation.

    I used that for my own Python+Electron app, which I wrote about here: https://til.simonwillison.net/electron/python-inside-electro...

  • alternative to poetry/pip/pipenv/pyenv/venv/virtualenv/pdm/hatch/…
    2 projects | /r/programmingcirclejerk | 23 Apr 2023
    I used to build my own Pythons that are the same everywhere, now I use indygreg's Python builds. Rye will automatically download and manage Python builds from there. No compiling, no divergence.
  • As if there weren't enough packaging tools already: mitsuhiko/rye: an experimental alternative to poetry/pip/pipenv/venv/virtualenv/pdm/hatch/…
    14 projects | /r/Python | 23 Apr 2023
    One interesting tidbit is that it completely ignores your system Python installations, and instead uses precompiled installations of Python by indygreg from PyOxidizer. This means you don't have to deal with installing Python. It just auto downloads the right builds.
  • How to install any version of Python on Northeastern's Linux server
    1 project | dev.to | 19 Jul 2022
    wget https://github.com/indygreg/python-build-standalone/releases/download/20220630/cpython-3.10.5+20220630-x86_64_v3-unknown-linux-gnu-install_only.tar.gz -O - | tar -xz && mv python PortablePython
  • Switching from pyenv, rbenv, goenv and nvm to asdf – yujinyuz
    20 projects | news.ycombinator.com | 5 Apr 2022
    The lack of Ruby support instantly rings an alarm for me because CPython (on POSIX) also is not relocatable, but is listed as support. Turns pit Hermit is actually using a third-party build script[1] instead of the official one. While the python-build-standalone project is quite awesome and indeed is useful for a lot of things, it has enough quirks I would recommend against any generic package distributor to advertise as Python for general use. This in turn makes me lose most confidence on Hermit, unfortunately.

    Be careful if you’re also interested in Hermit. These kinds of things bit you up way down the road when you least expect them to.

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

  • How to make sure a python program runs on a computer that might not have internet connection to download the external libraries used?
    6 projects | /r/learnpython | 28 Mar 2022
    If you really want to be sure, you can download an install_only standalone Python build from https://github.com/indygreg/python-build-standalone/releases and install the libraries with the included pip. Then just tar it again to archive it, and use the included python to run your project. The downloaded wheel you get with pip wheel may depend on the Python version so you just save the wheels you must make sure the Python point version is exactly the same.

rust-overlay

Posts with mentions or reviews of rust-overlay. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • Understanding Overlays and direnv nix shell inheritance
    1 project | /r/NixOS | 26 Nov 2023
    I'm trying to understand overlays in order to make a proper rustup install (I've read that this overlay is the best way to go).
  • Diving straight into flakes with no channels?
    14 projects | /r/NixOS | 13 Apr 2023
    real-world example: https://github.com/oxalica/rust-overlay/blob/master/flake.nix
  • An example providing rust toolchain for Linux/macOS using devenv.sh
    3 projects | /r/rust | 6 Dec 2022
    In this language context specifically, if one wanted to manage their workspace with Nix I would reach for Riff and/or oxalica/rust-overlay first, since they are deliberately more aware of Rust-specific nuance. In the latter's case it has compatibility paths with rustup-toolchain files as well, for allowing your peers who can't or won't adopt Nix to continue to feel like first-class participants in the project. Another alternative I don't have experience with would be nix-community/fenix.
  • Introducing Riff, a Nix-based tool for automatically providing external dependencies to Rust projects
    4 projects | /r/rust | 6 Sep 2022
    p.s. I'm not sure if it's mentioned much of anywhere, but it'd be neat if there was a way to figure out the appropriate cargo from a rust-toolchain/rust-toolchain.toml if present, ala https://github.com/oxalica/rust-overlay. Funnily enough 95% of my development time is in Rust, but I don't actually have it installed globally, fun times being a NixOS user. I'd definitely make the argument that cargo is an external dependency!
  • Have a few questions about NixOS
    5 projects | /r/NixOS | 31 May 2022
    Many of us have moved to https://github.com/oxalica/rust-overlay over Mozilla's overlay.
  • Rust Environment and Docker Build with Nix Flakes
    6 projects | dev.to | 18 May 2022
    We added rust-overlay, so we can easily specify different rust versions without relying on nixpkgs to give us what ever rust version in there.
  • Switching from pyenv, rbenv, goenv and nvm to asdf – yujinyuz
    20 projects | news.ycombinator.com | 5 Apr 2022
    If it's Rust, you can use https://github.com/oxalica/rust-overlay to get any version you want very easily without pinning an instance of nixpkgs just for it.

    asdf does not allow you to keep three different versions of the same language, so I'm not sure how that compares? It's not super-trivial to do in Nix, but at least you can do it.

    asdf is also no different than Nix when it comes to minor/major versions. You're at the mercy of what the plugin does, other than that you have to create your own plugin from scratch or make a fork. Nix has the option to patch things up more easily at least.

  • Fenix: rust toolchains for all channels and rust-analyzer nightly
    2 projects | /r/rust | 12 May 2021
    How does this compare to https://github.com/oxalica/rust-overlay/ ? Can fenix ingest a rust-toolchain file and provide packages from it?
    4 projects | /r/Nix | 12 May 2021
    Can you say a bit about how this compares to oxalica’s rust overlay?
  • What made you grok Nix language?
    1 project | /r/NixOS | 1 May 2021
    I frequently try to do something, say use (from the README of rust overlay):

What are some alternatives?

When comparing python-build-standalone and rust-overlay you can also consider the following projects:

iron.nvim - Interactive Repl Over Neovim

naersk - Build Rust projects in Nix - no configuration, no code generation, no IFD, sandbox friendly.

pyenv - Simple Python version management

Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]

eclectica - ☀️ Cool and eclectic version manager for any language

fenix - Rust toolchains and rust-analyzer nightly for Nix [maintainer=@figsoda]

semver - Semantic Versioning Specification

nixpkgs-mozilla - Mozilla overlay for Nixpkgs.

Visual Studio Code - Visual Studio Code

asdf-direnv - direnv plugin for the asdf version manager

evcxr

cargo2nix - Granular builds of Rust projects for Nix