HTML install playground

Explore <install> as a declarative browser-rendered installation button, with one option for the current app and another for an external app such as MDN. This declarative option is useful because the browser renders a trusted install button, avoids the beforeinstallprompt ceremony, and keeps the user intent signal clear.

Ask AI

HTML install playground

Response generated with openai/gpt-5.4-nano. AI can make mistakes. Always review the result.
BaselineLab: Your browser doesn't support the install element. External App: Your browser doesn't support the install element.
HTML
<span>BaselineLab: </span>
<install>
  Your browser doesn't support the install element.
</install> <span>External App: </span>
<install installurl="https://developer.mozilla.org/">
  Your browser doesn't support the install element.
</install>