ente/desktop
2024-03-03 18:08:11 +05:30
..
.github/workflows Update desktop/ to account for new monorepo structure 2024-03-02 17:57:37 +05:30
.husky Move into desktop/ 2024-03-01 12:36:35 +05:30
build Move into desktop/ 2024-03-01 12:36:35 +05:30
src Update links to GitHub from within the apps 2024-03-03 18:08:11 +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 Move into desktop/ 2024-03-01 12:36:35 +05:30
.prettierrc.json Move into desktop/ 2024-03-01 12:36:35 +05:30
.yarnrc Move into desktop/ 2024-03-01 12:36:35 +05:30
CHANGELOG.md Move into desktop/ 2024-03-01 12:36:35 +05:30
deployment.md Move into desktop/ 2024-03-01 12:36:35 +05:30
package.json Move into desktop/ 2024-03-01 12:36:35 +05:30
README.md Update desktop/ to account for new monorepo structure 2024-03-02 17:57:37 +05:30
sentry-symbols.js Move into desktop/ 2024-03-01 12:36:35 +05:30
sentry.properties Move into desktop/ 2024-03-01 12:36:35 +05:30
tsconfig.json Move into desktop/ 2024-03-01 12:36:35 +05:30
yarn.lock Move into desktop/ 2024-03-01 12:36:35 +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, so this folder might not build with the instructions below. Hang tight, we're on it, will fix things if.

Fetch submodules

git submodule update --init --recursive

Install dependencies

yarn install

Run the app

yarn start

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

yarn watch