Choose the deployment scenario that matches your environment. Each scenario explains the architecture, how the Python SDK connects to AgentOS, and which installer to use.Documentation Index
Fetch the complete documentation index at: https://docs.askui.com/llms.txt
Use this file to discover all available pages before exploring further.
Local Development
Build and test agents on your own machine — desktop, mobile, or external hardware.
CI/CD Integration
Run agents unattended in pipelines, on VMs, or with connected devices.
Multi-Device Setups
Control multiple targets from a single agent or pipeline.
Quick Reference
Not sure which scenario fits? Find your target below.| Your target | Scenario | Install method |
|---|---|---|
| Windows / macOS / Linux desktop | Local Development | pip install askui-agent-os |
| Android device (USB) | Local Development | pip install askui-agent-os |
| iOS Simulator (macOS) | Local Development | pip install askui-agent-os (Experimental) |
| Locked-down device (no software install) | Local Development | pip install askui-agent-os |
| Windows VM in CI/CD | CI/CD Integration | Service |
| Remote Windows VM from CI runner | CI/CD Integration | Service |
| macOS / Linux CI runner | CI/CD Integration | pip install askui-agent-os |
| Mobile device in CI | CI/CD Integration | pip install askui-agent-os |
| Multiple targets at once | Multi-Device Setups | Depends on targets |