Skip to main content
RTILA Marketplace

The best desktop utility bots in one place

Small single-purpose helper bots. 1 bots in this category.

Utility listings are small, single-purpose helpers: convert a file, process images, audit a set of links, check a page. They are filed here because the scope is narrow and the run is short, not because the work is trivial. Anything that chains several stages into one workflow belongs in Automation, and anything that produces a dataset from public websites belongs in Scraping.

Expect one job per run, few or no prompts, and output written beside the launcher. The project configuration is short enough to read in full on the Config tab, which is the fastest way to confirm exactly what a utility touches. Where a utility performs file operations the listing names them, and the same responsible-use notice applies as everywhere else in the catalogue.

Utilities are the smallest artifacts to schedule and the easiest to pipe: on macOS and Linux the launcher is a shell script, so it composes with the rest of your shell once you have restored the executable bit with chmod +x and cleared the macOS quarantine attribute. On Windows the .exe runs directly and can be called from Task Scheduler or PowerShell. Every bot page publishes the SHA-256 digest and exact byte size per platform, so a download can be verified before it is run.

Bots in this category

Utility bots: frequently asked questions

What makes a bot a utility?
Scope. A utility does one narrow job - convert a file, resize images, rename a batch, check a set of links - and finishes. It is not a workflow suite, and it is meant to sit alongside your other tools rather than replace them.
Can utility bots be combined?
Yes, in the ordinary way: the output of one run is a file, and files compose. Utilities are also the easiest listings to schedule, because a short run repeated often beats a long run started by hand.
Do utility bots need an internet connection?
Every launcher fetches its published configuration by id when it starts, so a first launch needs a network connection. Whether the work itself needs one depends on the listing: a local file conversion does not, a bot that reads websites does. The requirement is published on each listing.
Are utilities safe to run against my own files?
They operate on the paths you give them, and the project configuration published with the listing shows exactly which file operations are performed. Back up anything irreplaceable before pointing a batch operation at it - that advice is not specific to bots.