
Offload was designed after observing that an agent could wait 10 minutes for an integration to complete. When running AI coding agents in parallel, the test suite is often the bottleneck. Offload is an open-source Rust CLI tool that your agents invoke directly. It distributes your test suite across over 200 isolated cloud environments. A single TOML configuration, no test rewrites required. On our Playwright suite, it reduced execution time from 12 minutes to 2 minutes, for just $0.08 per run.
Code/Dev