not-os VS luet

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

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)

luet

:package: :whale: 0-dependency Container-based Package Manager using SAT solver and QLearning (by mudler)
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
not-os luet
10 5
746 246
- -
5.8 5.9
about 1 month ago 13 days ago
Nix Go
MIT License GNU General Public License v3.0 only
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.

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

luet

Posts with mentions or reviews of luet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-28.
  • Luet – Container-based package manager
    1 project | news.ycombinator.com | 14 Jun 2022
  • Gobolinux
    5 projects | news.ycombinator.com | 28 Dec 2021
    I spent some time with the Depot Lite paper, and it's wild how much much there are little hints (less strict) of many of the exact principles the are used in Nix. Turning software installations read-only after a few weeks was one that stuck out the most, along with the basic FHS adjustments.

    I've read through a few if the Nix papers before, but they're probably worth revisiting by now after using Nix for a few years and experimenting with Guix a bit.

    > I can geek out about package management all day.

    Same! I've been fascinated with package management probably since I was about 12 or 13, when I first tried desktop Linux. Package managers are incredibly powerful systems tackling an equally incredibly tough problem space. Multi-language package managers (i.e., ports systems and Linux distro package managers have always especially impressed me. (Imo even the 'bad' Linux distro package managers are pretty good, as much as I can be harsh on them in certain aspects when comparing them.)

    Getting into Nix has made me think more deeply about the designs of the many language-specific package managers, since each one needs/gets a different treatment in Nixpkgs according to its unique properties. It's similarly provided an illuminating alternative to the container approach to traditional deployment troubles— one that conserves more of what is good about the traditional package management paradigms on Linux and elsewhere.

    Have you looked at Michael Stapelberg's work on package management? I think it's the most exciting work on package management outside the Nix and Guix worlds: https://michael.stapelberg.ch/posts/2019-08-17-introducing-d...

    Luet also looks interesting, but I've not really played with it yet. Its approach seems to be to add more package-like granularity to existing container systems: https://github.com/mudler/luet

  • GitHub - mudler/luet: 0-dependency Container-based Package Manager
    1 project | /r/linux | 5 Dec 2021
    1 project | /r/opensource | 5 Dec 2021
  • Golang container-based package manager
    1 project | /r/golang | 5 Dec 2021

What are some alternatives?

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

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

blueman - Blueman is a GTK+ Bluetooth Manager

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

trivy - Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more

rfcs - The Nix community RFCs

Pulumi - Pulumi - Infrastructure as Code in any programming language. Build infrastructure intuitively on any cloud using familiar languages 🚀

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

Documentation - Documentation of the GoboLinux project

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

porter - Kubernetes powered PaaS that runs in your own cloud.

nix - Nix, the purely functional package manager

kustomizer - An experimental package manager for distributing Kubernetes configuration as OCI artifacts.