Install

Install the InverseUI CLI to run recorded automations locally.

Requirements

  • Python 3.10 or higher
  • Google Chrome browser installed
  • pip package manager

Installation

Install from PyPI using pip:

pip install inverseui

Verify Installation

Check that the CLI is installed correctly:

inverseui --version

Virtual Environment (Recommended)

For isolated installations, use a virtual environment:

python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
pip install inverseui