This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Releases: mrgnw/ubermind
Releases · mrgnw/ubermind
Release list
v0.8.1
v0.8.0
v0.7.0
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.6.0-alpha.3
What's New
launchd agent management (ub launchd)
New optional subcommand for discovering and managing macOS launchd agents:
ub launchd— list user plist agentsub launchd list --all— include all loaded agentsub launchd list --global— include /Library agentsub launchd status <label>— detailed agent infoub launchd show <label>— pretty-print plist XMLub launchd start/stop/restart <label>— manage agents via launchctlub launchd logs <label>— tail agent log filesub launchd create <label> -- <cmd>— generate and load a new plistub launchd edit <label>— open plist in $EDITORub launchd remove <label>— unload and delete agent
Labels support fuzzy matching — ub launchd status tunnel matches com.ubermind.tunnel.
Other improvements
- Added
ub showcommand for viewing Procfile contents with syntax highlighting - Context-aware
ub restart— run from a project dir without specifying the service name - Updated docs to reflect native Rust process supervision (no more overmind/tmux dependency)
- Removed overmind/tmux auto-install from
install.sh - Release archives now include both
ubermindandubermind-daemonbinaries