npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

prospect-gmail

v0.6.0-beta

Published

Unofficial desktop client for Gmail

Readme

Prospect Gmail client

builds releases

The Gmail desktop client (Forked from Prospect Mail)

Available for Linux , Windows and macOS.

Download

The application can be downloaded from here.

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 (deb, rpm, AppImage, snap, pacman) 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.

Get it from 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

screenshot-linux

screenshot-calendar-view

Needed configuration in your Outlook Web configuration

It's recommended to enable the new design to be able to use this client

Features

  • Receive your Outlook Microsoft 365 online 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

Settings

  • Via tray menu settings.json can be opened and edited. After every save you need to click in "Reload settings" to apply changes.
{
 "urlMainWindow":"https://customurl.example/"
 ,"urlsInternal":["customurl.example"]
 ,"urlsExternal":["externalurls.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 for personal accounts.

{
    "urlMainWindow":"https://outlook.live.com/mail",
    "urlsInternal":["outlook.com", "live.com"],
    "urlsExternal":["outlook.com", "live.com"]
}

Architecture components

The main software architecture components and their versions are this:

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 run 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 run dist:linux:snap

Build the application for Mac (It works in versions 10.14 and 10.15)

yarn run dist:mac

Install developer artifact

Once it was builded, 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 prospect-mail_x.y.z_arch.snap --dangerous.

Release to Public

With the specific permissions on Github, to create a new release follow the steps defined by action-electron-builder

  1. Define version in package.json. E.g. 0.4.0
  2. Add commit with changes. E.g. git commit -am v0.4.0
  3. Tag the commit. E.g. git tag v0.4.0. Don't forget the v as suffix of the version.
  4. Push changes including tags git push && git push --tags

Manual release to Snapstore

snapcraft login
snapcraft upload --release=edge prospect-mail_x.y.z_arch.snap

License

MIT by Julian Alarcon based on work on electron-outlook by Howard J