As a user who does not want to use Docker, I would like to have tar.gz, deb and rpm packages so that I can more easily install PhotoPrism on Ubuntu/Debian and Red Hat compatible Linux distributions.
As an alternative to our Docker images, you can now use the tar.gz archives available at dl.photoprism.app/pkg/linux/ to install PhotoPrism on compatible Linux distributions without building it from source:
Since these packages need to be set up manually and do not include the system dependencies required to make use of all the features, we recommend that only advanced users choose this installation method.
Also note that the minimum required glibc version is 2.35, so for example Ubuntu 22.04 and Debian Bookworm will work with these binaries, but older Linux distributions may not be compatible.
Usage
You can download and install PhotoPrism in /opt/photoprism by running the following commands:
sudo mkdir -p /opt/photoprism
cd /opt/photoprism
wget -c https://dl.photoprism.app/pkg/linux/amd64.tar.gz -O - | sudo tar -xz
sudo ln -sf /opt/photoprism/bin/photoprism /usr/local/bin/photoprism
photoprism --version
If your server has an ARM-based CPU, make sure to install arm64.tar.gz instead of amd64.tar.gz when using the commands above. Both are linked to the latest available build.
Documentation
As a user who does not want to use Docker, I would like to have
tar.gz,debandrpmpackages so that I can more easily install PhotoPrism on Ubuntu/Debian and Red Hat compatible Linux distributions.As an alternative to our Docker images, you can now use the tar.gz archives available at dl.photoprism.app/pkg/linux/ to install PhotoPrism on compatible Linux distributions without building it from source:
Since these packages need to be set up manually and do not include the system dependencies required to make use of all the features, we recommend that only advanced users choose this installation method.
Also note that the minimum required glibc version is 2.35, so for example Ubuntu 22.04 and Debian Bookworm will work with these binaries, but older Linux distributions may not be compatible.
Usage
You can download and install PhotoPrism in
/opt/photoprismby running the following commands:If your server has an ARM-based CPU, make sure to install
arm64.tar.gzinstead ofamd64.tar.gzwhen using the commands above. Both are linked to the latest available build.Documentation