Skip to content

Cross-platform app for having all frequently used web pages under one hood.

License

Notifications You must be signed in to change notification settings

peterdanis/wrapbox

Repository files navigation

Build Status Maintainability codecov

Wrapbox

Purpose of the project is to have pages you use frequently ready for you in one application. For example opening multiple Sharepoint sites + your online Outlook inbox and calendar + your news agregator + Slack + JIRA each day in work is not fun and they get easily lost in the browser while doing other stuff in it.

App is cross-platform - works on Windows, MacOS and Linux. It is using Electron, which merges Chromium and Node into one framework.

image

Versions available (x64 only):

  • Windows portable and installer
  • MacOS .dmg and .zip
  • Linux AppImage

Note: app is signed only by self-signed certificate, you will have to confirm the installation.

Contributing

Any contributions (new features, bug fixes, bug report, ideas and others) are welcome. For code contributions please use branch v2. Rework to newer Electron version, Typescript and React is being done there.

How to start / build it on your own from the source code

  • Clone this repository
git git clone https://github.com/peterdanis/wrapbox.git
cd wrapbox
  • Install dependencies

npm install or yarn

  • Build it

npm run build or yarn build

  • Start it

npm run start or yarn start