ente/README.md
Manav bce991e33e Remove out of date user contributed ports
As nice it is to have user contributed ports, the problem is that they're
getting outdated. This one is already a few versions behind our latest release,
and we don't have way to update the port so that it's up to date.

Thus removing it from the README so that we're not accidentally suggesting
people to install outdated versions with bugs and/or missing features.
2022-09-28 15:06:19 +05:30

1.6 KiB

bhari-frame (heavy-frame)

Desktop app for ente.io build with electron and loads of ❤️.

Disclaimer

We are aware that electron is a sub-optimal choice for building desktop applications.

The goal of this app was to

  1. provide a stable environment for customers to back up large amounts of data reliably
  2. export uploaded data from our servers to their local hard drives.

Electron was the best way to reuse our battle tested code from bada-frame that powers web.ente.io.

As an archival solution built by a small team, we are hopeful that this project will help us keep our stack lean, while ensuring a painfree life for our customers.

If you are running into issues with this app, please drop a mail to support@ente.io and we'll be very happy to help.

Download

Building from source

You'll need to have node (and yarn) installed on your machine. e.g. on macOS you can do brew install node. After that, you can run the following commands to fetch and build from source.

# Clone this repository
git clone https://github.com/ente-io/bhari-frame

# Go into the repository
cd bhari-frame

# Clone submodules (recursively)
git submodule update --init --recursive

# Install packages
yarn

# Run the app
yarn start

Re-compile automatically

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

yarn watch