1 link tagged with all of: apple-silicon + virtualization + containers + swift + macos
Links
container is a Swift tool that runs OCI-compatible Linux containers as lightweight VMs on macOS 26 Apple Silicon. It lets you pull, build, push, and run standard container images, and provides scripts for install, upgrade, downgrade, and uninstall. The project uses the Containerization Swift package and is in active development with a stable API only within patch versions.
- Apple's own tool runs standard OCI containers as lightweight Linux VMs directly on Apple silicon Macs, using the virtualization framework instead of Docker-style shared-kernel containers.
- Requires macOS 26 specifically, and it's built on Apple's open-source Containerization Swift package.
- Still 0.x/actively developed, so breaking changes can happen between minor versions—only patch releases are guaranteed stable.
- Comes with full lifecycle tooling (install/upgrade/downgrade/uninstall scripts, CLI for pulling/building/pushing images) rather than being just a proof-of-concept.
macos
apple-silicon
containers
virtualization
swift