ente/desktop
2024-10-18 17:22:30 +05:30
..
2024-10-16 08:53:16 +05:30
2024-06-11 11:33:48 +05:30
2024-07-06 09:44:38 +05:30
2024-05-02 12:55:08 +05:30
2024-05-31 20:20:33 +05:30
2024-09-05 09:22:58 +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 (supports hot reload for the renderer process)

yarn dev

Or create a binary for your platform

yarn build

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