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
| Version | Date | Download | Release Notes |
|---|---|---|---|
| 2.0.2-incubating | 2026-05-30 | apache-fesod-2.0.2-incubating-src.tar.gz (asc, sha512) | Release Notes |
All Archived Releases
| Version | Date | Download | Release Notes |
|---|---|---|---|
| 2.0.1-incubating | 2026-02-11 | apache-fesod-2.0.1-incubating-src.tar.gz (asc, sha512) | Release Notes |
| 2.0.0-incubating | 2026-01-24 | NA(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
-
Import the KEYS file to your GPG keyring:
gpg --import KEYS -
Download the source release, .asc signature file, and .sha512 checksum file.
-
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