> For the complete documentation index, see [llms.txt](https://doc.ozforensics.com/oz-knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ozforensics.com/oz-knowledge/other/compatibility.md).

# 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>Docker compose (API + Web SDK):</p><ul><li>Docker Engine 20.10+</li><li>Docker Compose 2.20.3+</li><li>A PostgreSQL database with <code>pgcrypto</code> extension enabled</li><li>Prometheus (for monitoring)</li></ul><p>For Kubernetes installation prerequisites, see <a href="/pages/CPvI0DDkA8SkJt27X3yT#prerequisites">the corresponding page</a>.</p> |
| 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)                                                                                                                                                                                 |

{% hint style="info" %}
We do not support Podman installation for API 6 and above. Although, if you are using API 5 installed via Podman, note that, 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.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
