# 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](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/oz-liveness-websdk/web-plugin/browser-compatibility)                                                                                                                                                                                                  |

&#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.
