ente/desktop
2024-03-11 18:52:28 +05:30
..
.github/workflows Update desktop/ to account for new monorepo structure 2024-03-02 17:57:37 +05:30
docs build take 2 2024-03-11 18:52:28 +05:30
resources build => resources 2024-03-11 17:37:43 +05:30
src build take 2 2024-03-11 18:52:28 +05:30
thirdparty Move into desktop/ 2024-03-01 12:36:35 +05:30
.eslintignore Move into desktop/ 2024-03-01 12:36:35 +05:30
.eslintrc Move into desktop/ 2024-03-01 12:36:35 +05:30
.gitignore build take 2 2024-03-11 18:52:28 +05:30
.prettierignore [desktop] Fix yarn build 2024-03-11 17:04:17 +05:30
.prettierrc.json Prettier 3 + reformat (same as web) 2024-03-11 16:46:52 +05:30
CHANGELOG.md Move into desktop/ 2024-03-01 12:36:35 +05:30
package.json build take 2 2024-03-11 18:52:28 +05:30
README.md build take 2 2024-03-11 18:52:28 +05:30
sentry.properties Move into desktop/ 2024-03-01 12:36:35 +05:30
tsconfig.json build take 2 2024-03-11 18:52:28 +05:30
yarn.lock Work towards fixing build 2024-03-11 17:37:10 +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

Caution

We moved a few things around when switching to a monorepo recently, and the desktop app is not currently building with these instructions below. Hang tight, we're on it, and will fix soon.

Fetch submodules

git submodule update --init --recursive

Install dependencies

yarn install

Run the app

yarn dev

To recompile automatically using electron-reload, run this in a separate terminal:

yarn watch

yarn dev is handy during development, but if you wish, you can also create a binary for your platform by using

yarn build