not-os VS nixGL

Compare not-os vs nixGL 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)

nixGL

A wrapper tool for nix OpenGL application [maintainer=@guibou] (by nix-community)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
not-os nixGL
10 26
746 600
- 5.3%
5.8 5.1
about 1 month ago 6 days ago
Nix Nix
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.

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

nixGL

Posts with mentions or reviews of nixGL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-28.
  • Ask HN: Are there wrapper/runner programs that encrypt writes and decrypt reads?
    1 project | news.ycombinator.com | 22 Apr 2024
    How can a program accomplish this? by using/doing something like virtualization? emulation? syscall/API translation? e.g. like WINE?

      [1] https://github.com/nix-community/nixGL
  • Nix without NixOS, how doable is this and how much do I miss?
    2 projects | /r/NixOS | 28 Sep 2023
    Essentially, running stuff that needs GL graphics is a bit funky... There's a workaround called nixGL though.
  • Calibre Replacement Considerations
    6 projects | news.ycombinator.com | 2 Sep 2023
    I think installing Calibre is a good use case for installing Nix (www.nixos.org).

    Unfortunately, you might also need https://github.com/guibou/nixGL to run graphical apps under Nix. It's a shell script to use the correct OpenGL library.

  • Nix-env apps on Debian unable to be executed via GUI KDE.
    1 project | /r/NixOS | 30 Jun 2023
    Try the NixGL wrapper.
  • Issue: with python-matplotlib
    1 project | /r/NixOS | 19 May 2023
    Are you running the Nix package manager on not-NixOS? If so I recall needing NixGL for OpenGL integration.
  • How do I update packages when using home-manager?
    2 projects | /r/NixOS | 7 Apr 2023
    $ nix-channel --list home-manager https://github.com/nix-community/home-manager/archive/release-22.05.tar.gz nixgl https://github.com/guibou/nixGL/archive/main.tar.gz nixos https://nixos.org/channels/nixos-unstable
  • functional
    2 projects | /r/linuxmemes | 24 Mar 2023
    Needs a separate program to run GUI applications on non-NixOS systems
  • Imagine your entire purpose being made completely obsolete by a single compiler option
    1 project | /r/linuxmemes | 22 Feb 2023
    IMO the proper solution to this is Nix/Guix, since they have the best of both worlds (sharing libraries where possible, but allowing different versions where needed). Shame that libGL is a mess and as such is difficult to get right in this way, and as such you need hacks like https://github.com/guibou/nixGL for most GUI stuff. That said, people are working on improving the situation.
  • Setting up my new laptop: Nix style
    5 projects | news.ycombinator.com | 24 Dec 2022
    I get what you mean, but keep in mind that for every distro you're reliant on the community to get nvidia support integrated. Also if you only have few apps that require it, then the nixGL flake is not bad. https://github.com/guibou/nixGL
  • Unable to run alacritty using nix
    1 project | /r/linuxquestions | 29 Nov 2022
    nix-channel --add https://github.com/guibou/nixGL/archive/main.tar.gz nixgl && nix-channel --update warning: unable to download 'https://cache.nixos.org/v5djb4jw3hg4brdbidqaspin8n8isyq6.narinfo': SSL peer certificate or SSH remote key was not OK (60); retrying in 259 ms these derivations will be built: /nix/store/gm6gq44ivdqgmrsvlsr08d2nqjircgds-nixgl.drv building '/nix/store/gm6gq44ivdqgmrsvlsr08d2nqjircgds-nixgl.drv'... while setting up the build environment: executing '/bin/bash': No such file or directory builder for '/nix/store/gm6gq44ivdqgmrsvlsr08d2nqjircgds-nixgl.drv' failed with exit code 1 error: build of '/nix/store/gm6gq44ivdqgmrsvlsr08d2nqjircgds-nixgl.drv' failed error: program '/usr/bin/nix-build' failed with exit code 100

What are some alternatives?

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

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

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

rfcs - The Nix community RFCs

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

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

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

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

napalm - Support for building npm packages in Nix and lightweight npm registry [maintainer @jtojnar]

nix - Nix, the purely functional package manager

nix-bundle - Bundle Nix derivations to run anywhere!

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