Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2021-12-19 11:56:14 +05:30
.github/workflows run with sentry auth token as environment variable 2021-08-09 12:13:44 +05:30
build Add missing space 2021-08-04 15:36:33 +05:30
src Merge branch 'main' into export-v2 2021-12-19 11:56:14 +05:30
.eslintrc first commit 2021-03-27 18:05:04 +05:30
.gitignore Update gitignore 2021-07-09 16:33:18 +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 Merge branch 'main' into export-v2 2021-12-19 11:56:14 +05:30
README.md Update README.md 2021-08-23 00:36:02 +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 updated tsconfig outDir to "./app" 2021-04-01 13:06:45 +05:30
yarn.lock Merge branch 'main' into export-v2 2021-12-19 11:56:14 +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