---
layout: default
title: Downloads
primary_title: Downloads
opendistro:
head: Need Open Distro?
img:
url: /assets/img/logo-opendistro.svg
alt: Open Distro Logo
description: Open Distro for Elasticsearch can still be downloaded.
link:
url: https://opendistro.github.io/for-elasticsearch/downloads.html
title: Get it here
verify_keys:
head: "How to verify signatures"
description: "Download our PGP key using the link below and import it. If you're using gpg, you just need to run `gpg --import /path/to/key`. You can then verify the signature by downloading it into the same directory where you downloaded the tarball, and running `gpg --verify /path/to/signature /path/to/tarball`. It should show a good signature signed by opensearch@amazon.com.
Our current PGP key fingerprint is C5B7 4989 65EF D1C2 924B A9D5 39D3 1987 9310 D3FC"
link:
url: https://artifacts.opensearch.org/publickeys/opensearch.pgp
title: Get Our PGP key
intro:
heading: How to get started with OpenSearch
paragraph: OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration.
opensearch:
heading: OpenSearch
description: Linux, x64, .tgz
download_cta: Download OpenSearch
docker_cta: OpenSearch on Docker
opensearch_dashboards:
heading: OpenSearch Dashboards
description: Linux, x64, .tgz
download_cta: Download OpenSearch Dashboards
docker_cta: OpenSearch Dashboards on Docker
try:
heading: Try OpenSearch with Docker Compose
compose_url: /samples/docker-compose.yml
description: "The best way to try out OpenSearch is to use [Docker Compose](https://docs.docker.com/compose/install/). These steps will setup a two node cluster of OpenSearch plus OpenSearch Dashboards:"
step1:
action: 'Download'
destination: 'into your desired directory'
steps:
# step 1 is generated by the template
- "Run `docker-compose up`"
- "Have a nice coffee while everything is downloading and starting up"
- "Navigate to `http://localhost:5601/` for OpenSearch Dashboards"
- "Login with the default username (`admin`) and password (`admin`)"
---
{% assign primary_title = site.headings.authors %}
{% assign layout_class = 'sidebar-right' %}
{% capture content %}
{{ page.intro.heading }}
{{ page.intro.paragraph | markdownify }}
{{page.opensearch.heading}}
{{ page.opensearch.description }} (signature) Current version: {{ site.data.version.latest_version.os }}