Skip to content

Runyard 2026.06.0

Latest

Choose a tag to compare

@MBonevil MBonevil released this 08 Jun 01:07
· 2 commits to main since this release
7a0f72b

Share your setup with Export & Import

The big addition in this release: you can now move a tool between Macs (or share it with a teammate) as a single portable .runyard file. Export bundles the tool's commands, actions, and any AppleScripts, scrubs out home paths and secrets, and writes one file you can hand off. Import walks you through a review-and-remap sheet so folders and PATH entries get pointed at the right places on the new machine before anything is saved.

New

  • Export a tool: From the editor header or the sidebar context menu, export any service, shortcut, group, or health check to a .runyard file. Secrets and absolute home paths are redacted, with a clear summary of what was changed.
  • Import a tool: Bring a .runyard file in with a guided review sheet. Confirm commands, set folders and PATH entries per tool, and rename on collision. Double-clicking a .runyard file in Finder opens it straight into Runyard.
  • Log rotation: Process and probe logs now rotate automatically based on size, number of kept rotations, and age. Tune the thresholds in Settings → Advanced.
  • Config examples, one click away: A link to ready-made configuration examples now appears across the app, so a good starting point is always close.

Improved

  • Sharper health-check stats: Hover a health check's status pill (or its sparkline when the card is collapsed) to see its latency stats. The p50 and p95 figures now use a rolling 1-hour window, so they reflect recent behaviour rather than the whole session.
  • Tidier probe cards: A collapsed health-check row is cleaner and less noisy at a glance.

Fixed

  • Command arguments are now edited one row at a time, fixing a bug where arguments containing spaces could be split apart and corrupted.
  • Adding or importing a tool whose name matches an existing one no longer silently replaces the existing tool.
  • The popover now closes cleanly when an action hands off to Finder, Console, or your browser.
  • The directory field is now correctly treated as service-only and is stripped from other tool types on save.