For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

  • Oz API

  • Oz Liveness

  • Oz Biometry

  • Oz Web UI

  • Oz Liveness Web Adapter

Docker compose (API + Web SDK):

  • Docker Engine 20.10+

  • Docker Compose 2.20.3+

  • A PostgreSQL database with pgcrypto extension enabled

  • Prometheus (for monitoring)

For Kubernetes installation prerequisites, see the corresponding page.

Oz Android SDK

  • Android 5+

Oz iOS SDK

  • iOS 11+

Oz Liveness Web Plugin

Browsers with JavaScript ES6 support. Please check the Browser compatibility

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.

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 for further assistance.

Last updated

Was this helpful?