Package Details: ente-desktop-git 1.7.0_rc-2

Git Clone URL: https://aur.archlinux.org/ente-desktop-git.git (read-only, click to copy)
Package Base: ente-desktop-git
Description: Desktop client for (self hosted) Ente server
Upstream URL: https://github.com/ente-io
Licenses: AGPL-3.0-only
Conflicts: ente-desktop, ente-desktop-appimage, ente-desktop-bin
Provides: ente-desktop
Submitter: Object42
Maintainer: Object42
Last Packager: Object42
Votes: 0
Popularity: 0.000000
First Submitted: 2024-05-22 20:57 (UTC)
Last Updated: 2024-05-26 19:02 (UTC)

Latest Comments

lrdoftheblings commented on 2025-07-22 14:33 (UTC)

The package.json in the upstream repo lists "electron": "^37.1.0" as a devDependency. The current PKGBUILD depends on the system electron (v40+), which may be incompatible. Recommend switch to using electron37 from the AUR to match the upstream build target, as done in ente-desktop-bin.

Object42 commented on 2024-05-22 21:01 (UTC)

Just to be clear and for ease of use (and although already documented in the self-hosted-ente-README.txt I added to this package):

To building Ente desktop to connect to a self hosted server, make sure the NEXT_PUBLIC_ENTE_ENDPOINT environment variable is set before making the package.

For example: export NEXT_PUBLIC_ENTE_ENDPOINT="https://myownenteserverdomain.com" makepkg -sic

Or: export NEXT_PUBLIC_ENTE_ENDPOINT="https://myownenteserverdomain.com" yay -S ente-desktop-git