Imbue open-sourced Offload, a Rust CLI that spreads test suites across local or Modal sandboxes from one TOML config. It is useful when agent-heavy teams are bottlenecked on verification instead of generation, especially in browser or CI-heavy stacks.

Offload is a new open-source test runner from Imbue built for teams whose bottleneck is verification rather than generation. In the launch thread, Imbue describes it as a Rust CLI that "spreads your test suite across 200+ Modal sandboxes," and the attached Launch demo shows the basic flow: run the CLI, fan work out, and finish with a short config file.
The first target is test suites that are expensive to parallelize locally, especially browser automation. Imbue's announcement uses a Playwright run as the headline benchmark, cutting wall-clock time from 12 minutes to 2 at $0.08 per run, while Modal's summary frames the same result as giving agents a way to parallelize tasks for a 6x speedup.
The repository fills in the implementation details missing from the social posts. According to the repo summary, Offload supports pluggable execution providers for local execution, shell-based runners, and Modal cloud environments, which makes it broader than a Modal-only wrapper. The same source says it already works with pytest and cargo test tooling, includes JUnit XML reporting, and can retry flaky tests automatically.
Imbue's repo link also suggests the scheduler is doing more than naive sharding. The project description mentions "intelligent scheduling based on historical timing data," plus group-level filtering and environment-variable expansion. That makes the tool relevant for CI stacks where test duration is uneven and browser jobs dominate the critical path, not just for agent demos that need more parallelism.
Your parallel agents needed scalable test coverage yesterday Introducing Offload: a Rust CLI that spreads your test suite across 200+ @Modal sandboxes, freeing your CPU to keep your agents shipping. On our Playwright suite, it took a 12 min run to 2, at $0.08 a run
With Offload, @imbue_ai saw a 6x drop in execution times by giving agents the ability to parallelize tasks. Now open source, and backed by Modal Sandboxes 👇
Your parallel agents needed scalable test coverage yesterday Introducing Offload: a Rust CLI that spreads your test suite across 200+ @Modal sandboxes, freeing your CPU to keep your agents shipping. On our Playwright suite, it took a 12 min run to 2, at $0.08 a run
Offload continues our march to better, open software that benefits people like you. At Imbue, we believe open agents are foundational. See more of our work @GitHub github.com/imbue-ai/offlo…