> ## Documentation Index
> Fetch the complete documentation index at: https://askui-docs-on-premise-architecture.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform Overview

> AskUI capabilities, features, and comparison with other AI automation solutions

<img alt="AskUI Agent OS Architecture" className="hidden dark:block" src="https://mintcdn.com/askui-docs-on-premise-architecture/qK42dfQ_XkHzM4W5/03-explanation/01-foundations/images/agent-os.png?fit=max&auto=format&n=qK42dfQ_XkHzM4W5&q=85&s=26e40d6a4ea81a70b404f9b6e3fa2d77" width="1224" height="616" data-path="03-explanation/01-foundations/images/agent-os.png" />

## Platform Capabilities

AskUI is an enterprise-ready platform that enables AI agents to control desktop and mobile devices through visual understanding. Unlike browser-only or chat-based solutions, AskUI provides comprehensive automation across all platforms and applications.

### Key Differentiators

* **Universal Platform Support**: Windows, macOS, Linux, Android, and iOS - learn more about [Agent Types](/03-explanation/01-foundations/agent-types)
* **Enterprise-Ready**: On-premise deployment, security features, and corporate proxy support
* **True Background Automation**: Agents can work without taking over your mouse and keyboard (Windows only)
* **Visual Intelligence**: No dependency on DOM or application internals
* **Flexible Integration**: Python and TypeScript SDKs with CI/CD support

## Features and Comparison

Key features of AskUI include:

* Support for **Windows**, **Linux**, **MacOS**, **Android** and **iOS** device automation, including Citrix environments
* Support for single-step commands as well as agentic instructions
* **In-background automation on Windows machines** (agent can create a second session; you do not have to watch it take over mouse and keyboard)
* Flexible model use (hot swap of models) and infrastructure for reteaching of models (available on-premise)
* **Secure deployment** of agents in enterprise environments

| Feature                            | AskUI Vision Agent | Computer Use by Anthropic | Operator by OpenAI | Browser Use | Custom (VLM + PyAutoGUI + Playwright) |
| ---------------------------------- | ------------------ | ------------------------- | ------------------ | ----------- | ------------------------------------- |
| Browser Use                        | ✅                  | ✅                         | ✅                  | ✅           | ✅                                     |
| DOM Support                        | ❌                  | ❌                         | ✅                  | ✅           | ✅                                     |
| Windows Use                        | ✅                  | ✅                         | ❌                  | ❌           | ✅                                     |
| Linux Use                          | ✅                  | ✅                         | ❌                  | ❌           | ✅                                     |
| MacOS Use                          | ✅                  | ✅                         | ❌                  | ❌           | ✅                                     |
| Android Use                        | ✅                  | ❌                         | ❌                  | ❌           | ❌                                     |
| iOS Use                            | ✅                  | ❌                         | ❌                  | ❌           | ❌                                     |
| In-Background Automation           | ✅                  | ❌                         | ❌                  | ❌           | ❌                                     |
| Change Detection (Automatic waits) | ✅                  | ❌                         | ❌                  | ❌           | ❌                                     |
| Multi-Screen Support               | ✅                  | ❌                         | ❌                  | ❌           | ❌                                     |
| Multi-Device Support               | ✅                  | ❌                         | ❌                  | ❌           | ❌                                     |
| Intent-based Prompting             | ✅                  | ✅                         | ✅                  | ❌           | ✅                                     |
| Single-step Commands               | ✅                  | ❌                         | ❌                  | ❌           | ❌                                     |
| Human-in-the-Loop                  | ✅                  | ✅                         | ✅                  | ❌           | ❌                                     |
| Prompting Interface                | Python, TypeScript | Chat                      | Chat               | Python      | Custom                                |
| Enterprise Installer               | ✅                  | ❌                         | ❌                  | ❌           | ❌                                     |
| On-Premise Availability            | ✅                  | ❌                         | ❌                  | ❌           | ✅                                     |
