# Совместимость

Система Oz Forensics совместима с большинством современных операционных систем и мобильных устройств, а также может поставляться в виде Docker-контейнеров. Матрица совместимости представлена ниже.

| **Модуль**                                                                                                                | **Совместимость**                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p></p><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></p><p>Рекомендованные версии ОС с соответствующими им контейнерами. Если вы используете другую версию ОС, пожалуйста, проконсультируйтесь с нашими инженерами.</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                                                                                                    | Браузеры с поддержкой JavaScript ES6. [Совместимость с браузерами](https://doc.ozforensics.com/oz-knowledge-ru/rukovodstva/rukovodstvo-razrabotchika/sdk/websdk/web-plugin/sovmestimost-s-brauzerami)                                                                                                                                                                                                                                                   |

\*Обратите внимание:

Для API 6 и новее установка через Podman не поддерживается.

По умолчанию контейнеры Podman после перезагрузки системы сами не запускаются. Чтобы включить автоматический запуск, используйте следующие команды.

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

Также вы можете обратиться к [документации Linux](https://linuxhandbook.com/autostart-podman-containers/).


---

# 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-ru/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.
