.. tabs:: .. group-tab:: macOS You can install PostgREST from the `Homebrew official repo `_. .. code:: bash brew install postgrest .. group-tab:: FreeBSD You can install PostgREST from the `official ports `_. .. code:: bash pkg install hs-postgrest .. group-tab:: Linux .. tabs:: .. tab:: Arch Linux You can install PostgREST from the `community repo `_. .. code:: bash pacman -S postgrest .. tab:: Nix via nixpkgs You can install PostgREST from nixpkgs. .. code:: bash nix-env -i postgrest .. tab:: Nix via flake You can install PostgREST via flake. .. code:: nix { inputs.postgrest.url = "github:postgrest/postgrest"; # ... } .. group-tab:: Windows You can install PostgREST using `Chocolatey `_ or `Scoop `_. .. code:: bash choco install postgrest scoop install postgrest