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
| Package | Download | Signature | Checksum |
|---|---|---|---|
| Source | apache-otava-0.7.0-incubating-src.tar.gz | asc | sha512 |
Other ways to install:
- PyPI:
pip install apache-otava==0.7.0 - Docker:
docker pull apache/otava:0.7.0
All Releases
All Apache Otava releases are available from the Apache Download Archive.
| Version | Release Date | Download | Release Notes |
|---|---|---|---|
| 0.7.0 | December 2025 | Source (asc, sha512) | Notes |
| 0.6.1 | July 2025 | Source (asc, sha512) | |
| 0.6.0 | June 2025 | Source (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.