nix-processmgmt VS nix-bundle

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

nix-processmgmt

Experimental Nix-based process management framework (by svanderburg)

nix-bundle

Bundle Nix derivations to run anywhere! (by matthewbauer)
Nix
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
nix-processmgmt nix-bundle
6 8
236 593
- -
3.7 1.0
5 months ago 2 months ago
Nix Nix
MIT 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.

nix-processmgmt

Posts with mentions or reviews of nix-processmgmt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-31.
  • What does the minimal version of NixOS consist of?
    2 projects | /r/NixOS | 31 Oct 2021
    I somewhere saw this project being mentioned: https://github.com/svanderburg/nix-processmgmt
  • Avoiding Complexity with Systemd
    7 projects | news.ycombinator.com | 27 Jun 2021
    That's nice and it showcases how Nix can create a declarative process management atop a script-based imperative manager. How is your experience with it? Also note that there's https://github.com/svanderburg/nix-processmgmt, a manager agnostic processes management framework supporting s6 among others, but your way seems a bit more straightforward.
  • is it possible to use nix on a non-systemd distro like void or artix?
    2 projects | /r/NixOS | 2 Jun 2021
    There's a project still being developed: https://github.com/svanderburg/nix-processmgmt my understanding is that if home-manager would use it (I don't know if there is even plan to do that, it's not the same author), it would be able to work without needing systemd.
  • NixOS 21.05 Released
    39 projects | news.ycombinator.com | 2 Jun 2021
    (builtins.fetchTarball "https://github.com/svanderburg/nix-processmgmt/archive/6def8584c6b028c922c550859a07b989d21d6f73.tar.gz")
  • Using nix-shell instead of docker-compose
    2 projects | /r/NixOS | 24 Apr 2021
    It's not really clear to me what you are asking. Are you maybe looking for nix-processmgmt? (NixCon 2020 talk: https://cfp.nixcon.org/nixcon2020/talk/TW79FU/)

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 nix-processmgmt and nix-bundle you can also consider the following projects:

spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers.

runix

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

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

NixOS-docker - DEPRECATED! Dockerfiles to package Nix in a minimal docker container

nix-gui - Use NixOS Without Coding

emacs-overlay - Bleeding edge emacs overlay [maintainer=@adisbladis]

nixos-config - My NixOS configuration.

s6 - The s6 supervision suite.

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

nixos-shell - Spawns lightweight nixos vms in a shell