Skip to main content
Support

Browse by category

All categories
Docs

Install Loft as an app

Installing turns Loft into a standalone app with its own window, a home-screen or Dock launcher, and protected offline storage. The installation flow differs by browser because every browser vendor exposes a different API — this page covers all of them.

Why does install look different per browser?

PWA install is not a single standard. Chromium-based browsers (Chrome, Edge, Opera, Brave) implement the W3C beforeinstallprompt event and can trigger a native OS dialog from a button click. Apple's Safari doesn't — neither on iOS nor macOS — so install on those platforms is a menu or Share-sheet action the user has to find themselves. Firefox removed PWA install support in 2021 and hasn't restored it.

We respect what each browser provides rather than fake a unified experience. The header's Install button adapts automatically: a direct prompt where it works, a visual guide where it doesn't, and nothing at all where the browser can't install at all.

Step-by-step by platform

Chrome, Edge, Opera, Brave (desktop + Android)

  1. Click the header's Install button.
  2. The OS-native install dialog appears. Click Install.

If the button triggers a modal instead of the OS dialog, Chrome hasn't decided you've engaged enough yet. Browse a few tools or pin one to your dashboard, reload, and try again.

Safari on iPhone / iPad

  1. Open this site in Safari (not Chrome, Firefox, or others — iOS routes all browsers through WebKit and only Safari exposes the Add to Home Screen option).
  2. Tap the Share button in the bottom toolbar.
  3. Scroll down the share sheet, tap Add to Home Screen.
  4. Confirm the name, tap Add.

Safari on macOS (version 17+)

  1. In the Safari menu bar, choose FileAdd to Dock…
  2. Confirm the name, click Add.
  3. Open Loft from the Dock or Applications folder.

Requires macOS Sonoma (14.0) or later. Earlier versions don't support Dock PWAs; use Chrome or Edge to install.

Firefox

Firefox removed desktop PWA support in 2021 and Android support in 2020. There's no current way to install any PWA in Firefox. Use Chrome, Edge, Opera, or Brave if you want an installed experience.

Something's not working

If the install button doesn't appear, doesn't work, or behaves unexpectedly, visit the install diagnostics page and press Copy report (markdown). Paste that output into a bug report at /bug-report — it contains every signal we need to triage, so we can usually answer within minutes.

After installing

  • The header's Install button disappears — the app detects it's running standalone.
  • Your offline pins are protected from automatic eviction. The My Tools dashboard's About panel reflects this.
  • Launch Loft from your home screen, Dock, or Start menu like any installed app.
  • Updates arrive in the background via the service worker, same as on the website.