App stores have been the default distribution channel for mobile software for fifteen years. For many apps, that makes sense. For AI assistants, it increasingly does not. Progressive Web Apps — PWAs — offer a compelling alternative: no app store approval required, automatic updates, and an experience that is indistinguishable from a native app for most users.
What Is a Progressive Web App?
A PWA is a website that can be installed on a device and behave like a native app. The technical requirements are: served over HTTPS, includes a web manifest file that declares the app's name, icons, and display mode, and includes a service worker for offline caching. That is all. A well-built PWA runs fullscreen, appears on the home screen, has its own icon, and works offline for previously loaded content.
From a user's perspective, a PWA looks and feels like an app. From a developer's perspective, it is built with web technologies (HTML, CSS, JavaScript) and deployed instantly — no App Store review, no 30% commission, no waiting for approval.
Installing a PWA
On iPhone (Safari): tap the share button, then "Add to Home Screen." On Android (Chrome): tap the three-dot menu, then "Add to Home Screen" or "Install App." After installation, the app appears on your home screen and launches fullscreen, just like a native app.
Hey Friday is built as a PWA. There is nothing to download from the App Store or Google Play. Open heyfriday.co in your browser, follow the install prompt, and the full AI assistant is on your home screen in seconds.
Automatic Updates Without App Store Delays
Native apps must be submitted to app stores for review before updates reach users. This review process takes days, and Apple's review is notoriously inconsistent. Urgent bug fixes can be delayed by days or weeks. Users who do not have automatic updates enabled may be running versions that are months old.
PWAs update automatically. When the developer deploys a new version, every user gets it the next time they open the app — no review, no waiting, no user action required. For AI assistants, which update frequently as models change and interfaces improve, this is a significant advantage.
Privacy Advantages of PWAs
Native apps have access to system APIs that PWAs do not. Push notifications, contacts, location in background, camera and microphone at any time — native apps can request access to these without explicit per-use permission. PWAs have more limited access, which means less attack surface and less risk of background data collection.
PWAs also cannot be tracked by app stores. Apple and Google know which apps you install from their stores. They collect this data for advertising and personalization. A PWA installed from a browser leaves no record with any platform.
Limitations to Know
PWAs are not perfect. On iOS specifically, Apple has historically limited PWA capabilities compared to Android. Push notifications on iOS required iOS 16.4 or later. Some device APIs — like background processing and certain sensor access — are restricted. For AI assistants, these limitations rarely matter: the core functionality (conversation, voice input, image generation) all works well in PWAs on both platforms.
The Future of Mobile AI
The App Store model made sense when distribution was hard and software quality control was a real problem. For web-based AI applications, the App Store creates friction without adding meaningful value. Users pay with their time (downloads, updates), developers pay with 30% of revenue and submission delays, and platform holders collect rent for infrastructure that PWAs do not need.
PWAs will not replace native apps for everything. Games, camera apps, and deeply hardware-integrated software will remain native. But for AI assistants — which are fundamentally web services wrapped in an interface — PWAs are not just adequate. They are better.