ente/desktop
Manav Rathi 9ca8ef9e74
The bundled binary is x86 only, bail out early on ARM
Error: Error invoking remote method 'generateImageThumbnail': Error: Command failed: '/tmp/.mount_ente-1lYbIWw/resources/image-magick' '/home/m/Downloads/VM/IMG_4484.WEBP' -auto-orient -define 'jpeg:size=1440x1440' -thumbnail '720x720>' -unsharp '0x.5' -quality 70 '/tmp/ente/9aNsp1FdLe.jpeg'
/bin/sh: 1: /tmp/.mount_ente-1lYbIWw/resources/image-magick: Exec format error

The binary is from https://github.com/ente-io/ImageMagick/
2024-05-13 11:22:13 +05:30
..
.github/workflows [desktop] Don't invoke electron-builder twice on CI 2024-05-08 12:10:20 +05:30
build Restore macOS icon 2024-04-10 20:32:32 +05:30
docs Update instructions 2024-05-11 19:19:56 +05:30
src The bundled binary is x86 only, bail out early on ARM 2024-05-13 11:22:13 +05:30
.eslintrc.js Stylistic 2024-04-30 18:54:58 +05:30
.gitignore Update eslint settings to match main project 2024-03-19 19:17:01 +05:30
.prettierrc.json Enable prose-wrap 2024-03-19 19:17:01 +05:30
CHANGELOG.md Add the other CHANGELOG entries 2024-05-12 20:00:48 +05:30
electron-builder.yml Remove electron-builder-notarize 2024-05-07 14:25:22 +05:30
package.json yarn lint-fix 2024-05-08 12:12:03 +05:30
README.md [desktop] Resurrect build 2024-05-02 12:55:08 +05:30
tsconfig.json Preempt 2024-04-30 16:00:32 +05:30
yarn.lock electron 30.0.3 2024-05-11 18:52:07 +05:30

Desktop app for Ente Photos

The sweetness of Ente Photos, right on your computer. Linux, Windows and macOS.

You can download a pre-built binary from releases.

To know more about Ente, see our main README or visit ente.io.

Building from source

Fetch submodules

git submodule update --init --recursive

Install dependencies

yarn install

Run in development mode (supports hot reload for the renderer process)

yarn dev

Or create a binary for your platform

yarn build

That's the gist of it. For more development related documentation, see docs.