Note: As of October 2023, PhotoPrism provides official Linux builds at https://dl.photoprism.app/pkg/linux/. Please use those instead.
This repo contains unofficial builds of PhotoPrism for Linux.
-
Why?
To make it easier to run PhotoPrism without Docker.
-
How?
The build is done using the PhotoPrism development Docker image and automated using GitHub Actions.
This project is not affiliated with the developers of PhotoPrism in any way. The builds are unofficial, you run them at your own risk.
To install PhotoPrism, download the photoprism.tar.gz archive to your server and unpack to /opt/photoprism
:
$ wget https://github.com/IndrekHaav/photoprism-builds/releases/latest/download/photoprism.tar.gz
$ sudo mkdir /opt/photoprism
$ sudo tar xzf photoprism.tar.gz -C /opt/photoprism/
You can run /opt/photoprism/bin/photoprism -v
to verify the version.
Then follow the instructions in this guide, starting from the "Configure PhotoPrism" step.
- Build using Github Actions
- Provide AVX/AVX2 builds
- Provide ARM64 builds
- Build .deb files for Debian/Ubuntu
- Test build before publishing