Downloads
The official Apache Magpie™ release is a signed source release, distributed through the Apache mirror system. Download it below and verify it before use.
Latest release
Apache Magpie 0.1.0released July 19, 2026The signed source release is the official Apache artifact. The download is served from a mirror; the signature, checksum and KEYS come from the canonical downloads.apache.org and must be used to verify what you downloaded.
Downloaded via a nearby Apache mirror (you may be shown a mirror-selection page).
Verify your download
Always verify the source release using the detached PGP signature: it confirms the artifact was released by an Apache Magpie committer. If the signature verifies, checking the SHA-512 checksum is not necessary. See the ASF's verification guide for the full procedure.
# 1. Import the project's release-signing keys (once)
curl -fsSLO https://downloads.apache.org/magpie/KEYS
gpg --import KEYS
# 2. Verify the detached PGP signature
gpg --verify apache-magpie-0.1.0-source.zip.asc apache-magpie-0.1.0-source.zip
# 3. (optional) Verify the SHA-512 checksum — not needed if the signature checks out
sha512sum -c apache-magpie-0.1.0-source.zip.sha512Other installation methods
The signed source release above is the recommended way to install. To bootstrap Magpie into a repo from the released zip, a git tag, or the main branch, see the install recipes.
Older releases
Only the latest release is supported and mirrored. Previous releases are kept in the Apache archive for reference.