Prospect Mail Julian Alarcon
winget install --id=JulianAlarcon.ProspectMail -e
Unofficial desktop client for Microsoft Outlook
Prospect Mail is an unofficial desktop client for Microsoft Outlook designed to provide a modern and intuitive experience for managing emails, calendars, and contacts. Built using Electron, it offers a seamless integration with Outlook services while maintaining a lightweight and efficient design.
Key Features:
- Native desktop experience with support for email composition, viewing, and organization.
- Integration with Exchange Online, allowing users to access their Microsoft 365 or Office 365 accounts directly.
- Cross-platform compatibility, supporting Windows, macOS, and Linux distributions.
- Built-in plugin architecture for extending functionality, enabling users to customize the experience.
- Lightweight design that minimizes system resource usage while maintaining responsiveness.
Audience & Benefit:
Ideal for individuals and teams who seek a distraction-free email client with native desktop integration. It provides a reliable alternative for managing Outlook accounts without compromising on performance or functionality.
README
Prospect Mail

Unofficial email Outlook client using Electron. It uses the Web App and wraps it as a standalone application using Electron. This only works for Microsoft/Office 365 accounts, don't use it for personal Outlook.com accounts.
Available for Linux, Windows (10+) and macOS.
> This project has NO DIRECT AFFILIATION with Microsoft, Microsoft 365 or any > product made by Microsoft.
Download
The application can be downloaded from release page.
Select the appropriated file depending on your OS:
- Windows:
.exe
file or.msi
file - macOS:
.dmg
file - Linux: Multiple artifacts are available, please choose your needed one
(
AppImage
,deb
,pacman
,rpm
,snap
,tar.gz
) depending on your Linux Distribution.
Installation
Windows
Just double-click and follow the Installer steps.
macOS
Double-click the dmg
file and drag the blue Prospect Mail icon to the App
folder
Linux
Snap builds are available in the Snap Store.
Or use sudo snap install prospect-mail
from the terminal.
Arch Linux has a community published artifact available in AUR here.
For other distributions please follow your specific steps.
Screenshots
Features
- Check your Outlook Microsoft 365 emails/calendar from the desktop app
- Close to minimize
- Start as minimized (you can use the Option in the Tray icon menu or start app
with
prospect-mail --minimized
) - Dock tray support
- System notification
- Connect to standard or custom Outlook URL
- Spellcheck using native Outlook MS Editor
- Visualize files (pdf) in emails
Settings
Via tray menu settings.json
can be opened and edited. After every save you
need to click in "Reload settings" to apply changes.
{
"mainMailServiceUrl":"https://customurl.example/",
"deeplinkUrls":["customurl.example"],
"mailServicesUrls":["mailServicesUrls.example"],
"safelinksUrls": ["safelinksUrls.example"],
"showWindowFrame":true
}
As an example, this configuration will let you use Prospect with personal Outlook.com account:
> Please notice that Prospect Mail is only tested in Work/Educational accounts > and no issues will be reviewed on use for personal accounts.
{
"mainMailServiceUrl": "https://login.live.com/login.srf",
"deeplinkUrls": ["outlook.com", "live.com"],
"mailServicesUrls": ["outlook.com", "live.com"]
}
Architecture components
The main software architecture components and their versions are this:
- Node.js version: 22.x LTS
- yarn version: 1.x
- electron version: 36.x
- electron-builder version: 26.x
- electron-settings version: 4.0.4
Build
Clone the repository and run in development mode. (You need to have git, node and yarn installed)
git clone https://github.com/julian-alarcon/prospect-mail.git
cd prospect-mail
yarn
yarn start
Build the application for Linux
yarn dist:linux
This will build an AppImage, deb and snap files in the dist folder. This files can be run in most popular Linux distributions.
Is possible to specify the snap or AppImage build type using running this:
yarn dist:linux:snap
Build the application for Mac (It works in versions 10.14 and 10.15)
yarn dist:mac
Build it for windows:
yarn dist:windows
Install developer artifact
Once it has been built, or using the release files available, you can install the
files using AppImage process,
using .deb sudo dpkg -i prospect-mail_x.y.z_arch.deb
or using the snap
file sudo snap install dist/prospect-mail_x.y.z_arch.snap --dangerous
.
Release to Public
- Create a working branch
- Add changes
- Define version in
package.json
. E.g.1.0.0-beta2
- Open Pull Request for new version
- Set Changelog and publish release in GitHub
- Move release in Snap Store to stable channel
Manual release to Snap Store
snapcraft login
snapcraft upload --release=edge prospect-mail_x.y.z_arch.snap
License
MIT by Julian Alarcon based on electron-outlook by Howard J