ente/desktop
Manav Rathi 467acf2b8e
Remove old migration path
This migration path was in the last release v1.6.63, and it has now been out
there for a couple of months so apart from some outliers the migration should've
already happened. Even for the outliers, this will increase their cache size but
won't have a functional impact.

Cleaning this code now to reduce the amount that needs to be changed to support
a contextBridge aware cache.
2024-03-20 12:29:58 +05:30
..
.github/workflows [desktop] Remove sentry 2024-03-12 13:54:17 +05:30
build Remove unused file 2024-03-20 10:34:17 +05:30
docs Move out the electron-builder config to separate file 2024-03-19 19:17:01 +05:30
src Remove old migration path 2024-03-20 12:29:58 +05:30
.eslintrc.js Update eslint settings to match main project 2024-03-19 19:17:01 +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 Enable prose-wrap 2024-03-19 19:17:01 +05:30
electron-builder.yml Move out the electron-builder config to separate file 2024-03-19 19:17:01 +05:30
package.json Move out the electron-builder config to separate file 2024-03-19 19:17:01 +05:30
README.md Enable prose-wrap 2024-03-19 19:17:01 +05:30
tsconfig.json Update eslint settings to match main project 2024-03-19 19:17:01 +05:30
yarn.lock Update concurrently's major version 2024-03-19 19:17:01 +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 (with hot reload)

yarn dev

Caution

yarn dev is currently not working (we'll fix soon). If you just want to build from source and use the generated binary, use yarn build.

Or create a binary for your platform

yarn build

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