<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/experimental-web-install-api-seeks-to-improve-application-discovery-and-distribution-zpj2hveyq" -->

---
title: Experimental Web Install API Seeks to Improve...
description: The Web Install API is now in Origin Trial in Microsoft Edge and Chrome, introducing a navigator.install() method that lets developers programmatically trigger...
canonical: https://daily.dev/posts/experimental-web-install-api-seeks-to-improve-application-discovery-and-distribution-zpj2hveyq
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Experimental Web Install API Seeks to Improve Application Discovery and Distribution | daily.dev
og:description: The Web Install API is now in Origin Trial in Microsoft Edge and Chrome, introducing a navigator.install() method that lets developers programmatically trigger...
og:url: https://daily.dev/posts/experimental-web-install-api-seeks-to-improve-application-discovery-and-distribution-zpj2hveyq
og:image: https://api.daily.dev/og/posts/zPj2HVeyQ.png
og:image:alt: Experimental Web Install API Seeks to Improve Application Discovery and Distribution
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Experimental Web Install API Seeks to Improve Application Discovery and Distribution

**[InfoQ](https://daily.dev/sources/infoq)** · 3 min read · 1 upvotes · 1 comments

## Summary

The Web Install API is now in Origin Trial in Microsoft Edge and Chrome, introducing a navigator.install() method that lets developers programmatically trigger PWA installation prompts from within their apps. It aims to replace or augment the existing beforeinstallprompt event and create a standardized, cross-platform way for users to install web applications without relying on browser UI or app stores. The proposal, led by Microsoft Edge's Diego Gonzalez, has cross-vendor interest from Firefox, Safari, and Chromium within the W3C WebApps WG. Currently limited to same-document installation, cross-site installation remains under discussion. Developers can test it in Chrome/Edge 143+ or enable it via flags in versions 139-142.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.infoq.com/news/2026/03/web-install-api-origin-trial/>

## Similar posts on daily.dev

- [A first look at the Web Install API – Frontend Masters Blog](https://daily.dev/posts/a-first-look-at-the-web-install-api-frontend-masters-blog-934hhpx97) · Frontend Masters · 39 upvotes · 3 comments
- [Issue \#741: A new HTML element for installing web apps — Frontend Focus](https://daily.dev/posts/issue-741-a-new-html-element-for-installing-web-apps-frontend-focus-6gx3owroq) · Frontend Focus · 2 upvotes · 1 comments
- [Make your PWA installable — the manifest, the prompt, and the iOS catch \(FieldKit \#2\)](https://daily.dev/posts/make-your-pwa-installable-the-manifest-the-prompt-and-the-ios-catch-fieldkit-2--nmdokp2mg) · Medium · 1 upvotes · 0 comments
- [Seamless PWA origin migration: Change domains without losing users](https://daily.dev/posts/seamless-pwa-origin-migration-change-domains-without-losing-users-7409n8oyh) · Chrome Developers · 7 upvotes · 4 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#microsoft-edge](https://daily.dev/tags/microsoft-edge)

[View this post on daily.dev](https://daily.dev/posts/experimental-web-install-api-seeks-to-improve-application-discovery-and-distribution-zpj2hveyq)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Experimental Web Install API Seeks to Improve Application Discovery and Distribution","url":"https://daily.dev/posts/experimental-web-install-api-seeks-to-improve-application-discovery-and-distribution-zpj2hveyq","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/experimental-web-install-api-seeks-to-improve-application-discovery-and-distribution-zpj2hveyq"},"datePublished":"2026-03-27T23:03:57.168Z","dateModified":"2026-03-27T23:04:14.648Z","description":"The Web Install API is now in Origin Trial in Microsoft Edge and Chrome, introducing a navigator.install() method that lets developers programmatically trigger...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/0b076f59561b2b1c73ac6e8b9fd0a633?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/0b076f59561b2b1c73ac6e8b9fd0a633?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"InfoQ","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"InfoQ","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/afc3bced3e1e4b188dd9127017a60e0c","url":"https://daily.dev/sources/infoq"},"commentCount":1,"discussionUrl":"https://daily.dev/posts/experimental-web-install-api-seeks-to-improve-application-discovery-and-distribution-zpj2hveyq","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":1}],"keywords":"webdev,microsoft-edge","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"InfoQ","item":"https://daily.dev/sources/infoq"},{"@type":"ListItem","position":3,"name":"Experimental Web Install API Seeks to Improve Application Discovery and Distribution"}]}
```

