mlr3misc
The mlr3 utility belt has spent a year rebuilding how errors travel
A side-by-side editorial comparison of ps and Zeebe — release velocity, themes, recent moves, and the top alternatives to consider.
ps grew from a process inspector into the thing that reliably kills what you started.
ps is the cross-platform process API underneath processx and callr, and its recent work splits between widening what it can query and hardening the guarantee that a handle still refers to the process you think it does. Version 1.8.0 added interruptible multi-process waiting, vectorised signalling, and graceful kill with a TERM-then-KILL grace period. Version 1.9.3 rebuilt Linux process creation times on a clock pair instead of integer-second boot time, closing a window where two processes could look identical.
Camunda's 8.10 alpha threads business IDs through the stack while the tag feed fills with CI noise.
Zeebe's public tag stream is dominated by monorepo automation: renovate dependency bumps, backport tags and CI hardening published as `0.0.0-dryrun-*` releases. The substantive work sits in the 8.10.0-alpha4 line, where late business ID assignment landed across the engine, REST, gRPC and the Java client at once. Maintenance branches 8.7 through 8.9 continue to take security and stability backports in parallel.
ps is the cross-platform process API underneath processx and callr, and its recent work splits between widening what it can query and hardening the guarantee that a handle still refers to the process you think it does. Version 1.8.0 added interruptible multi-process waiting, vectorised signalling, and graceful kill with a TERM-then-KILL grace period. Version 1.9.3 rebuilt Linux process creation times on a clock pair instead of integer-second boot time, closing a window where two processes could look identical.
The direction is from observation to control. Early releases in view are per-process queries — CPU times, memory, affinity — and the newer ones are orchestration: wait on many processes with a timeout, signal a list of handles at once, terminate a tree politely before forcing it. The create-time precision work is what makes that safe, since a handle's identity is a PID plus a start time, and a one-second resolution start time is not enough to rule out PID reuse on a busy machine.
Expect the remaining platform-specific gaps in ps_status() and ps_apps() to close before any new capability area opens, since the recent additions have all been driven by processx issue reports.
Zeebe's public tag stream is dominated by monorepo automation: renovate dependency bumps, backport tags and CI hardening published as `0.0.0-dryrun-*` releases. The substantive work sits in the 8.10.0-alpha4 line, where late business ID assignment landed across the engine, REST, gRPC and the Java client at once. Maintenance branches 8.7 through 8.9 continue to take security and stability backports in parallel.
Camunda is building 8.10 as a correlation-identity release: business IDs propagate from job completion through the engine into secondary storage, which is the groundwork for tracing a process instance by a domain key rather than an internal one. The alpha4 line has now moved from rc1 through rc2 to a full alpha with the same feature set, so the surface is stabilising rather than expanding. Four supported branches receiving concurrent backports signals the enterprise support burden is shaping release cadence as much as new capability.
Expect 8.10.0-alpha5 or a beta that consolidates the business ID surface and starts exercising it in Operate and Tasklist queries. Whether anything beyond business IDs is targeted for 8.10 is not visible in these entries.
Other DevOps 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 ps or Zeebe.
The mlr3 utility belt has spent a year rebuilding how errors travel
Zed ships weekly, and the Git surface is finally catching up to the agent surface
odbc keeps turning into an authentication broker with a database driver attached.
Load-bearing across CRAN, and untouched since January 2021.
wk spent one release fixing what empty means, then went quiet.
A package whose entire job is to ship someone else's database on time.
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
They serve adjacent needs but don't currently overlap on shipped themes. Zeebe is currently shipping more aggressively (velocity 5.0 vs 0.0), 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.
Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. Zeebe is currently shipping more aggressively (velocity 5.0 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other DevOps products to evaluate alongside.
Top ps alternatives in DevOps are ranked by recent ship velocity. Browse the "ps alternatives" section above for the current picks, or visit /alternatives/ps-r for the full list with editorial commentary on each.
Top Zeebe alternatives in DevOps are ranked by recent ship velocity. Browse the "Zeebe alternatives" section above for the current picks, or visit /alternatives/zeebe for the full list with editorial commentary on each.