Nix logo

Nix Offline Installer

Standalone installer · Full setup · Offline installer free download for macOS/Linux

Developer Tools · v2.34.7 · Open Source

Efficient package management for developers and system administrators

Download link verified by (Editor) on — links go directly to the official source from NixOS Foundation.
License: Open Source
Size: 40-80 MB
Platforms: macOS Linux
Updated:

Quick answer: downloading Nix

Nix is a Open Source developer tool for macOS/Linux from NixOS Foundation. Its official offline (standalone) installer is published as a direct TAR.XZ download and installs without an internet connection. Always download from the official source (nixos.org) — we link there directly and never host or modify the file.

Nix Trust & Verification

External authoritative sources that identify and verify Nix.

Nix Offline Installer Downloads

Verified installer files, platform packages, store pages, and browser plugins when available.

Platform Build Architecture Package Download Notes
Windows

Standard package

Nix for Windows (32-bit)

32-bit Download page Download For older 32-bit systems — check official site for 32-bit build
Windows

Windows 10

Nix for Windows (64-bit)

64-bit Download page Download Recommended for Windows 10/11
macOS

Universal

Nix for macOS

Universal Download page Download Compatible with macOS 10.15+
Linux

AppImage

Nix for Linux

64-bit Download page Download DEB/RPM/AppImage — check official site for your distro

Direct installer links are shown only when verified. Store and browser extension rows open the publisher-controlled official destination.

Source: official offline / standalone installer — the verified file above installs without an internet connection.

We do not host software files on our servers. All download links point to the official developer source or a trusted, verified mirror.

Nix Overview

Nix is a purely functional package manager from the NixOS Foundation. Unlike traditional package managers (apt, rpm, brew) that mutate /usr/lib and /usr/bin in place, Nix builds every package into its own isolated path under /nix/store keyed by a cryptographic hash of its dependencies. The result: reproducible builds, atomic upgrades and rollbacks, multiple versions of the same package coexisting on one machine, and per-user package profiles. This page lists the verified direct binary tarballs hosted on releases.nixos.org for Nix 2.34.7. The macOS tarball is built for Apple Silicon (aarch64-darwin); Intel Mac users should use the x86_64-darwin variant from the same release directory. The Linux tarball is x86_64; aarch64 Linux is also available at the same path. Each tarball ships with an install script (./install) that places the Nix store, daemon binaries, and configuration files in their expected locations. Users running WSL can use the Linux tarball directly. A separate Determinate Systems install script is available for users who want a more guided setup with automatic uninstaller support. For air-gapped environments, IT teams can mirror releases.nixos.org or a specific tarball, then transfer to restricted machines via USB or internal share. After installation, package retrieval normally requires network access to cache.nixos.org — for fully offline operation, set up an internal Nix binary cache (https://nixos.org/manual/nix/stable/package-management/binary-cache-substituter.html). The Nix store format itself does not require network connectivity once a package is installed. The Nix offline installer is the standalone setup distribution for macOS/Linux, with the full setup file suitable for offline deployment on developer workstations and CI/build machines that cannot reach the vendor's update servers during install.

Nix Preview

Nix Developer Tools preview card
Nix — Developer Tools

Lead card by OfflineInstallerSetup. Logo and screenshots from the publisher's official sources and Wikipedia / Wikimedia Commons under their respective licenses.

Nix Offline Installer Key Features

  • Supports binaries and source packages for diverse development needs
  • Isolated package installations to prevent dependency conflicts
  • Compatible with NixOS for a unified package management experience
  • USB deployment capability for offline installations

Nix Standalone Installer System Requirements

Baseline requirements to run the current Nix release:

Operating System
Windows 10 64-bit or later
Memory (RAM)
4 GB RAM minimum
Disk Space
200 MB free disk space
Processor
Intel Core i3 or AMD equivalent

How to Install Nix

Follow these steps to install Nix offline on your PC:

  1. 1

    Download the Nix offline installer from the official source below.

  2. 2

    For Windows, right-click the installer and select 'Run as administrator' to ensure proper permissions.

  3. 3

    For macOS, double-click the DMG file to mount it, then drag the Nix application to your Applications folder.

  4. 4

    For Linux, extract the downloaded DEB or RPM file using the terminal, then run the installation command specific to your package manager.

  5. 5

    Launch Nix — installation is complete.

Common Nix Installation Issues & Fixes

Ran into a problem? Here are the most common issues and how to fix them:

⚠️

Installation fails due to missing dependencies on Linux.

Ensure all required dependencies are installed by running 'sudo apt-get install -f' for DEB or 'sudo dnf install -y <missing-package>' for RPM before attempting to install Nix.

⚠️

Nix application does not appear in the Applications folder on macOS.

Ensure you have dragged the Nix application from the mounted DMG to the Applications folder. If it still doesn't appear, try restarting Finder or your computer.

Nix Offline Installer FAQ

What makes Nix different from other package managers?
Nix employs a purely functional approach to package management, ensuring that installations are reproducible and isolated. This means that different versions of packages can coexist without conflicts, which is particularly useful for developers working on multiple projects.
Can Nix manage dependencies for multiple projects simultaneously?
Yes, Nix can handle dependencies for multiple projects at once, allowing developers to specify exact versions of packages needed for each project. This capability is facilitated by its unique approach to package isolation, ensuring that changes in one project do not affect others.

More Developer Tools Official Downloads

View all Developer Tools

Also Popular on OfflineInstallerSetup

Browse all software

Share this page

Help others find official software setup resources.