nix-processmgmt VS not-os

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

nix-processmgmt

Experimental Nix-based process management framework (by svanderburg)

not-os

An operating system generator, based on NixOS, that, given a config, outputs a small (47 MB), read-only squashfs for a runit-based operating system, with support for iPXE and signed boot. (by cleverca22)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
nix-processmgmt not-os
6 10
236 746
- -
3.7 5.8
5 months ago about 1 month 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/)

not-os

Posts with mentions or reviews of not-os. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-28.
  • Building and running not-os image in QEMU?
    1 project | /r/NixOS | 4 Oct 2023
    Hi. I'm new to nix and want to ask if you have an idea how to build an ISO image file of not-os and run it on QEMU virt vanager?
  • NixOS
    1 project | /r/linuxmemes | 11 May 2023
    Maybe not-os?
  • Not-OS – NixOS-based OS generator that outputs an OS with 47MB squashfs (2022)
    1 project | /r/hypeurls | 6 Feb 2023
  • Not-OS – NixOS-based OS generator that outputs a 47MB OS
    1 project | news.ycombinator.com | 6 Feb 2023
  • Gobolinux
    5 projects | news.ycombinator.com | 28 Dec 2021
    oh oops, I think I was intending to type "crowd source" but I really met "crowd fund".

    I do want to finish my FreeBSD cross PR, but is is hard. We already have NetBSD working, including building the kernel, so I think it is better to start there.

    I opened https://github.com/cleverca22/not-os/issues/16 because I think that would be the absolute easiest first step, with the fewest moving parts. But I don't know how kernels, even Linux, are packaged into bootable thingies at all.

  • What does the minimal version of NixOS consist of?
    2 projects | /r/NixOS | 31 Oct 2021
    I also found this: https://github.com/cleverca22/not-os
  • NixOS 21.05 Released
    39 projects | news.ycombinator.com | 2 Jun 2021
    It's like an OS that has builtin salt/ansible/chef/puppet.

    Because Nix language describe the OS instead of what to change/configure it's superior to these tools, and solves the problem that supposedly same machines are drifting apart.

    For example if in the CM you tell it to install a package, then change your mind and remove the entry that does it. The package will remain installed.

    With NixOS if you remove the package from configuration, it's gone.

    I personally really like Nix's building capability. For example I can use it to generate a minimal docker container. It requires some knowledge, but I can also modify compilation options in dependencies (like remove unneeded functionality).

    It looks like there's also an option to similarly build lightweight OS images[1]. I haven't tried it yet but looks cool.

    [1] https://github.com/cleverca22/not-os

  • Is it possible to deploy configuration as code?
    2 projects | /r/DDWRT | 30 May 2021
    You might want to check out https://github.com/telent/nixwrt and https://github.com/cleverca22/not-os as solutions with similar goals. The former is a promising but yet-unfinished way of using Nix to manage a router, while the latter is a similar way of using Nix to generate an immutable OS image.
  • Is it possible to replace systemd with runit?
    2 projects | /r/NixOS | 29 May 2021

What are some alternatives?

When comparing nix-processmgmt and not-os you can also consider the following projects:

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

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

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

matrix.to - A simple stateless privacy-protecting URL redirecting service for Matrix

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

rfcs - The Nix community RFCs

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

nixos-generators - Collection of image builders [maintainer=@Lassulus]

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

nix - Nix, the purely functional package manager