Skip to main content

Download Apache Otava (Incubating)

Apache Otava is released as source code tarballs with corresponding binary convenience artifacts. The latest release is available below.

All releases are available under the Apache License, Version 2.0.

Verify Releases

You can verify releases using the provided signatures and checksums. The KEYS file contains the public PGP keys for signature verification. See How to Verify for details.

Latest Release

0.7.0 (Latest)

Released: January 2025

PackageDownloadSignatureChecksum
Sourceapache-otava-0.7.0-incubating-src.tar.gzascsha512

Other ways to install:

  • PyPI: pip install apache-otava==0.7.0
  • Docker: docker pull apache/otava:0.7.0

Release Notes | Documentation

All Releases

All Apache Otava releases are available from the Apache Download Archive.

VersionRelease DateDownloadRelease Notes
0.7.0December 2025Source (asc, sha512)Notes
0.6.1July 2025Source (asc, sha512)
0.6.0June 2025Source (asc, sha512)

Install from PyPI

The recommended way to install Apache Otava for most users is via PyPI:

pip install apache-otava

For a specific version:

pip install apache-otava==0.7.0

Install from Docker

Pull the official Docker image from Docker Hub:

docker pull apache/otava

For a specific version:

docker pull apache/otava:0.7.0

Build from Source

To build Apache Otava from source, clone the repository and install:

git clone https://github.com/apache/otava.git
cd otava
pip install -e .

For more details, see the Installation Guide and Getting Started documentation.