macOS
brew install containerlocal Homebrew formula metadata
sudo port install containerMacPorts ports tree · devel/container/Portfile · source: api.github.com
brew
Create and run Linux containers using lightweight virtual machines. Version 1.1.0 via Homebrew; verified 2026-07-06.
install
brew install containerlocal Homebrew formula metadata
sudo port install containerMacPorts ports tree · devel/container/Portfile · source: api.github.com
nix profile install nixpkgs#containernixpkgs package indexes · pkgs/by-name/co/container/package.nix · source: api.github.com
overview
Create and run Linux containers using lightweight virtual machines
history
Apple's `container` is a macOS-focused CLI for creating and running Linux containers as lightweight virtual machines. It is written in Swift, optimized for Apple silicon, and designed around OCI-compatible images and registries.
Apple published the initial 0.1.0 release in June 2025 and reached 1.0.0 in June 2026. The README describes the project as active development, with stability guarantees limited to patch versions until the 1.0.0 milestone.
Official documentation frames the tool around macOS developers who need Linux containers without a shared Linux VM. The project also became package-manager-relevant quickly because Homebrew, MacPorts, and Nix package records appeared around a first-party Apple runtime rather than a Docker Desktop replacement package.
The CLI can start the system service, pull and run OCI images, build images from Dockerfiles, push images to registries, and manage containers, images, registries, builders, and system components. Its technical overview explains that each container runs in its own lightweight VM through Apple's Containerization package and macOS frameworks such as Virtualization, vmnet, XPC, launchd, Keychain services, and unified logging.
For package nerds, `container` is significant because it makes Apple's native container stack installable and scriptable as a CLI. Its use of OCI images preserves interoperability with existing registries, while its macOS-only virtualization model creates a distinct packaging target from Linux containerd/runc stacks and Docker Desktop-style bundles.
security posture
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
container | cli | global executable | |
container-apiserver | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/apple/container
install metadata
| Package key | brew:container |
|---|---|
| Version | 1.1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/container |
| Homepage | https://apple.github.io/container/documentation/ |
| Repository | https://github.com/apple/container |
| Upstream docs | https://apple.github.io/container/documentation |
| License | Apache-2.0 |
| Source archive | https://github.com/apple/container/archive/refs/tags/1.1.0.tar.gz |
| Last updated | 2026-07-06T21:40:21Z |
| Pulse | updated |
| Bottle | available (on arm64_tahoe) |
| Homebrew post-install | defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | container |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
container
nix profile install nixpkgs#containercontainer
sudo port install containersource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.