Skip to main content

Documentation Index

Fetch the complete documentation index at: https://flox.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Verify your downloadYou can find the SHA256 checksums and SHA512 checksums for Flox 1.12.0 online.
Download and install the package that matches your machine’s architecture.
  1. Download installer for Macs with

    Apple Silicon

    aarch64-darwin

    Intel processors

    x86_64-darwin
  2. Double-click to install the downloaded file
  3. Open a terminal window to continue below
Flox will reconfigure an existing Nix installation. These changes are designed to improve the overall user experience and make the Nix installation more reliable and easier to support, but it’s worth noting that anyone wishing to revert to a “vanilla” Nix installation after installing Flox will need to re-install Nix.If you want retain full control of your Nix installation, see the Nix (Generic) instructions.
When installing over a previous installation of Nix the Flox installation will:
  1. Back out customizations made to the following files when Nix was installed:
    • /etc/bashrc
    • /etc/bash.bashrc
    • /etc/profile.d/nix.sh
    • /etc/zshrc
    • /etc/zsh/zshrc
  2. Overwrite the system-wide /etc/nix/nix.conf
  3. (If applicable) convert the Nix installation to a multi-user install
  4. Reconfigure the nix-daemon invocation
If you are installing over a previous installation of Nix we suggest that you install Flox to a test machine or VM to gain familiarity with it first.The version of Nix installed by Flox tracks the stable version of Nix in nixpkgs, occasionally adding additional backports or patches. Nix is usually updated monthly, although if Nix makes breaking changes, updates may be less frequent.
Verify Flox installationIf the following command returns without error then you’re ready to get started!
$ flox --version
1.12.0

The version you see might be different.Upgrades to existing Flox installationDownload and install the latest image as described above.