Search for a command to run...
Daemonless, rootless containers without the Docker Desktop license fees.
Podman is a free, open-source tool and a self-hostable alternative to Docker Desktop. It's licensed under Apache 2.0 and written in Go.
Podman is a daemonless, rootless container engine that works as a drop-in replacement for Docker Desktop, with a compatible CLI and API socket. Backed by Red Hat and the default on RHEL and Fedora, it runs containers without a privileged root daemon and adds native Kubernetes-style pods. The free Podman Desktop GUI covers Mac, Windows, and Linux.
Install with Homebrew
brew install podmanStart the VM (Mac/Windows)
podman machine init && podman machine startSmart picks based on category, tags, and the tools this one replaces.