Blog/ Best email clients by platform

Installable Email Apps (PWA): What They Are and Why They Matter

Nafiul HasanNafiul Hasan· 10 min read
An installable PWA email client running in its own desktop window beside its home-screen icon, working like a native app without an app store.

The short answer

A PWA (progressive web app) email client is a web-based email app you install straight from your browser — no app store needed. It runs in its own window, works offline for reading and drafting, and sends notifications. Compared to a native app, it updates instantly and runs anywhere a browser does, but has less deep OS integration.

A PWA email client is an installable web app you add from the browser — no app store. How installable email apps work, and how they compare to native.

On this page
  1. 01What is a PWA email client?
  2. 02How installing from a browser works
  3. 03Why installable email matters — and what you miss without it
  4. 04PWA email client vs native email app
  5. 05Where each one wins
  6. 06Common misconceptions about installable email apps
  7. 07How this shows up in AI Emaily

If you use Gmail, Outlook, or another webmail service in your browser, you have probably seen a small prompt asking whether you want to install it. That prompt turns a web page into a PWA email client — an installable web app that opens in its own window, keeps a copy of recent mail for offline use, and sends notifications, all without a trip to an app store.

This matters most if you are on Linux or a Chromebook, where native email apps are scarce. But it applies to anyone who wants a real app window instead of a browser tab. This guide explains what a PWA email client is, how installing one from the browser actually works, and how the result compares to a native app you download or get from a store.

What is a PWA email client?#

A progressive web app, or PWA, is a web app built with standard web technology that behaves like an installed app. Mozilla's MDN documentation describes a PWA as “an app that's built using web platform technologies, but that provides a user experience like that of a platform-specific app.” A PWA email client is simply an email service delivered that way.

Google's web.dev groups the idea into three traits. A PWA should be capable (able to use modern device features), reliable (fast and usable even on a poor connection), and installable (able to move out of the browser tab into its own window). An email client checks all three: it reads and writes mail, keeps working when the train goes into a tunnel, and lives on your dock or home screen like anything else.

The key point is that nothing gets compiled for a specific operating system. The same code that runs in the browser tab is what runs after you install it. That is why one PWA can reach Windows, macOS, Linux, ChromeOS, Android, and iPhone from a single build.

How installing from a browser works#

Two pieces of the web platform make a website installable. The first is the web app manifest — a small JSON file that tells the browser the app's name, icons, colours, and how it should open. The W3C maintains it as the Web Application Manifest specification (a Working Draft as of July 2026), which defines members such as name, icons, start_url, and display.

The second is a service worker: a script the browser runs in the background. It sits between the app and the network, caching files and mail so the app can load and function when you are offline. MDN lists the service worker cache as the mechanism that lets a web app work without a connection.

When both are present and the browser is satisfied the site is a real app, it offers to install it. Here is what that looks like on each platform.

  1. 1

    Desktop (Chrome, Edge, Brave)

    Open the email service and look for an install icon in the address bar, or open the browser menu and choose “Install this site as an app.”

  2. 2

    After installing on macOS or Windows

    The app gets a dock or taskbar icon and opens in its own window with no browser toolbar — it looks and switches like any other app.

  3. 3

    Android

    Open the site in Chrome, tap the menu, and choose “Install app” or “Add to Home screen.” It lands on the home screen with an icon.

  4. 4

    iPhone and iPad

    Open the site in Safari, tap Share, then “Add to Home Screen.” On iOS this step is required before the app can send push notifications.

iOS notifications need the Home Screen

