[id="standalone-keycloak-install"] === Installing the Server You can install the server on Linux or Windows. The server download ZIP file contains the scripts and binaries to run the {project_name} server. .Procedure . Download *keycloak-{project_version}.[zip|tar.gz]* from https://www.keycloak.org/downloads.html[Keycloak downloads]. . Place the file in a directory you choose. . Unpack the ZIP file using the appropriate `unzip` utility, such as jar, tar, or unzip. + .Linux/Unix [source,bash,subs=+attributes] ---- $ unzip keycloak-{project_version}.zip or $ tar -xvzf keycloak-{project_version}.tar.gz ---- + .Windows [source,bash,subs=+attributes] ---- > unzip keycloak-{project_version}.zip ----