archbox VS nix-bundle

Compare archbox vs nix-bundle and see what are their differences.

archbox

Easy to use Arch Linux chroot environment with some functionalities to integrate it with your existing Linux installation. Mirror of https://momodev.lemniskett.moe/lemniskett/archbox (by lemniskett)

nix-bundle

Bundle Nix derivations to run anywhere! (by matthewbauer)
Nix
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
archbox nix-bundle
4 8
127 593
- -
0.0 1.0
almost 2 years ago 2 months ago
Shell Nix
Apache License 2.0 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.

archbox

Posts with mentions or reviews of archbox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-29.
  • Sharing a new idea for steamOS
    1 project | /r/SteamOS | 14 Apr 2022
    I also found this project which streamlines the process a little https://github.com/lemniskett/archbox
    1 project | /r/SteamDeck | 14 Apr 2022
    you mean something like archbox? https://github.com/lemniskett/archbox
  • I currently use Arch exclusively, advice on getting a second laptop?
    2 projects | /r/archlinux | 29 Oct 2021
  • NixOS 21.05 Released
    39 projects | news.ycombinator.com | 2 Jun 2021
    If you don't mind the storage penalty, it looks pretty convenient to set up an Arch Linux chroot and use packages from the AUR when you need to: https://github.com/lemniskett/archbox/blob/master/NIXOS_INST...

    Nixpkgs itself is several times the size of the base Arch Linux package collection, and by ‘non-unique’ package count, Nixpkgs is also much larger than the AUR. In addition to Nixpkgs, you can find Nix packages in several community ‘overlays’ for Nixpkgs as well as Nix's own user repositories.

    You can check to see whether everything you currently use/need is conveniently available for NixOS in a comprehensive-ish way through the combination of these two web search tools:

    • for Nixpkgs/NixOS: https://search.nixos.org/packages?channel=21.05

    • for NUR: https://nur.nix-community.org/

    NixOS also includes native Flatpak support.

    Fwiw, packaging most things for Nix is very easy. I left Arch in ~2010 because at the time the package management stack and default repos on Arch basically sucked compared to most distros I'd used and liked, and from then on I decided that if I wanted software that wasn't in my distro's repos I'd just package it myself. After taking a little time to learn the tools on whatever distro I was using, I never missed Arch or the AUR. Compared to other distros, packaging normal software from source is usually exceptionally easy on NixOS.

    If I were you I'd just dive right in and hit Nix's channel on Matrix with the Nixpkgs manual in hand if I found something I wanted to use that wasn't already packaged. But you can fall back on the options outlined above.

nix-bundle

Posts with mentions or reviews of nix-bundle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-12.
  • Our Fastest, Most Beautiful Release Ever: Thunderbird 115 “Supernova” Is Here
    6 projects | news.ycombinator.com | 12 Jul 2023
    I admit that there is an element of, "but I chose an obscure and challenging linux variant, waaah why isn't it supported" here, but (a) there's currently no flatpak and (b) when, for goodness sakes, will major linux projects begin packaging for Nix/NixOS as a matter of course?

    It's not hard, and the benefits go far outside merely supporting Nix, as e.g. a flake.nix file would allow this project to generate docker images, and appImage images, as basically afterthoughts. (See e.g. https://github.com/matthewbauer/nix-bundle.)

    Nix flake support would also provide a perfectly reproducible build environment, which can help clarify dependencies, and thus help the project build achieve idempotence, but I'll save the full shill for some github issue.

    In fact, I'm inclined to roll up my shirtsleeves and help make this real.

  • Container runtime as a static binary?
    4 projects | /r/linux | 21 Jan 2023
    https://github.com/matthewbauer/nix-bundle perhaps?
  • Pushing/marketing the nix package manager as a Flatpak/Snap competitor?
    2 projects | /r/NixOS | 25 Nov 2021
    Another way to approach this would be to advocate Nix as the build system for Flatpak or AppImage. Don't know what the status is of nix-bundle, but if it is possible to turn a Nix package into an AppImage with little extra work that would be ideal.
  • Flaptak (and Snap) is not the future
    10 projects | news.ycombinator.com | 23 Nov 2021
    Nix itself is more focused on "distribute from this host with nix, to this other host with nix".

    Though, here is e.g. https://github.com/matthewbauer/nix-bundle, which is supported as an experimental command in nix 2.4.

  • Nix-bundle: package Nix attributes into single-file executables
    1 project | news.ycombinator.com | 7 Nov 2021
  • Does Nix or NixOS address the problem raised by Linus Torvalds on package management?
    3 projects | /r/NixOS | 7 Nov 2021
    I believe this tool does: https://github.com/matthewbauer/nix-bundle
  • NixOS 21.05 Released
    39 projects | news.ycombinator.com | 2 Jun 2021
    Yes, it's extremely powerful once you truly understand Nix.

    There are efforts to improve documentation, but it still is lacking (I think the biggest problem is that Nix is so big, not just the OS but it can be utilized as a build system).

    Just with NixOS is not exactly clear how can you for example build your custom image.

    I think https://nix.dev/ is approaching the documentation from the right direction.

    There are also many pieces that people built that you need to find.

    For example some things that I found accidentally:

    * https://github.com/matthewbauer/nix-bundle

    * https://github.com/cleverca22/not-os

    Unfortunately those side projects often have even worse documentation.

What are some alternatives?

When comparing archbox and nix-bundle you can also consider the following projects:

nixGL - A wrapper tool for nix OpenGL application [maintainer=@guibou]

runix

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

nix-processmgmt - Experimental Nix-based process management framework

nix-gui - Use NixOS Without Coding

nix-update - Swiss-knife for updating nix packages.

nixos-config - My NixOS configuration.

flake-utils-plus - Use Nix flakes without any fluff.

config

nixos-shell - Spawns lightweight nixos vms in a shell