2022-11-03 12:17:36 -04:00

# Downloads
## Latest signed/official
[The latest Podman release version is always available on the GitHub releases
page](https://github.com/containers/podman/releases/latest). These are official,
signed, sealed, and blessed artifacts intended for general use. Though for
super-serious production use, please utilize the pre-packaged podman provided
by your OS/Distro vendor.
## CI Artifacts
If you're looking for something even more bleeding-edge, esp. for testing
purposes and/or in other CI systems. There are several permalinks available
depending on how much you want to download. Everything inside has at least
gone through and passed CI testing. However, **they are all unsigned ** , and
frequently changing. Perfectly fine for non-production testing but please
don't take them beyond that.
* [Giant artifacts
archive](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary.zip)
containing every binary produced in CI from the most recent successful run.
* Warning * : This file is pretty large, expect a 700+MB download. However,
2026-01-03 17:08:04 +08:00
it's guaranteed to contain everything, whereas the items below can change
2022-11-03 12:17:36 -04:00
or become unavailable due to somebody forgetting to update this doc.
<!--
WARNING: The items linked below all come from scripts in the `artifacts_task`
map of `.cirrus.yml` . When adding or updating any item below, please ensure it
2022-12-10 06:35:58 -05:00
matches corresponding changes in the artifacts task.
2022-11-03 12:17:36 -04:00
-->
* Raw dynamically linked ELF (x86_64) binaries for [podman ](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman )
, [podman-remote ](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote )
, [quadlet ](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/quadlet )
, and
[rootlessport ](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/rootlessport ) -
Built on the latest supported Fedora release.
2024-05-15 14:51:54 -04:00
* MacOS
[arm64 ](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-installer-macos-arm64.pkg )
2025-12-06 15:41:52 -06:00
installation package. Again, this is **not ** signed, so expect warnings if you try to install it.
There's also a binary release * ZIP-file * for
2022-11-03 12:17:36 -04:00
[darwin_arm64 ](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote-release-darwin_arm64.zip ).
2023-07-26 20:10:36 -05:00
* Windows [podman-remote ](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote-release-windows_amd64.zip ) for x86_64 only.