Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2022-03-08 11:20:03 +05:30
.github allow manual build 2022-02-03 23:24:03 +05:30
build Add missing space 2021-08-04 15:36:33 +05:30
src changes according to review comments 2022-03-08 11:20:03 +05:30
.eslintrc first commit 2021-03-27 18:05:04 +05:30
.gitignore added web app as submodule 2022-03-05 10:49:44 +05:30
.gitmodules switched branch to release 2022-03-08 10:22:44 +05:30
.prettierrc.json update prettier config 2021-12-19 11:53:24 +05:30
LICENSE Create LICENSE 2021-04-03 16:44:58 +05:30
package.json changes according to review comments 2022-03-08 11:20:03 +05:30
README.md Update README.md 2021-08-23 00:36:02 +05:30
SECURITY.md Create SECURITY.md 2022-01-11 20:43:37 +05:30
sentry-symbols.js integrated sentry 2021-08-09 10:52:00 +05:30
sentry.properties remove authToken 2021-08-09 12:10:18 +05:30
tsconfig.json changes according to review comments 2022-03-08 11:20:03 +05:30
yarn.lock changes according to review comments 2022-03-08 11:20:03 +05:30

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

Develop

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/ente-io/bhari-frame
# Go into the repository
cd bhari-frame
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Re-compile automatically

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

npm run watch