Building Standalone Bots
Standalone Bots let you package your automation as a self-contained executable that runs independently — no RTILA installation needed.
Why Build Standalone Bots?
Section titled “Why Build Standalone Bots?”| Use Case | Description |
|---|---|
| Sell to clients | Package your automation and sell it as a product |
| Deploy to servers | Run automations on servers without RTILA installed |
| Distribute to teams | Share automations without requiring RTILA licenses |
| White-label | Brand the bot with your own company name |
Building a Bot
Section titled “Building a Bot”- Go to Automation Projects.
- Select the project you want to package.
- Click Bot in the ribbon.
- The Standalone Bots page opens with the project pre-selected.
- Click New Bot.
- Fill in the bot configuration:
- Bot Name — Display name for the bot
- Source Project — The project to package (pre-selected)
- Credit Label — Your branding (e.g., “Powered by MyCompany”)
- Visibility — Public or Password Protected
- Password — Password for protected bots
- Active — Enable/disable the bot
- Click Save & Upload.

Bot Configuration
Section titled “Bot Configuration”| Setting | Description |
|---|---|
| Bot Name | Display name for the bot |
| Source Project | The project to package |
| Credit Label | Your branding text (e.g., “Powered by MyCompany”) |
| Visibility | Public (anyone can run) or Password Protected |
| Password | Password required to run the bot (if protected) |
| Active | Enable/disable the bot |
Password Protection
Section titled “Password Protection”When Password Protected is enabled:
- Users must enter the password when running the bot.
- You can change the password at any time to revoke access.
- Even if the bot is already distributed, changing the password revokes access.
Bot Encryption
Section titled “Bot Encryption”Bot configurations are encrypted using AES-GCM encryption before being uploaded. This ensures:
- Configurations cannot be read or modified
- Your automation logic is protected
- Only RTILA can decrypt and run the configuration
Downloading the Bot Archive
Section titled “Downloading the Bot Archive”After saving the bot configuration:
- Click Download Archive on the bot card.
- Choose a destination folder.
- A compressed archive is created:
- Windows:
.zipfile - Mac/Linux:
.tar.gzfile
- Windows:
- The archive contains the standalone executable.

Running a Standalone Bot
Section titled “Running a Standalone Bot”The recipient:
- Extracts the archive.
- Runs the executable.
- If password-protected, enters the password.
- The bot runs independently.
Note: The standalone bot requires an internet connection to fetch its configuration from the RTILA server.
Editing a Bot
Section titled “Editing a Bot”- Click the edit icon on the bot card.
- Modify the configuration.
- Click Save & Upload.
- The updated configuration is uploaded.
Deleting a Bot
Section titled “Deleting a Bot”- Click the delete icon on the bot card.
- Confirm the deletion.
- The bot configuration is removed from the server.
⚠️ Warning: Deleting a bot revokes access for all users who have the executable.