Downloads
Eliya ships JDK 25 LTS. The recommended install path is SDKman;
direct archives and package formats are linked below. Every release includes SHA256SUMS.txt
and a detached GPG signature — see
verify your download.
Recommended: SDKman
One command. Works on any Linux and macOS shell that has SDKman installed. Handles upgrades automatically.
sdk install java 25.0.2-eliya
Copy
Don't have SDKman? Install SDKman
Direct downloads
GitHub Releases host every archive, checksum, and signature.
Tags follow v25.0.N.
| Platform | Architecture | Format | Download |
|---|---|---|---|
| Linux | x64 | tar.gz | download |
| Linux | x64 | .deb | Planned 2026 |
| Linux | x64 | .rpm | Planned 2026 |
| Linux | aarch64 | tar.gz | Planned 2026 |
| FreeBSD | x64 | tar.gz (Research Preview) | Planned late 2026 |
All releases: github.com/asymmsystems/eliya-jdk/releases
Container images
Multi-arch OCI images on GitHub Container Registry — amd64 + arm64. Slim variants available.
docker pull ghcr.io/asymmsystems/eliya:25-lts
Copy
Available tags: 25-lts,
25.0.2, 25-lts-slim, 25.0.2-slim. Planned 2026.
Verifying your download
Every release archive ships alongside SHA256SUMS.txt and
SHA256SUMS.txt.asc (detached GPG signature).
sha256sum -c SHA256SUMS.txt && gpg --verify SHA256SUMS.txt.asc
Copy
GPG fingerprint and first-time verification walkthrough: verify-download guide.