docs/docs/install/script.md
:::caution This method is experimental and not currently recommended for production use. For production, please refer to installing with Docker Compose. :::
Follow the requirements page to get started.
The install script only supports Linux operating systems and requires Docker to be already installed on the system.
In the shell, from a directory of your choice, run the following command:
curl -o- https://raw.githubusercontent.com/immich-app/immich/main/install.sh | bash
The script will perform the following actions:
The web application and mobile app will be available at http://<machine-ip-address>:2283
The directory which is used to store the library files is ./immich-app relative to the current directory.
:::tip For common next steps, see Post Install Steps. :::