Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2022-08-10 13:21:26 +05:30
.github remove manual builds 2022-07-23 15:41:49 +05:30
.husky setup husky 2022-06-14 11:48:30 +05:30
build Capitalize user visible strings 2022-07-11 18:36:05 +05:30
main add lru cache eviction strategy 2022-08-10 13:21:26 +05:30
ui@e778e6aa3b update to follow bada-frame main 2022-07-23 15:35:43 +05:30
.eslintrc update eslint configuration 2022-06-14 12:13:25 +05:30
.gitignore added web app as submodule 2022-07-13 12:51:37 +05:30
.gitmodules update to follow bada-frame main 2022-07-23 15:35:43 +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 add lru cache eviction strategy 2022-08-10 13:21:26 +05:30
README.md Mark user contributed ports 2022-07-08 08:08:11 +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 rename src to main 2022-07-23 15:29:47 +05:30
yarn.lock add lru cache eviction strategy 2022-08-10 13:21:26 +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

User contributed ports

  • AUR: yay -S ente-desktop-appimage

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