--- 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 }}
{{ page.opensearch.download_cta }}
{{ page.opensearch.docker_cta }}

{{page.opensearch_dashboards.heading}}

{{ page.opensearch_dashboards.description }} (signature)
Current version: {{ site.data.version.latest_version.os-d }}
{{page.opensearch_dashboards.download_cta}}
{{ page.opensearch_dashboards.docker_cta }}

{{page.try.heading}}

{{page.try.description | markdownify}}
  1. {{page.try.step1.action}} docker-compose.yml {{page.try.step1.destination}}
  2. {% for step in page.try.steps %}
  3. {{ step | markdownify}}
  4. {% endfor %}
{%endcapture%} {% capture content_related %}
{% include beta_feedback.html %}

{{ page.opendistro.head }}

{{ page.opendistro.description }}

{{ page.opendistro.link.title }}

{{ page.verify_keys.head }}

{{ page.verify_keys.description | markdownify}} {{ page.verify_keys.link.title }}
{%endcapture%} {% include copy_banner.html %} {% include base_3col.html %}