podman-container-tools/podman ? reverse-engineered prompt

Reverse engineered prompt

Build me a Podman style tool for managing containers and pods from the command line.

I want something that can pull, build, run, stop, inspect, and remove OCI containers and images, plus manage volumes and groups of containers that share resources. It should work well on Linux, and also support Mac and Windows through a small virtual machine setup. Make it usable without a background daemon, and make sure it can run rootless as a normal user when possible.

I’d like a Docker compatible command line feel, but with Podman specific features too, like pods, checkpoint and restore, and a REST API for local or remote use. Please include a clear way to build images from Containerfile or Dockerfile, support pushing and pulling from registries, and basic networking for containers. If you need to look up current docs online to match the expected behavior, go ahead.