Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

IndrekHaav/photoprism-builds

Repository files navigation

Unofficial PhotoPrism builds for Linux

Note: As of October 2023, PhotoPrism provides official Linux builds at https://dl.photoprism.app/pkg/linux/. Please use those instead.

🚧 Work in progress 🚧

This repo contains unofficial builds of PhotoPrism for Linux.

FAQ

  • 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.

Disclaimer

This project is not affiliated with the developers of PhotoPrism in any way. The builds are unofficial, you run them at your own risk.

Install instructions

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.

TODO

  • Build using Github Actions
  • Provide AVX/AVX2 builds
  • Provide ARM64 builds
  • Build .deb files for Debian/Ubuntu
  • Test build before publishing