ente/desktop
2024-03-22 15:39:05 +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 Let fs.readFile throw on non-existent files 2024-03-22 15:39:05 +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 Shorten 2024-03-21 10:45:48 +05:30
package.json Convert to Electron's native fetch 2024-03-22 15:21:27 +05:30
README.md Add a notice 2024-03-21 12:13:39 +05:30
tsconfig.json Update eslint settings to match main project 2024-03-19 19:17:01 +05:30
yarn.lock Convert to Electron's native fetch 2024-03-22 15:21:27 +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're improving the security of the desktop app further by migrating to Electron's sandboxing and contextIsolation. These updates are still WIP and meanwhile the instructions below might not fully work on the main branch.

Fetch submodules

git submodule update --init --recursive

Install dependencies

yarn install

Run in development mode (with hot reload)

yarn dev

Or create a binary for your platform

yarn build

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