Installation
This guide will walk you through installing, upgrading, and uninstalling Container CLI on your Mac.Requirements
Before installingcontainer, ensure your system meets these requirements:
- Mac with Apple silicon
- macOS 26 or later
- Administrator access (for installation)
Initial install
Download the installer
Download the latest signed installer package for
container from the GitHub release page.Run the installer
Double-click the package file and follow the instructions. Enter your administrator password when prompted to give the installer permission to place the installed files under
/usr/local.Start the system service
Open a terminal and start the container service:If you have not installed a Linux kernel yet, the command will prompt you to install one:
The installer places files under
/usr/local/bin and /usr/local/libexec. Make sure /usr/local/bin is in your PATH.Upgrade or downgrade
For both upgrading and downgrading, you can manually download and install the signed installer package by following the steps from initial install or use theupdate-container.sh script (installed to /usr/local/bin).
Upgrade to latest version
Downgrade to specific version
Uninstall current version
Uninstall your existing
container. The -k flag keeps your user data, while -d removes it:Uninstall
Use theuninstall-container.sh script (installed to /usr/local/bin) to remove container from your system.
To retain your user data so that it is available should you reinstall later, use the
-k flag. To remove your user data along with the tool, use the -d flag.Building from source
If you want to buildcontainer from source instead of using the installer, you’ll need:
- Mac with Apple silicon
- macOS 15 minimum, macOS 26 recommended
- Xcode 26, set as the active developer directory