# Compatibility

Oz Forensics System is supported by most modern operating systems and mobile devices. Also, it can be provided as Docker containers. Please check the compatibility matrix below.

| **Module**                                                                                                         | **Compatibility**                                                                                                                                                                                                                                                                                                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li>Oz API</li><li>Oz Liveness</li><li>Oz Biometry</li><li>Oz Web UI</li><li>Oz Liveness Web Adapter</li></ul> | <p>Recommended OS versions with corresponding containers. If you use another version, please consult with our team.</p><ul><li>Redhat 7: Docker</li><li>Redhat 8: Podman\*</li><li>Redhat 9: Podman\*</li><li>Oracle Linux 9: Podman\*</li><li>CentOS 9: Podman\*</li><li>Debian 10: Docker</li><li>Debian 12: Podman\*</li><li>Ubuntu 22.04 LTS: Podman\*</li><li>Amazon Linux 2023: Podman\*</li></ul> |
| Oz Android SDK                                                                                                     | <ul><li>Android 5+</li></ul>                                                                                                                                                                                                                                                                                                                                                                             |
| Oz iOS SDK                                                                                                         | <ul><li>iOS 11+</li></ul>                                                                                                                                                                                                                                                                                                                                                                                |
| Oz Liveness Web Plugin                                                                                             | Browsers with JavaScript ES6 support. Please check the [Browser compatibility](/oz-knowledge/guides/developer-guide/sdk/oz-liveness-websdk/web-plugin/browser-compatibility.md)                                                                                                                                                                                                                          |

&#x20;\*Please note:

1. We do not support Podman installation for API 6 and above.
2. By default, the Podman containers do not automatically start after system reboot. To enable automatic startup, apply this patch.

```bash
sed -i 's/always/unless-stopped/g' /usr/lib/systemd/system/podman-restart.service
systemctl daemon-reload
```

You may also refer to the [Linux documentation](https://linuxhandbook.com/autostart-podman-containers/) for further assistance.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.ozforensics.com/oz-knowledge/other/compatibility.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
