Developer tools that install from the browser
The strongest case for installable web apps is developer tooling, because the job is usually a lookup and a lookup should not need a round trip. DevDocs caches every major API reference for offline use. regex101 explains what a pattern matches, crontab.guru does the same for cron, jwt.io decodes tokens locally, and Squoosh compresses images without uploading them. All install from the address bar.
The reference that works on a plane
DevDocs is the one to install first. It pulls the documentation for most major languages and frameworks into a single search field, and caches it — so it answers instantly, and it answers with the network off.
That is a genuine change in behaviour rather than a convenience. A reference you can trust offline is a reference you stop tabbing away to a search engine for.
Tools that answer one question
regex101 explains, token by token, what a pattern actually matches — which is faster than reasoning about it. crontab.guru does the same for cron expressions, where the failure mode is a job that runs at the wrong hour for a month before anyone notices.
jwt.io decodes tokens. The reason to use the installed version is not speed: it is that a token pasted into a page you do not control is a token you have leaked.
Things that process files without uploading them
Squoosh compresses images entirely in the browser, comparing codecs side by side. Nothing is uploaded, which matters when the image is a screenshot of something internal.
SVGOMG optimises SVG the same way, and bundlejs bundles and reports the size of a package before you add it to a project.
If you are building one of these
The two failures we see most often when checking submissions are a manifest that declares itself and a service worker that caches nothing, and an install prompt that never appears. Both are common enough that we wrote them up: why a PWA is not installable, and the blank screen after install.
When it works, you can list it here — the standard listing is free.
Frequently asked
For the offline cache and the separate window. A bookmark still needs the network; an installed tool with a filled cache does not, and it stops competing with thirty other tabs.
All the ones named here do. None of them requires a signup to answer the question you opened it for.
Apps mentioned
Keep reading
646+ Progressive Web Apps with current catalogue evidence — browse and install from your browser, no app store.
Browse the directory →