nixverse

Filesystem-based nix flake framework for multi-node configurations, cascading secrets management, parallel deployments, etc. (by hgl)

Nixverse Alternatives

Similar projects and alternatives to nixverse

  1. disko

    Declarative disk partitioning and formatting using nix [maintainers=Lassulus Enzime iFreilicht Mic92 phaer]

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. nixos-anywhere

    Install NixOS everywhere via SSH [maintainers=@Mic92 @Lassulus @phaer @Enzime @a-kenji]

  4. musnix

    Real-time audio in NixOS

  5. nix

    nix flake with my personal default settings ⚠️ Copy bits and pieces at your own risk (by stapelberg)

  6. zbm-void-ts

    ZFSBootMenu on Void Linux UEFI with Tailscale

  7. nix-config

    My personal NixOS config (by jhvst)

  8. HomestakerOS

    A web UI for generating Linux images for Ethereum homestaking

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better nixverse alternative or higher similarity.

nixverse discussion

Log in or Post with

nixverse reviews and mentions

Posts with mentions or reviews of nixverse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-06-01.
  • I like to install NixOS (declaratively)
    8 projects | news.ycombinator.com | 1 Jun 2025
    Not to criticize the article, which is very well written, just some extra info:

    It seems for the author, the custom installer is mainly used for accepting user SSH public key, terminfo, and maybe also locale.

    Almost none of the packages the author listed get used, including zsh. Since NixOS is installed via nixos-anywhere, it runs a bash script to do everything, and all the script's dependencies will be pulled by nix.

    For people who don't want to build a custom installer, or their cloud environment doesn't allow one, you can simply host a script somewhere and download and run it on the remote machine to add your SSH public key and other customizations, including partitioning the disk.

    Note that the author used disko to partition the disk declaratively. Disko won't work for a machine with very limited ram, because disko needs to install tools to the ram to do the partition.

    I wrote a nix configuration library[1] that also does NixOS installation (uses nixes-anywhere under the hood), where you can choose between using disko, a default script[2] that handles 90% of the use cases (using only the default tools available on a vanilla NixOS installer, so nothing gets installed to the ram), or your own script.

    [1] https://github.com/hgl/nixverse

Stats

Basic nixverse repo stats
1
35
9.1
9 days ago

hgl/nixverse is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of nixverse is Nix.


Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

Did you know that Nix is
the 29th most popular programming language
based on number of references?