> For the complete documentation index, see [llms.txt](https://docs.sealsecurity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealsecurity.io/introduction/product-family/seal-apps.md).

# Seal Apps

**Seal Apps** remediates vulnerabilities in your application's third-party open-source dependencies. The packages your code pulls in directly, and the packages those packages pull in transitively, are replaced with sealed versions of the same origin versions.

<figure><img src="/files/U9HS5hhThLYVrtpPoOTq" alt="Some of the language ecosystems Seal Apps covers: JavaScript, Python, Java, Go, Ruby"><figcaption></figcaption></figure>

## What it covers

Application-dependency ecosystems:

* **JavaScript:** npm, Yarn, pnpm
* **Python:** pip, Poetry
* **Java:** Maven, Gradle
* **Go:** Go modules
* **PHP:** Composer
* **Ruby:** Bundler
* **.NET:** NuGet

Seal Apps does not cover language runtimes themselves (the Node.js binary, the Python interpreter, the JVM, the .NET CLR). Those are handled by [Seal OS](/introduction/product-family/seal-os.md) when installed via OS package managers, or by [Seal Base Images](/introduction/product-family/seal-base-images.md), [Seal My Container](/introduction/product-family/seal-my-container.md), or [Seal Vendor Apps](/introduction/product-family/seal-vendor-apps.md) when bundled in container images.

## How it is delivered

Seal Apps uses [build-time dependency sealing](/introduction/seal-approach/sealing-approaches.md). It supports several deployment methods:

* The **Seal CLI in your CI/CD pipeline** (recommended). The CLI ensures that sealed versions are used in place of vulnerable origin versions; your build proceeds as before, and the artifact you ship incorporates the sealed dependencies.
* The **Seal Artifact Server** as a configured remote (or as an additional remote) in your package manager.
* **Manual download** of sealed versions directly from the Repository page.

## Related

* [Choosing your deployment method](/setup-apps-os/choosing-deployment-method.md): day-1 setup options for Seal Apps.
* [Working with Seal Apps](/using-platform/working-with-seal-apps.md): the day-to-day workflow.
