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

# Aspect Workflows

> Aspect Workflows gives Bazel a remote cache, the Build Results UI, remote execution, CI runners and selective delivery. Start free on Aspect Cloud, or run an isolated Aspect Enterprise deployment. The Aspect CLI and rulesets are free and open source.

**Aspect Workflows** is a remote cache, the Build Results UI, remote execution, CI runners and selective delivery for Bazel. With the free, open-source Aspect CLI and rulesets, it makes up the Aspect platform. Your pipelines keep calling `bazel`, and your BUILD files don't change.

It runs on one of two offerings: **Aspect Cloud**, Aspect's multi-tenant service, and **Aspect Enterprise**, an isolated deployment for your organization. [Choosing Aspect Cloud or Aspect Enterprise](/docs/aspect-workflows/platform/choosing) compares them side by side.

## Aspect Cloud

[Aspect Cloud](/docs/aspect-workflows/cloud/overview) is running in minutes: sign up, log in with the Aspect CLI, and point Bazel at it. There's nothing to provision.

* **A remote cache shared by CI and every developer.** Add it to the CI runners you already have with one [setup step](/docs/aspect-workflows/cloud/ci-setup).
* **The [Build Results UI](/docs/aspect-workflows/platform/features/webui)** for every invocation, from CI and local development. Logs stream while the build runs, flaky tests are separated from real failures, and JUnit cases are parsed out of large suites.
* **Free to start.** Aspect Cloud has a Free tier and a Team tier. See [pricing](/pricing).

<Tip>
  Interested in early access to Aspect Cloud CI runners and remote execution, coming in early 2027? [Join the early access list](/contact?topic=early-access).
</Tip>

Start with the [Quickstart](/quickstart).

## Aspect Enterprise

[Aspect Enterprise](/docs/aspect-workflows/enterprise/overview) is an isolated deployment for your organization, with infrastructure and data no other customer shares. CI runners and remote execution are available on it today, so it's for teams that need them now, or whose policy requires isolation. It's [hosted by Aspect](/docs/aspect-workflows/enterprise/hosted/overview), [self-hosted](/docs/aspect-workflows/enterprise/self-hosted) in your AWS account or GCP project, including air-gapped and GovCloud, or on-prem (coming soon), deployed with a Helm chart on your own hardware.

Every deployment includes every Aspect Workflows capability. Also available: SSO, your own identity provider in place of Aspect sign-in, SCIM provisioning, private endpoints, VPC peering, endpoints on your own DNS domain, remote execution workers on your own hardware, and a choice of who operates it.

[Talk to us](/contact) about a 30-day [trial of Aspect Enterprise](/docs/aspect-workflows/enterprise/evaluation/greening) on your own repository.

## Features

| Feature                                                                                                                                    | What it is                                                                                                                                    | Aspect Cloud | Aspect Enterprise |
| ------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ----------------- |
| [Remote cache](/docs/aspect-workflows/platform/features/remote-cache)                                                                      | Action results and outputs for CI and developer machines                                                                                      | ✓            | ✓                 |
| [Build Results UI](/docs/aspect-workflows/platform/features/webui)                                                                         | Every invocation with its logs, tests and timing, plus target trends and history, flaky target detection, and comparisons between invocations | ✓            | ✓                 |
| [Remote execution](/docs/aspect-workflows/platform/features/remote-execution)                                                              | An auto-scaling worker fleet, with pools for x86, Arm, macOS and GPU                                                                          | Coming soon  | ✓                 |
| [CI runners](/docs/aspect-workflows/platform/features/ci-runners)                                                                          | Auto-scaling Linux runners (x86, Arm, GPU) for GitHub Actions, Buildkite, GitLab and CircleCI that keep Bazel warm between jobs               | Coming soon  | ✓                 |
| [Selective delivery](/docs/aspect-workflows/platform/features/selective-delivery)                                                          | Pushes only the targets whose built outputs changed                                                                                           | Coming soon  | ✓                 |
| [API](/docs/aspect-workflows/platform/guides/build-results-api) and [MCP server](/docs/aspect-workflows/platform/guides/build-results-mcp) | The Build Results UI's data, for your own tooling and AI assistants                                                                           | ✓            | ✓                 |

## Free and open source

The [Aspect CLI](/docs/cli/overview) connects your builds to Aspect Workflows and adds status checks, PR comments and inline lint findings on GitHub and GitLab. It runs formatting, linting, BUILD file generation and delivery as tasks that behave the same on a laptop and in CI. Aspect also maintains [rules\_py, rules\_js, rules\_ts and rules\_lint](/docs/bazel). Both are free, with or without Aspect Workflows.

## Compatibility

|                                                                                      |                                                                                                                                                                                                                                                          |
| ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Build systems**                                                                    | Any client of the standard [Remote Execution API](https://github.com/bazelbuild/remote-apis): Bazel, Buck2, Pants, and reclient (Chromium and Android)                                                                                                   |
| **CI providers**                                                                     | Managed, auto-scaling runners for GitHub Actions, Buildkite, GitLab and CircleCI; or bring your own runners on any CI system, such as Jenkins, Bamboo, Travis CI or Bitbucket Pipelines, and use the remote cache, remote execution and Build Results UI |
| **VCS integrations**                                                                 | GitHub and GitLab: status checks, PR comments and lint findings                                                                                                                                                                                          |
| **Aspect CLI**                                                                       | macOS and Linux                                                                                                                                                                                                                                          |
| **CI runners**                                                                       | Linux VMs (x86, Arm, GPU) on any AWS or GCP instance type, with fully customizable images and warming. macOS and OCI image-based runners coming soon                                                                                                     |
| **Remote execution workers**                                                         | Linux, macOS (EC2 Mac on AWS) and GPU; or workers of any type on your own hardware, including your own Macs                                                                                                                                              |
| **Aspect Enterprise, self-hosted**                                                   | AWS and GCP                                                                                                                                                                                                                                              |
| **Aspect Enterprise, on-prem** <span className="coming-soon-chip">Coming soon</span> | Helm chart on your own hardware. [Join the early access list](/contact?topic=on-prem)                                                                                                                                                                    |
| **Azure and Oracle Cloud** <span className="planned-chip">Planned</span>             | [Contact us](/contact) if you're interested                                                                                                                                                                                                              |

## Security

Aspect is SOC 2 Type 2 certified. [Security and data handling](/docs/aspect-workflows/platform/security) covers what Aspect Cloud and an Aspect Enterprise deployment store, where, and who at Aspect can reach it. The [security overview](/security-overview) covers compliance.
