Skip to main content

System Requirements

This chapter lists the supported operating systems and additional libraries required to run Aiviro Editor and its robots.

Supported Operating Systems

PlatformArchitectureMinimum OS versionNotes
Windows64-bitWindows 10 / 11 + Server editions 2016 – 2022Poppler library for PDF is included in the installer.
Linux64-bitDebian 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-bitmacOS 10.9 *Install Poppler via Homebrew or MacPorts.
macOS (Apple Silicon)ARM64macOS 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

OSPoppler installation
WindowsPoppler is already bundled with the Editor installer.
Linuxsudo 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.)