> For the complete documentation index, see [llms.txt](https://docs.klai.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klai.studio/engineering-reference-docs/creating-a-pwa/getting-started/browser-support.md).

# Browser Support

(**As of September 2022**)

* Desktop and Laptop (reference: <https://web.dev/learn/pwa/progressive-web-apps/#desktop-and-laptops>)

| OS          | Google Chrome | Microsoft Edge | Microsoft Store | Play Store |
| ----------- | ------------- | -------------- | --------------- | ---------- |
| Windows 7   | ✔️ (73+)      | ✔️             | ❌               | ❌          |
| Windows 8.x | ✔️ (73+)      | ✔️             | ❌               | ❌          |
| WIndows 10  | ✔️ (73+)      | ✔️( 79+)       | ✔️              | ❌          |
| Windows 11  | ✔️ (73+)      | ✔️ (79+)       | ✔️              | ❌          |
| Chrome OS   | ✔️ (72+)      | ❌              | ❌               | ✔️ (85+)   |
| macOS       | ✔️ (73+)      | ✔️             | ❌               | ❌          |
| Linux       | ✔️ (73+)      | ✔️             | ❌               | ❌          |

{% hint style="warning" %}
Please note that PWA installation is not supported on Desktop Safari and Firefox.
{% endhint %}

* Mobile Devices (reference: <https://web.dev/learn/pwa/progressive-web-apps/#mobile-devices>)
  * **iOS and iPadOS**: Safari (since iOS 11.3), App Store (since iOS/iPadOS 14, with some limitations), Mobile Configuration for enterprise distribution;
  * **Android**: Firefox, Google Chrome, Samsung Internet, Microsoft Edge, Opera, Brave, Huawei Browser, Baidu, UCWeb, Play Store (from version 72 with Google Chrome installed, or browsers compatible with TWA), Galaxy Store, Managed Play iframe for enterprise distribution.

{% hint style="warning" %}
iOS and iPadOS can only be installed if using Safari.
{% endhint %}
