Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikepruett3/owa-desktop
A simple Outlook Web (Office 365) Desktop application, built using Electron.js
https://github.com/mikepruett3/owa-desktop
desktop-app desktop-application electron electron-app outlook outlook-365
Last synced: about 1 month ago
JSON representation
A simple Outlook Web (Office 365) Desktop application, built using Electron.js
- Host: GitHub
- URL: https://github.com/mikepruett3/owa-desktop
- Owner: mikepruett3
- License: mit
- Created: 2023-07-26T07:22:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T22:41:08.000Z (over 1 year ago)
- Last Synced: 2023-08-07T22:53:37.535Z (over 1 year ago)
- Topics: desktop-app, desktop-application, electron, electron-app, outlook, outlook-365
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Outlook Desktop
Outlook Desktop is a simple Outlook Web (Office 365) Desktop application, built using [ElectronJS](https://www.electronjs.org).
## Features
- Control for Hardware Acceleration
## Installation
Dowload the latest [release](https://github.com/mikepruett3/owa-desktop/releases) for Windows, Linux and MacOS.
For Windows... a standard Exectuable is provided, as well as a NuGet package.
## Launching
To run, just launch the executable via the Desktop Shortcut, or the Executable directly.
Hardware Acceleration is disabled at launch
## Building
To build locally, clone the repository and install the dependencies.
```powershell
git clone https://github.com/mikepruett3/owa-desktop.git
cd owa-desktop
npm install
```To run the application locally.
```powershell
npm run test
```To build the application installer.
```powershell
npm run make
```## Dependencies
- electron-squirrel-startup
- publisher-github
- electron-forge
- electron-storage
- electron## Errata
Logo borrowed from [Seeklogo](https://seeklogo.com/vector-logo/266581/outlook)