System Requirements
This chapter lists the supported operating systems and additional libraries required to run Aiviro Editor and its robots.
Supported Operating Systems
| Platform | Architecture | Minimum OS version | Notes |
|---|---|---|---|
| Windows | 64-bit | Windows 10 / 11 + Server editions 2016 – 2022 | Poppler library for PDF is included in the installer. |
| Linux | 64-bit | Debian 12 / Ubuntu 22.04 LTS (and derivatives) | UI rendering may have minor visual glitches; the Linux build has limited support. Install Poppler via your package manager. |
| macOS (Intel) | 64-bit | macOS 10.9 * | Install Poppler via Homebrew or MacPorts. |
| macOS (Apple Silicon) | ARM64 | macOS 11 * | Runs as a native ARM binary. |
- Older versions of macOS may work, but are not officially tested. All platforms require a 64-bit processor and at least 4 GB RAM (8 GB recommended) because of computer-vision processing.
Additional Dependencies
2.1 Working with PDF
| OS | Poppler installation |
|---|---|
| Windows | Poppler is already bundled with the Editor installer. |
| Linux | sudo apt install poppler-utils |
| macOS (Homebrew) | brew install poppler |
2.2 SQL Connection
The Execute SQL command uses the system ODBC driver for your target database (SQL Server, PostgreSQL, Oracle, etc.). Ensure the driver is installed and configured in your ODBC manager.
2.3 Web Robot
For web automation you need:
- Google Chrome – the latest stable release
- A matching ChromeDriver version for your Chrome installation
ChromeDriver is not bundled with the installer. Download it from https://chromedriver.chromium.org/ and add it to your system PATH. (Future Windows installers will include an auto-configuration wizard.)