Skip to content

Data Directory

RTILA X stores all data in a local directory.

~/.rtila-x/

On Windows: C:\Users\YourUsername\.rtila-x\ On macOS: /Users/YourUsername/.rtila-x/ On Linux: /home/YourUsername/.rtila-x/

~/.rtila-x/
├── database/
│ ├── data/
│ │ └── backups/ # Database backups
│ ├── migrations/ # Database migrations
│ └── hooks/ # Database hooks
├── profiles/
│ ├── default/ # Default browser profile
│ ├── <profile-id>/ # Custom browser profiles
│ └── <profile-id>/
├── models/ # Downloaded AI models
├── logs/ # Log files
├── qdrant/ # RAG vector database
└── rtila-extension/ # Extracted Chrome extension
  1. Go to Preferences → General → Administration → Open Administration Tools.
  2. Click Open Application Data Folder.

Navigate to ~/.rtila-x/ in your file explorer.

To back up all RTILA data:

  1. Close RTILA X.
  2. Copy the entire ~/.rtila-x/ directory.
  3. Store the copy safely.

To restore:

  1. Close RTILA X.
  2. Replace ~/.rtila-x/ with your backup.
  3. Restart RTILA X.

⚠️ Warning: Replacing the data directory overwrites all current data.

To reset RTILA X to a fresh state:

  1. Close RTILA X.
  2. Delete the ~/.rtila-x/ directory.
  3. Restart RTILA X.

⚠️ Warning: This deletes all projects, data, settings, and profiles. Back up first.