Skip to main content

MacOS

Installing Podman Desktop on MacOS using .dmg file

If you already have a Podman machine up and running, you can check out the Downloads section of this website to get the applicable .dmg file depending on your Mac Hardware Architecture (i.e. Intel or Apple M1).

Simply download the file from the Downloads section and open it in your machine to install Podman Desktop.

Installing Podman Desktop on MacOS using brew.

The following instructions will help you install Podman Desktop on your Mac through Homebrew. So make sure you have that installed and set up. After which, you can install Podman Desktop in 3 simple steps.

1. Install Podman Container Engine

brew install podman 

In case you have Podman already installed, make sure it is up-to-date.

2. Initialize & Start the Podman Machine

On Mac, each Podman machine is backed by a QEMU-based virtual machine. All the tasks related to Podman are executed within this Virtual Machine (VM) as they remotely communicate with the podman service running in the VM.

To initialize the machine, the command is

podman machine init

After which, you can start the machine with the command

podman machine start

3. Install Podman Desktop Application for MacOS

After the Podman Machine is initialized and started, you can work with it using the Podman Desktop Application. To install the same, simply run the command below:

brew install podman-desktop

After the command is executed, you can find the Podman Desktop Application within the Applications directory of the MacOS.