Giter Club home page Giter Club logo

electron-archivebox's Introduction

ArchiveBox Desktop (alpha, help wanted!)

Electron desktop app concept for ArchiveBox.


We're looking for contributors to help make our dekstop app experience better!

Reach out on Twitter or open an issue if you're interested in helping.


Quickstart

The desktop app depends on Docker already being installed and running on your system. This is a hard dependency as the Desktop app is just a wrapper around the Docker container (for now). (Cross-platform packaging of Python + JS + Chrome + wget + curl and more without Docker is a hard problem)

Yes, it's an Electron app, yes, I'm sorry. Electron is just so easy compared to the alternatives, and I don't have the time to do full native development.

https://docs.docker.com/get-docker/

# Clone this repository
git clone https://github.com/ArchiveBox/electron-archivebox && cd electron-archivebox

# 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.

electron-archivebox's People

Contributors

dependabot[bot] avatar pirate avatar ramazansancar avatar saywebsolutions avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

electron-archivebox's Issues

Avoid Docker

The ability to have a specific OS build is highly suggested due to security risks of many users who will not and will not be able to use docker. Including, the use of Doctor requires technical skills and some machine specifications will not allow it all (physically impossible).

Overall, this a huge overhead and should be completely avoided.
Depending on Docker will cause the project to fail and remain experimental only.

Could not detect abi for version 18.0.3 and runtime electron.

C:\Users\warshell\electron-archivebox>npm start
npm WARN config global --global, --local are deprecated. Use --location=global instead.

[email protected] start
electron-forge start

√ Checking your system
√ Locating Application
× Preparing native dependencies

An unhandled error has occurred inside Forge:
Could not detect abi for version 18.0.3 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of electron
Error: Could not detect abi for version 18.0.3 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of electron
at Object.getAbi (C:\Users\warshell\electron-archivebox\node_modules\electron-rebuild\node_modules\node-abi\index.js:36:9)
at new Rebuilder (C:\Users\warshell\electron-archivebox\node_modules\electron-rebuild\src\rebuild.ts:112:44)
at rebuildWithOptions (C:\Users\warshell\electron-archivebox\node_modules\electron-rebuild\src\rebuild.ts:363:21)
at doRebuild (C:\Users\warshell\electron-archivebox\node_modules\electron-rebuild\src\rebuild.ts:416:12)
at asyncFn (C:\Users\warshell\electron-archivebox\node_modules@electron-forge\core\src\util\rebuild.ts:15:23)
at C:\Users\warshell\electron-archivebox\node_modules@electron-forge\async-ora\src\ora-handler.ts:35:5
at new Promise ()
at asyncOra (C:\Users\warshell\electron-archivebox\node_modules@electron-forge\async-ora\src\ora-handler.ts:34:10)
at _default (C:\Users\warshell\electron-archivebox\node_modules@electron-forge\core\src\util\rebuild.ts:14:9)
at _default (C:\Users\warshell\electron-archivebox\node_modules@electron-forge\core\src\api\start.ts:44:9)
at C:\Users\warshell\electron-archivebox\node_modules@electron-forge\cli\src\electron-forge-start.ts:58:19

Could not detect abi for version 12.0.1 and runtime electron. Updating "node-abi" might help

An unhandled error has occurred inside Forge:                                                                                                                 Could not detect abi for version 12.0.1 and runtime electron.  Updating "node-abi" might help solve this issue if it is a new release of electron
Error: Could not detect abi for version 12.0.1 and runtime electron.  Updating "node-abi" might help solve this issue if it is a new release of electron
at Object.getAbi (/home/user/repos/archivebox-desktop/node_modules/node-abi/index.js:30:9)
at new Rebuilder (/home/user/repos/archivebox-desktop/node_modules/electron-rebuild/src/rebuild.ts:112:44)
at rebuildWithOptions (/home/user/repos/archivebox-desktop/node_modules/electron-rebuild/src/rebuild.ts:363:21)
at doRebuild (/home/user/repos/archivebox-desktop/node_modules/electron-rebuild/src/rebuild.ts:416:12)
at asyncFn (/home/user/repos/archivebox-desktop/node_modules/@electron-forge/core/src/util/rebuild.ts:15:23)
at /home/user/repos/archivebox-desktop/node_modules/@electron-forge/async-ora/src/ora-handler.ts:35:5
at new Promise (<anonymous>)
at asyncOra (/home/user/repos/archivebox-desktop/node_modules/@electron-forge/async-ora/src/ora-handler.ts:34:10)
at _default (/home/user/repos/archivebox-desktop/node_modules/@electron-forge/core/src/util/rebuild.ts:14:9)
at _default (/home/user/repos/archivebox-desktop/node_modules/@electron-forge/core/src/api/start.ts:44:9)
at /home/user/repos/archivebox-desktop/node_modules/@electron-forge/cli/src/electron-forge-start.ts:58:19
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `electron-forge start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/user/.npm/_logs/2021-03-16T22_13_51_504Z-debug.log

Not sure if it was just a problem on my end. Happened on a fresh install after running npm start step following steps in readme.

Ended up fixing with a npm update --depth 100

I think it's a problem with a dependency of a dependency, not necessarily anything wrong in this project

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.