Track UI Events and Network Activity in macOS Using Rust + SwiftUI

Most macOS apps are black boxes. You click a button, something happens—maybe a network request, maybe some system interaction—but it's hard to know what unless you own the source code.So I built a...