Clair Review, Pricing & Features

Clair is a free, open-source tool that statically scans container images for known vulnerabilities, powering security checks for registries like Quay.

Category
Security
Pricing
Open Source (Free), from Free
Verified
Not yet
Last updated
July 18, 2026
Founded
2015
Headquarters
San Francisco, California, US (originally CoreOS; now maintained under Red Hat)
Free PlanAPIOpen SourceSelf-Hosted

Overview

Clair is a free, open-source vulnerability scanner for container images. It was first announced by CoreOS in November 2015 and is now maintained as Project Clair, primarily developed within the quay/clair GitHub organization under Red Hat's stewardship after Red Hat's 2018 acquisition of CoreOS.

Clair performs static analysis: it inspects the packages and libraries inside a container image and checks them against continuously updated vulnerability databases, rather than executing the container to observe runtime behavior.

Key Features

Clair indexes container image layers to identify installed packages across major Linux distributions (RHEL, Alpine, Ubuntu, Debian, Oracle Linux, Photon OS, SUSE) and common language ecosystems (Java, Python, Go, JavaScript), then matches them against known-vulnerability data.

Its v4 architecture separates concerns into an indexer, a matcher, a notifier (for webhook-based alerts on new CVE matches against previously scanned images), and a REST/gRPC API, and it can be deployed as microservices, as a more monolithic setup, or embedded in CI pipelines and disconnected environments.

Clair is the vulnerability-scanning engine behind Red Hat Quay and the public Quay.io registry, continuously re-evaluating stored images as new vulnerabilities become known.

Pricing

Clair is free and open source under the Apache 2.0 license, with no cost to download, deploy, or modify. There is no official paid or managed version sold directly by the project.

Organizations that don't want to operate Clair themselves typically consume it indirectly through a product that embeds it, such as Red Hat Quay, which has its own commercial and hosted offerings.

Key Features

Pros & Cons

Pros

  • Free and open source under Apache 2.0
  • Proven at scale as the scanning engine behind Quay.io
  • Broad coverage across major Linux distributions and language ecosystems
  • Flexible deployment options, including air-gapped environments

Cons

  • No official managed cloud version; requires self-hosting and operational investment
  • Setup and datastore management require DevOps/security engineering expertise
  • No built-in dashboard for non-technical users beyond what integrating tools provide
  • Best experienced when paired with a registry like Quay rather than used fully standalone

Pricing

Frequently Asked Questions

Is Clair free to use?

Yes. Clair is open-source software licensed under Apache 2.0, so it can be downloaded, run, and modified at no cost.

What does Clair actually scan?

Clair statically analyzes container image layers, identifying installed OS packages and language dependencies, then matches them against vulnerability databases covering multiple Linux distributions and language ecosystems.

Who maintains Clair today?

Clair originated at CoreOS and has been maintained primarily under Red Hat's stewardship since Red Hat acquired CoreOS in 2018; development happens in the open on GitHub.

Does Clair require a container registry like Quay?

No, Clair can run standalone via its API, but it is most commonly deployed as the scanning backend for a registry, most notably Red Hat Quay and Quay.io.

Can Clair be used in CI/CD pipelines?

Yes, Clair's API-driven, microservice-friendly design makes it suitable for integration into CI/CD pipelines to flag or block images with known vulnerabilities.

Comparisons

Related Tools