Overview
Agentic UI test automation based on Computer Use Agents, author tests in plain language and run them on Desktop, Mobile & Web, from your local machine to CI and multi-device fleets.
AskUI is agentic UI test automation based on Computer Use Agents (CUA). It lets non-technical people automate Desktop, Mobile & Web applications without writing code, there is no selector to write and no recording to maintain. You describe a step in plain language ("click the login button", "fill in the email field with the QA credentials"), a CUA agent carries it out on the real screen, and a report shows you exactly what happened and why.
You author and run tests in the Desktop App, integrate everything into your CI and development workflow with the AskUI CLI, rely on AgentOS to make any OS available to the CUA agent, and manage your workspace centrally in the AskUI Hub.
How these docs are organized
Quickstart
Go from zero to a passing test in under 10 minutes. Covers account creation, installation, and your first run.
Desktop App
Install AskUI Desktop, connect your devices, and follow the workflow: write tests, run them, read the results.
Writing Tests
Test cases, plans, procedures, and prompts, how to author tests the agent runs reliably.
Running Tests
Run from the app, schedule recurring runs, or go headless in CI with the CLI.
AgentOS
The runtime layer that makes any OS available to the CUA agent. Installation, deployment modes, and enterprise configuration.
Account & Billing
Workspaces, access tokens, and plans in the AskUI Hub.
The four components
| Component | What it is | When you need it |
|---|---|---|
| AskUI Desktop | GUI app for editing and running tests on your local environment, with one-click device management & provisioning and scheduled runs | Always, this is where you write and review tests |
| AskUI CLI | Headless runner (askui run) that integrates AskUI into your CI and development workflow | CI pipelines, scheduled runs, multi-device fleets |
| AgentOS | Makes any OS available to the CUA agent, keyboard, mouse, and screen | Desktop and Android targets (installed automatically for local runs) |
| AskUI Hub | The central management platform, workspace, members, access tokens, and usage | Account setup, tokens for CI, billing |
Not sure where to start?
Go to the Quickstart, it walks you through account creation, installation, and a first passing test in under 10 minutes.