Install web apps with the new HTML install element The article announces a new `` HTML element, developed by Microsoft Edge and Chrome teams, that allows developers to add a trusted, browser-rendered install button to web pages without requiring JavaScript. This element simplifies web app installation by replacing the previous `beforeinstallprompt` event method, supports installing apps from different origins via the `installurl` attribute, and is available for testing behind a flag or origin trial in Chrome and Edge versions 148-153. Published: May 12, 2026 Installing web apps has always required JavaScript. When you use the beforeinstallprompt event, the installation flow lives entirely in script. The new