← Back to home
Comparison · Infra & APIs

Dashy vs rush

A side-by-side editorial comparison of Dashy and rush — release velocity, themes, recent moves, and the top alternatives to consider.

Dashy vs rush: at a glance

FeatureDashyrush
SectorInfra & APIsInfra & APIs
Velocity score6.32.5
Sparks · 30d00
Top themesinternationalization, self-hosted, dashboard, patch-cadencemlr3, distributed-computing, redis, fault-tolerance
Last editorial update6h ago2h ago
WebsiteVisit →Visit →

What is Dashy?

A release per merged PR, and right now nearly every one is a translation string.

Dashy is shipping a tagged release for essentially every merged pull request, producing ten versions in under three weeks. The current run is dominated by internationalization work: German and Traditional Chinese UI strings, plus a refactor that pulls hard-coded strings out of components so they can be translated at all. Dependabot accounts for the remainder.

Read the full Dashy trajectory →

What is rush?

Rush spent 2026 making distributed task ownership correct, starting with a breaking 1.0.

rush is the Redis-backed distributed computing backend behind mlr3's parallel tuning: workers pull tasks, push results and are tracked through heartbeats. Since 1.0.0 in March 2026 it has shipped five releases in four months, almost all correcting how tasks and workers are owned and identified under failure. The most recent lets each worker start in its own mirai call so it can spawn local daemons.

Read the full rush trajectory →

Dashy vs rush: editorial side-by-side

D
Dashy
INFRA · APIS
6.3

A release per merged PR, and right now nearly every one is a translation string.

◆ Current state

Dashy is shipping a tagged release for essentially every merged pull request, producing ten versions in under three weeks. The current run is dominated by internationalization work: German and Traditional Chinese UI strings, plus a refactor that pulls hard-coded strings out of components so they can be translated at all. Dependabot accounts for the remainder.

◆ Where it's heading

The i18n push looks deliberate rather than incidental — extracting hard-coded strings is groundwork that only pays off if more locale contributions follow. Feature work has moved to the background; the last substantive changes in the visible window were OIDC post-logout redirect support and item sorting, both before this stretch. Cadence is high but the per-release payload is small.

◆ Prediction

Expect further locale contributions landing as individual patch releases while the string-extraction work continues to open up translatable surface area.

R
rush
INFRA · APIS
2.5

Rush spent 2026 making distributed task ownership correct, starting with a breaking 1.0.

◆ Current state

rush is the Redis-backed distributed computing backend behind mlr3's parallel tuning: workers pull tasks, push results and are tracked through heartbeats. Since 1.0.0 in March 2026 it has shipped five releases in four months, almost all correcting how tasks and workers are owned and identified under failure. The most recent lets each worker start in its own mirai call so it can spawn local daemons.

◆ Where it's heading

The through-line is moving responsibility from the controller to the worker. 1.0.0 rewrote the task lifecycle and dropped the seed mechanism; 1.2.0 moved fail_tasks(), finish_tasks(), pop_task() and push_running_tasks() from Rush onto RushWorker so only the worker that ran a task can mark it done, and gave worker ids random suffixes so they cannot collide. 1.1.0 had already removed phantom failed tasks when a worker crashes between evaluations.

◆ Prediction

With ownership and identity settled, the remaining pressure points are heartbeat and lost-worker detection; expect the next releases to tighten failure recovery rather than add API surface.

Alternatives to Dashy and rush

Other Infra & APIs products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either Dashy or rush.

See all Dashy alternatives → · See all rush alternatives →

Recent activity from Dashy and rush

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 17h agoDashyMissing German translations for the edit-item dialog
  2. 20h agoDashyHard-coded UI strings extracted for translation
  3. 3d agoDashyTraditional Chinese UI translations completed
  4. 7d agoDashyNine grouped dependency updates
  5. 8d agoDashySingle dependency bump for fast-uri
  6. 11d agoDashyMissing German translations added
  7. 21d agorushWorkers start in their own mirai call so they can create local daemons
  8. 1mo agorushTask lifecycle moves onto the worker; worker ids can no longer collide
  9. 3mo agorushPhantom failed tasks and missed results fixed
  10. 4mo agorushSmaller Redis payloads and vector-valued task parameters
  11. 4mo agorushRush 1.0 rewrites the task lifecycle and drops the seed mechanism
  12. 9mo agorushwait_for_workers() can target a count or specific ids

Frequently asked questions

What is the difference between Dashy and rush?

They serve adjacent needs but don't currently overlap on shipped themes. Dashy is currently shipping more aggressively (velocity 6.3 vs 2.5), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is Dashy better than rush?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. Dashy is currently shipping more aggressively (velocity 6.3 vs 2.5), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.

What are the best alternatives to Dashy?

Top Dashy alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "Dashy alternatives" section above for the current picks, or visit /alternatives/dashy for the full list with editorial commentary on each.

What are the best alternatives to rush?

Top rush alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "rush alternatives" section above for the current picks, or visit /alternatives/rush for the full list with editorial commentary on each.