# How to build OpenSearch including all plugins?

**URL:** https://forum.opensearch.org/t/how-to-build-opensearch-including-all-plugins/6274
**Category:** OpenDistro
**Created:** [June 19, 2021, 2:56pm UTC](https://forum.opensearch.org/t/how-to-build-opensearch-including-all-plugins/6274 "2021-06-19T14:56:53Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![camerski](https://avatars.discourse-cdn.com/v4/letter/c/3da27b/32.png) [@camerski](https://forum.opensearch.org/u/camerski)
#### Post date: [June 23, 2021, 12:11am UTC](https://forum.opensearch.org/t/how-to-build-opensearch-including-all-plugins/6274/5 "2021-06-23T00:11:49Z")

</div>

Right now it’s a manual process to build the tarball. We basically check out each repo, run whatever build command is specified in the README, and then copy the artifacts into a temporary location.

To build the tarball, we unpack the OpenSearch tarball and run `opensearch-plugin install file://path/to/zip` for each plugin, then create a new tarball that rolls up the OpenSearch + installed plugins filesystem.

We’re working on automating this stuff, so you should see scripts start to appear in the opensearch-build repo over the next few weeks.

---

_[View the full topic](https://forum.opensearch.org/t/how-to-build-opensearch-including-all-plugins/6274)._