On iPhone and iPad, web push only works after you add the app to the Home Screen. Apple added this in iOS and iPadOS 16.4; a site left in a Safari tab cannot send push notifications. (Verify against Apple's current WebKit notes, as behaviour changes between iOS versions.)

Why installable email matters — and what you miss without it#

The browser tab is fine until it isn't. Tabs get closed by accident, buried behind forty others, and they do not show up when you press Alt-Tab or Command-Tab to switch apps. An installed email client gets its own window, its own icon, and its own place in the task switcher — which is most of why people install one.

Offline is the other reason. With a service worker caching recent messages, you can open the app on a plane, read what arrived before you lost signal, and write replies that send when you reconnect. Without an installed app and its cache, closing the tab or losing the connection usually leaves you with an empty screen.

For Linux and Chromebook users the stakes are higher. Many email clients never ship a build for those systems, so the installable web app is not a nice-to-have — it is often the only way to get an app-like experience at all. The table below shows how a few common email services handle installation, as of August 2026.

Email clientInstallable from the browser (PWA)Downloadable desktop appNative mobile app
AI EmailyYes — any Chromium browser; the primary route on Linux and ChromeOSYes — macOS (Apple Silicon) and WindowsiOS: native App Store app; Android: PWA (native app on the roadmap)
GmailYes — via the browser's install or app menuNo first-party desktop app; used in the browser or its mobile appsYes — Android and iOS
Outlook on the webYes — from Edge or ChromeYes — new and classic Outlook (separate products)Yes — Android and iOS
Proton MailYesYes — Windows and macOS; Linux in betaYes — Android and iOS

Check the vendor before you rely on this

Install paths and app availability change often. The rows above are accurate as of August 2026; confirm on each provider's own download or help page before deciding.

PWA email client vs native email app#

This is the comparison most people actually came for. A PWA email client and a native email app can look almost identical once installed, but they are built differently, and the differences show up in a few specific places.

A feature-parity grid comparing a PWA email client and a native email app across install source, updates, offline, OS integration, and cross-platform reach.
Where each approach wins: a PWA leads on reach and updates; a native app leads on deep OS integration and a full offline archive.
DimensionPWA email clientNative email app
Where you get itInstalled from the browser; no app store requiredDownloaded, or installed from an app store
UpdatesUpdate on the server; you get the latest on next loadYou install updates, or the store does
OfflinePartial — a service worker caches recent mail for reading and draftingOften a full local archive you can search offline
OS integrationGood and improving — notifications, badges, file handlingDeepest — full access to system APIs and hardware
Memory and diskUsually lighter; shares the browser's engineCan be heavier, but a native-toolkit app can be very efficient
Cross-platform reachAnywhere a modern browser runs, including Linux and ChromeOSOne build per operating system
NotificationsYes — web push (on iOS, only after Add to Home Screen)Yes — native push

Where each one wins#

The short version: a PWA wins on reach and on staying current, because there is one codebase and it updates on the server. A native app — especially one written with the platform's own toolkit, like Apple Mail or Mimestream on macOS — wins on deep system integration and on a complete offline archive you can search without a connection.

Most email clients that call themselves an “app” on the web are PWAs, and for most people the gap has narrowed to the point where it rarely matters. If you live offline for long stretches, or you need tight OS integration, a native app is still the safer pick. If you move between machines and operating systems, the installable web app is usually the more practical one.

Common misconceptions about installable email apps#

  • “A PWA is just a bookmark.” It is not. A bookmark reopens a tab; an installed PWA has its own window, an offline cache, notifications, and an icon the operating system treats like any other app.
  • “Installed means fully offline.” Only partly. A PWA caches recent mail, not necessarily your whole archive, so an old message you never opened may not be there without a connection.
  • “PWAs cannot send notifications.” They can, on every major platform. On iPhone and iPad the app just has to be added to the Home Screen first.
  • “You need an app store.” No. The point is that you install straight from the browser. Some PWAs are also listed in stores, but that is optional.
  • “A web app must be slower than native.” Not necessarily. A PWA shares the browser's highly optimised engine; a poorly built native app can be slower than a well-built PWA.

How this shows up in AI Emaily#

We build AI Emaily, an AI email client, and it is delivered exactly the way this article describes. On Linux and ChromeOS — where there is no native build — you install it as a PWA straight from a Chromium browser, and that installed web app is the full product, not a cut-down version.

On macOS and Windows there are also downloadable desktop apps. The macOS build is Apple Silicon only and is an Electron shell around the same web interface, so it is a real app window with a dock icon and system notifications — but not a native Swift binary like Apple Mail. On iPhone and iPad there is a native App Store app, and on Android the app is a PWA today, with a native app on the roadmap. Offline is partial by design across all of them: you can read and draft without a connection, but this is not a full local archive.

Because everything shares one codebase, a feature reaches the installed app the same day it reaches the web — the PWA advantage from the comparison above, applied to a product whose job is to triage your inbox and draft replies for you to approve. If you want the honest per-platform breakdown, the platforms and offline docs go deeper.

Frequently asked

Nafiul Hasan

Written by

Nafiul Hasan

Nafiul Hasan is an entrepreneur and AI automation system builder with 10+ years of experience turning messy, manual workflows into reliable automated systems. He designs and ships AI enterprise solutions end-to-end — the agent logic, the data plumbing, and the product people actually use — and founded AI Emaily to give busy professionals their attention back. He writes here from the builder's seat: what works, what breaks, and how to put AI to work without giving up control.

EntrepreneurAI Automation System BuilderAI EnthusiastBuilds AI Enterprise Solutions10+ years experience
More from Nafiul
Ready when you are

Run one AI inbox on every device you own

Install AI Emaily from your browser, or download the desktop app. Start a 7-day free trial — no charge if you cancel before day 7.

  • 7-day free trial
  • Cancel anytime
  • Every provider