ente/desktop
2024-03-13 12:06:33 +05:30
..
.github/workflows [desktop] Remove sentry 2024-03-12 13:54:17 +05:30
build Let Prettier 3 have a go at it 2024-03-12 18:01:09 +05:30
docs Let Prettier 3 have a go at it 2024-03-12 18:01:09 +05:30
src Let Prettier 3 have a go at it 2024-03-12 18:01:09 +05:30
thirdparty Remove the custom next-electron-server 2024-03-12 17:02:28 +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 Default buildResources is build 2024-03-12 16:12:53 +05:30
.prettierrc.json Prettier 3 + reformat (same as web) 2024-03-11 16:46:52 +05:30
CHANGELOG.md Let Prettier 3 have a go at it 2024-03-12 18:01:09 +05:30
package.json Let Prettier 3 have a go at it 2024-03-12 18:01:09 +05:30
README.md Watch during dev 2024-03-12 17:56:46 +05:30
tsconfig.json Default buildResources is build 2024-03-12 16:12:53 +05:30
yarn.lock Switch to upstream 2024-03-12 17:38:39 +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

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.