nixwrt VS not-os

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

nixwrt

This repo is dormant : NixWRT is being rewritten as Liminix (by telent)

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)
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
nixwrt not-os
4 10
200 746
- -
0.0 5.8
over 2 years 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.

nixwrt

Posts with mentions or reviews of nixwrt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-24.
  • Mobile NixOS for Phones and Tablets
    6 projects | news.ycombinator.com | 24 Jun 2021
    tl;dr: here are three commercial embedded NixOS uses and a couple of other embedded NixOS projects

    1. LumiGuide uses NixOS for their embedded systems, which track automatic bicycle rentals at little solar-powered stations IIRC: https://av.tib.eu/media/39625 (also some coverage here: https://www.worksonarm.com/blog/nixos/ )

    2. Yakkertech uses NixOS for their embedded systems, which do baseball pitch tracking: https://av.tib.eu/media/50713

    3. Swift Navigation uses NixOS for CI/CD for the embedded systems they use for GPS and navigation: https://blog.swiftnav.com/using-nixos-to-manage-hardware-tes...

    I'd only heard of the first two, and discover the third just now.

    There are also two downstream distros/related projects that target embedded systems, but idk how much commercial use they've yet seen, if any:

    a. https://github.com/telent/nixwrt

    b. 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.
  • Why do people prefer a certain flavour of Linux? What are the differences that make someone say 'I prefer X distro over Y'?
    1 project | /r/linuxquestions | 8 Mar 2021
    And, if you take into consideration my personal, subjective opinions on what a distro must be (declarative, fearless to tinker with, mostly binary based but with easy overrides, mostly stateless, easy to roll back in case something goes wrong), then that leaves pretty much two options: NixOS and Guix, and because I don't really like LISP syntax, I go with NixOS as my favourite distro for desktops and servers. For embedded, I've recently tried NixWrt and it seems to work quite well, however I'm still using OpenWRT for "mission-critical" routers.
  • Need some guidance in creating a nix distribution for RouterOS routers.
    4 projects | /r/NixOS | 30 Dec 2020

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