Skip to content

Frequently Asked Questions

RTILA X is a local-first, AI-powered web automation platform. It runs entirely on your computer and lets you record, build, and run browser automations without coding.

Yes. The free community license includes 1 device, 1 project, and unlimited runs. Paid plans start at $9/month or $99 lifetime.

Yes. All processing happens locally. The only internet requirement is for the initial download and for accessing target websites.

Windows 10/11, macOS (Apple Silicon), and Linux/Ubuntu.

Microsoft Edge (recommended), Brave Browser, and Google Chrome.

Yes. You can use any GGUF model from Hugging Face, or connect to OpenRouter or any OpenAI-compatible API.

No. When using the local LLM, all processing happens on your machine. When using cloud providers, only the prompts and responses are sent.

RAG (Retrieval-Augmented Generation) allows the AI to search a local knowledge base for relevant training examples before generating responses.

RTILA X can scrape most websites. Some heavily protected sites may require proxy configuration or CAPTCHA solving.

Yes. You can schedule automations to run every N minutes, hours, daily, or weekly.

Yes. You can configure multiple concurrent workers in project settings.

What happens if my internet drops during a run?

Section titled “What happens if my internet drops during a run?”

RTILA X saves checkpoints automatically. When you resume, it continues from where it left off.

CSV, JSON, XLSX, and Parquet.

Yes. RTILA X supports PostgreSQL, MySQL, MongoDB, and many cloud data platforms.

Yes. RTILA X supports AWS S3, Google Cloud Storage, and Azure Blob Storage.

Use proxies, enable CAPTCHA solving, enable humanoid behavior, and use browser profiles.

reCAPTCHA v2/v3/Enterprise, hCaptcha, and Cloudflare Turnstile.

Yes, for CAPTCHA solving. Sign up at 2captcha.com and enter your API key in settings.

Yes. Package your automation as a standalone bot and sell it to clients.

No. Standalone bots run independently.

Yes. You can set a password and change it at any time to revoke access.

Ensure a supported browser is installed and the browser path in Preferences is correct.

Try lowering GPU Layers to 0 (CPU-only) or reducing the Context Size.

My project fails with “element not found”

Section titled “My project fails with “element not found””

Check your selectors using the element picker in the Visual Builder.

In ~/.rtila-x/logs/.

Close the app, delete ~/.rtila-x/, and restart. This resets all data.