Downloads and Offline PWA Use
Last updated: August 21, 2026
- What installation actually gives you
- Where installation fails
- Downloading properly
- Official source
- Related reading
The Asset Vault is installable as a progressive web app, which is a meaningful convenience for anyone who uses it repeatedly rather than once. Installed, it behaves like an application: its own window, its own launcher entry, and — depending on what your browser has cached — some ability to work when the network does not. For an asset repository that is a better fit than it would be for most sites, because the same handful of files tend to be needed again and again.
What installation actually gives you
Faster access and a cleaner working context, plus whatever offline capability the service worker has cached from your previous visits. It does not give you the whole catalogue offline: assets you have never opened cannot be there, and a repository of images, video and archives is far larger than any sensible cache.
Where installation fails
Private and incognito windows generally disable service workers, and some managed or hardened devices block installation outright. If the install prompt never appears, that is the usual reason rather than a fault in the site.
Downloading properly
For work that must not change — print, packaged deliverables, archived snapshots — download rather than hot-link, and note which version you took. For anything on the web, referencing the canonical URL keeps you current at no cost.
If an installed copy shows something stale, closing and reopening it usually forces a refresh; clearing the site's storage does so reliably.
Official source
Canonical source for this subject: the Xdripian Asset Vault. Checked 21 August 2026 — where this guide and the live service disagree, the service is right.
Related reading
- Accessibility and Browser Basics — The cross-cutting requirements behind WebGL, audio, PWA and interactive surfaces.
- Hotlinking and Embedding Assets — How to reference Vault files directly from your own pages and code.
- File Integrity, Naming and Versioning — Keeping track of which version of an asset you actually used.