How to Use Omarchy's Crash Diagnosis to Debug Segfaults With an AI Agent Omarchy, a Linux distribution, now routes crash dumps from systemd-coredump to a user's default coding agent via a desktop notification, attaching a 'diagnose-crash' skill to guide analysis. Users can trigger the same analysis manually with 'omarchy agent crash ' and mute noisy apps with 'omarchy crash mute '. The feature aims to make crash diagnosis accessible by collapsing tedious debugging steps into one click. How to Use Omarchy's Crash Diagnosis to Debug Segfaults With an AI Agent Omarchy watches systemd-coredump and hands crash dumps to your coding agent. Here's how the handoff works, the commands behind it, and how to mute noisy apps. How does crash diagnosis work in Omarchy? Omarchy monitors systemd-coredump , the service that captures a core dump when a program crashes. When one appears, you get a desktop notification. Clicking it hands the crash to your default coding agent along with a diagnose-crash skill that tells the agent how to read it. You can also invoke it directly for a process you already know crashed: omarchy agent crash