Open Source Automation Anywhere Alternatives
A curated collection of the 1 best open source alternatives to Automation Anywhere.
The best open source alternative to Automation Anywhere is Skyvern. If that doesn't suit you, we've compiled a ranked list of other open source Automation Anywhere alternatives to help you find a suitable replacement.
Automation Anywhere alternatives are mainly AI Interaction & Interfaces but may also be Automation. Browse these if you want a narrower list of alternatives or looking for a specific functionality of Automation Anywhere.
Browser automation driven by vision models, for teams whose scraping and form filling scripts break every time a website changes.

Skyvern automates browser workflows using large language models and computer vision. The traditional approach writes a custom script per website, leaning on DOM parsing and XPath selectors that break the moment a layout shifts. Skyvern looks at the rendered page instead and maps visual elements to the actions a workflow requires.
A swarm of agents comprehends the site, then plans and executes, with Playwright doing the actual driving. Because nothing is pinned to a selector, a workflow can be pointed at a site the system has never seen, and one workflow can be applied across many sites at once.
Two surfaces are provided, one for engineers and one for everybody else.
- Playwright compatible SDK: the full Playwright API with AI capabilities layered on, available for Python and TypeScript.
- Natural language commands: act performs an action from a prompt, extract pulls structured data against an optional JSON schema, and validate checks page state and returns a boolean.
- No-code workflow builder: non technical users assemble automations without touching the SDK.
- Local server and UI: install the package with its extras, run the quickstart, and the API and packaged interface come up together.
- Database choice: the quickstart defaults to SQLite, with Postgres available through a flag or the bundled Docker Compose service.
Running locally needs Python 3.11, 3.12 or 3.13 and an LLM API key in your environment file, plus Rust and the C++ build tools on Windows. Skyvern Cloud is the managed route, adding parallel instances, anti bot detection, a proxy network and CAPTCHA solvers.