Hi HN,I went looking for a Docker-Desktop-style app for Apple s container, couldn t find one, and started building it myself. The fun part was opening the hood: container isn t a daemon you reach over a socket, it s a tree of launchd-managed XPC services. So instead of wrapping the CLI and scraping stdout, Berth adds apple/container as a Swift Package and calls Apple s own async client types over XPC. Live logs, real-time stats, proper pull progress, none of it parsed from text.It s a SwiftUI app that handles containers, images, volumes, networks, and registry logins through the Keychain. Image building is the one gap, it s on a separate gRPC path I haven t wired up yet.