blob: 962e33b1320916eb6fe74f24838d09e012654480 [file] [log] [blame]
---
title: "Download"
description: "Download Apache Hop source and binary releases or Docker images for Hop and Hop Web."
---
## Apache Hop
For each release you can find a download of the source code which can be used to build your own version.
We recommend using the pre-build binary release, this includes all dependencies required to run and use the software.
Apache Hop requires Java 11 to be installed on the system.
More information can be found in the readme files included in the download archives.
[cols="<.^1,<.^1,1,2,1,1"]
|===
| Version | Date | Description | Download Link | PGP Signature file of download | SHA512 Checksum file of download
.2+| link:/blog/2022/10/hop-2.1.0/[2.1.0]
.2+| October, 14th, 2022
| **Binaries**
| https://www.apache.org/dyn/closer.cgi?filename=hop/2.1.0/apache-hop-client-2.1.0.zip&action=download[**apache-hop-client-2.1.0.zip**]
| https://downloads.apache.org/hop/2.1.0/apache-hop-client-2.1.0.zip.asc[asc]
| https://downloads.apache.org/hop/2.1.0/apache-hop-client-2.1.0.zip.sha512[sha512]
| Sources
| https://www.apache.org/dyn/closer.cgi?filename=hop/2.1.0/apache-hop-2.1.0-src.tar.gz&action=download[apache-hop-2.1.0-src.tar.gz]
| https://downloads.apache.org/hop/2.1.0/apache-hop-2.1.0-src.tar.gz.asc[asc]
| https://downloads.apache.org/hop/2.1.0/apache-hop-2.1.0-src.tar.gz.sha512[sha512]
.2+| link:/blog/2022/06/hop-2.0.0/[2.0.0]
.2+| June, 2nd, 2022
| **Binaries**
| https://www.apache.org/dyn/closer.cgi?filename=hop/2.0.0/apache-hop-client-2.0.0.zip&action=download[**apache-hop-client-2.0.0.zip**]
| https://downloads.apache.org/hop/2.0.0/apache-hop-client-2.0.0.zip.asc[asc]
| https://downloads.apache.org/hop/2.0.0/apache-hop-client-2.0.0.zip.sha512[sha512]
| Sources
| https://www.apache.org/dyn/closer.cgi?filename=hop/2.0.0/apache-hop-2.0.0-src.tar.gz&action=download[apache-hop-2.0.0-src.tar.gz]
| https://downloads.apache.org/hop/2.0.0/apache-hop-2.0.0-src.tar.gz.asc[asc]
| https://downloads.apache.org/hop/2.0.0/apache-hop-2.0.0-src.tar.gz.sha512[sha512]
|===
Older releases can be found in the https://archive.apache.org/dist/hop/[archives]
## Docker
Apache Hop is available as a Docker image on Dockerhub:
* https://hub.docker.com/r/apache/hop[Hop], Docker pull command: `docker pull apache/hop`
* https://hub.docker.com/r/apache/hop-web[Hop Web], Docker pull command `docker pull apache/hop-web`
## Helm Chart (Work in progress)
Apache Hop is available as a Helm Chart:
You can add the repository with following command
```
helm repo add apache-hop https://hop.apache.org
```
## Keys
You can verify your download by following these https://www.apache.org/info/verification.html[procedures] and using these https://downloads.apache.org/hop/KEYS[KEYS].