A direct Apple container-apiserver client and GUI for macOS. Bypasses the container CLI entirely by calling the com.apple.container.apiserver XPC Mach service directly.
Status: Under Active Development 🛠️
rust/(Done)- Safe Rust wrappers around macOS
libxpc.dylib. - C FFI entry points with automatic bridging header generation.
- Safe Rust wrappers around macOS
swiftui/(Pending / Under Development)- Native macOS SwiftUI application to manage, monitor, and view logs of containers.
Ensure you are on macOS and have Rust installed (Rust 1.85+ / 2024 edition).
cd rust
cargo build --releaseThis compiles:
rust/target/release/libcontainer_client.a(static library)rust/container_client.h(C bridging header generated bycbindgen)