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