Freelook, an Electron-based client for Microsoft Outlook.
- Receive your hotmail / outlook online from the desktop app
- Close to minimise
- Dock tray support
- System notification
Clone the repository and run in development mode.
git clone https://github.com/eNkru/electron-outlook.git
cd electron-outlook
yarn
yarn start
Build the application
yarn run dist:linux
This will build an AppImage in the dist folder. This file can be run in most popular linux distributions.
npm version (new release version)
git push origin master
git push origin --tags
npm publish
The released application can be downloaded here.