.. 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 You can install PostgREST from nixpkgs. .. code:: bash nix-env -i haskellPackages.postgrest .. group-tab:: Windows You can install PostgREST using `Chocolatey `_ or `Scoop `_. .. code:: bash choco install postgrest scoop install postgrest