mirror of
https://github.com/immich-app/immich.git
synced 2025-11-01 03:09:03 -04:00
* Update install.sh * Update install.sh * Update install.sh * Update install.sh * Update install.sh * Update install.sh * Update install.sh * Update install.sh * Update install.sh * Update docs immich-app vs immich-data We do not actually touch the .env file * Remove docker-compose Docker-compose is no longer supported by Immich * Update remote-machine-learning.md * Update install.sh * Update install.sh * Update requirements.md * Update requirements.md
27 lines
822 B
Markdown
27 lines
822 B
Markdown
---
|
|
sidebar_position: 10
|
|
---
|
|
|
|
# Requirements
|
|
|
|
Hardware and software requirements for Immich
|
|
|
|
## Software
|
|
|
|
- [Docker](https://docs.docker.com/get-docker/)
|
|
- [Docker Compose](https://docs.docker.com/compose/install/)
|
|
|
|
:::note
|
|
Immich requires the command `docker compose` - the similarly named `docker-compose` is [deprecated](https://docs.docker.com/compose/migrate/) and is no longer compatible with Immich.
|
|
:::
|
|
|
|
:::info Podman
|
|
You can also use Podman to run the application. However, additional configuration might be required.
|
|
:::
|
|
|
|
## Hardware
|
|
|
|
- **OS**: Preferred unix-based operating system (Ubuntu, Debian, MacOS, etc). Windows works too, with [Docker Desktop on Windows](https://docs.docker.com/desktop/install/windows-install/)
|
|
- **RAM**: At least 4GB, preferred 6GB.
|
|
- **CPU**: At least 2 cores, preferred 4 cores.
|