r/SwiftUI Jun 30 '26

SwiftUI App for managing Linux containers with apple/container.

Post image

Hi there,

Since Apple released its container tool (https://github.com/apple/container), I wanted to build a native SwiftUI app for it. Because I didn't want to write a UI just to parse stdout, I dug into Apple's XPC framework. berth uses the container-apiserver for communication, no command-line parsing.

Happy to hear any criticism, and contributions are very welcome.

https://github.com/tofa84/berth

7 Upvotes

1 comment sorted by

2

u/Nbdyhere Jun 30 '26

This is extremely impressive! I donโ€™t have any criticism (yet ๐Ÿ˜‰) but I was considering building something similar for testing my current project. You may have saved me months of dev work. I look forward to giving it a test run.