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 | Windows | macOS (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
- Download the launcher; it arrives with the exact filename published on the bot's page.
- Run the .exe launcher directly - no installation step.
- 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)
- Download the launcher; macOS may add a Gatekeeper quarantine attribute to it.
- Restore the executable bit: chmod +x BOT_<botId>.sh
- Clear the quarantine attribute so Gatekeeper does not block the first run: xattr -cr BOT_<botId>.sh
- 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)
- Download the launcher; macOS may add a Gatekeeper quarantine attribute to it.
- Restore the executable bit: chmod +x BOT_<botId>.sh
- Clear the quarantine attribute so Gatekeeper does not block the first run: xattr -cr BOT_<botId>.sh
- 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
- Download the launcher.
- Restore the executable bit if it was lost in transfer: chmod +x BOT_<botId>.sh
- 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.