# Installation This section describes how to install and configure Nix for first-time use. Nix follows a [multi-user](./nix-security.md#multi-user-model) model on both Linux and macOS. ```console $ curl -L https://nixos.org/nix/install | sh -s -- --daemon ``` ## Distributions The Nix community maintains installers for several distributions. They can be found in the [`nix-community/nix-installers`](https://github.com/nix-community/nix-installers) repository.