> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qlty.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Qlty CLI vs. Qlty Cloud

Qlty is available as a command line interface (CLI) that you can run on your machine,
as well as a complete, hosted Code Health Platform.

You can use either Qlty CLI or Qlty Cloud alone, or you can use them together.

<Columns cols={2}>
  <Card title="Qlty CLI" icon="terminal" href="/cli/quickstart">
    Your local Code Quality Toolkit
  </Card>

  <Card title="Qlty Cloud" icon="cloud" href="/cloud/quickstart">
    Hosted Cloud Health Platform
  </Card>
</Columns>

Here are some of the key differences.

#### Qlty CLI

* Qlty CLI makes it fast and easy to run 50+ linters locally
* Qlty CLI supports multi-language auto-formatting
* Qlty CLI offers the fastest feedback loop
* Qlty CLI can automatically fix issues
* Qlty CLI is available for Mac, Linux, and Windows

#### Qlty Cloud

* Qlty Cloud provides automated code review of pull requests
* Qlty Cloud runs static analysis with no setup required
* Qlty Cloud offers automated security scanning
* Qlty Cloud tracks code coverage
* Qlty Cloud provides quality visualizations and trends
* Qlty Cloud works with repositories hosted on GitHub Cloud
