Skip to main content
RTILA Marketplace

Supported platforms

7 published bots, each shipping a standalone launcher for all three desktop platforms.

Every published bot ships a standalone launcher per supported platform: an .exe on Windows and .sh launchers on macOS (Apple Silicon and Intel) and Linux. Each download is a single raw file that arrives with the exact filename the bot's manifest publishes - there is no archive and no extraction step.

The only post-download step is a platform habit, not an installation: Windows runs directly (SmartScreen may ask about an unsigned launcher on first run), while macOS and Linux need the executable bit restored with chmod +x, and macOS additionally needs the Gatekeeper quarantine attribute cleared before the first run. The per-platform sections below document the exact steps.

Jump to install steps: Windows , macOS (Apple Silicon) , macOS (Intel) , Linux .

Launcher format per platform

Windows

Launcher extension: .exe

Delivered as a ready-to-run .exe with no extraction or archive step; SmartScreen may ask for confirmation on first run.

Runs directly after download.

7 bots

macOS (Apple Silicon)

Launcher extension: .sh

A .sh launcher for Apple Silicon Macs: run chmod +x if the executable bit was lost in transfer, and clear the Gatekeeper quarantine attribute before first run.

The executable bit must be set before the first run (chmod +x).

7 bots

macOS (Intel)

Launcher extension: .sh

A .sh launcher for Intel Macs: run chmod +x if the executable bit was lost in transfer, and clear the Gatekeeper quarantine attribute before first run.

The executable bit must be set before the first run (chmod +x).

7 bots

Linux

Launcher extension: .sh

A .sh launcher: run chmod +x if needed.

The executable bit must be set before the first run (chmod +x).

7 bots

Platform support by bot

Bot WindowsmacOS (Apple Silicon)macOS (Intel)Linux
Local Business Profile Scraper Supported Supported Supported Supported
Mass Alive Checker Supported Supported Supported Supported
On-Page SEO Auditor Supported Supported Supported Supported
SEO Rank Tracker Supported Supported Supported Supported
Outbound Link Checker Supported Supported Supported Supported
Redirect Checker Supported Supported Supported Supported
Link Crawler Supported Supported Supported Supported

Derived from each listing's declared platform list at build time. Browse all bots.

Install steps for Windows

  1. Download the launcher; it arrives with the exact filename published on the bot's page.
  2. Run the .exe launcher directly - no installation step.
  3. If SmartScreen asks about an unrecognised launcher on first run, choose "More info" and "Run anyway"; the artifact's SHA-256 digest is published on the bot's page for verification before you run it.

Install steps for macOS (Apple Silicon)

  1. Download the launcher; macOS may add a Gatekeeper quarantine attribute to it.
  2. Restore the executable bit: chmod +x BOT_<botId>.sh
  3. Clear the quarantine attribute so Gatekeeper does not block the first run: xattr -cr BOT_<botId>.sh
  4. If Gatekeeper still prompts on first run, allow the launcher under System Settings > Privacy & Security; the artifact's SHA-256 digest is published on the bot's page for verification before you run it.

Install steps for macOS (Intel)

  1. Download the launcher; macOS may add a Gatekeeper quarantine attribute to it.
  2. Restore the executable bit: chmod +x BOT_<botId>.sh
  3. Clear the quarantine attribute so Gatekeeper does not block the first run: xattr -cr BOT_<botId>.sh
  4. If Gatekeeper still prompts on first run, allow the launcher under System Settings > Privacy & Security; the artifact's SHA-256 digest is published on the bot's page for verification before you run it.

Install steps for Linux

  1. Download the launcher.
  2. Restore the executable bit if it was lost in transfer: chmod +x BOT_<botId>.sh
  3. Run the launcher from a terminal or your file manager; the artifact's SHA-256 digest is published on the bot's page for verification before you run it.