Skip to main content

Download Apache Fesod (Incubating)

Here is the Apache Fesod (Incubating) official download page. Apache Fesod provides source releases that can be downloaded from the ASF distribution site. Binary artifacts are available through Maven Central.

The Latest Stable Release

VersionDateDownloadRelease Notes
2.0.2-incubating2026-05-30apache-fesod-2.0.2-incubating-src.tar.gz (asc, sha512)Release Notes

All Archived Releases

VersionDateDownloadRelease Notes
2.0.1-incubating2026-02-11apache-fesod-2.0.1-incubating-src.tar.gz (asc, sha512)Release Notes
2.0.0-incubating2026-01-24NA(Not Available)NA(Not Available)

For older releases, please check the archive.

For non-Apache releases, please check the non-apache releases.

Verifying Apache Releases

Before use, please refer to this official guide to verify all Apache release versions, including the integrity and authenticity of source code releases.

Download Verification Files

Download the project release KEYS file containing the public keys used for signing releases.

Verify Signature

  1. Import the KEYS file to your GPG keyring:

    gpg --import KEYS
  2. Download the source release, .asc signature file, and .sha512 checksum file.

  3. Verify the GPG signature:

    gpg --verify apache-fesod-X.X.X-incubating-src.tar.gz.asc apache-fesod-X.X.X-incubating-src.tar.gz

Verify Checksum

Verify the SHA-512 checksum:

shasum -a 512 -c apache-fesod-X.X.X-incubating-src.tar.gz.sha512

Or on Linux:

sha512sum -c apache-fesod-X.X.X-incubating-src.tar.gz.sha512