# mozilla/sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.

Repository: https://github.com/mozilla/sccache
Canonical: https://ross.abutalabs.com/products/sccache
Language: Rust
License: Apache-2.0
License Family: permissive
Last push: 2026-08-26T10:01:53+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 83, longevity 100
- inputs: {"age_days": 3781, "days_push": 7, "days_rel": 35, "gap_med": 49.0, "n_releases_24m": 11}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7614, forks 733 (observed 2026-08-28T04:10:02.004812+00:00)

## What it is
Sccache is a ccache-like compiler caching tool that wraps compilers to avoid redundant compilation, storing results locally or in cloud storage backends like S3, Redis, or GCS. It also supports icecream-style distributed compilation with security features and a GitHub Actions integration.

## Use cases
- speed up C/C++ and Rust builds with a compiler cache
- cache compilation results in CI pipelines
- share a build cache across a team via cloud storage
- set up distributed compilation with packaged toolchains
- cache Rust builds on GitHub Actions
- avoid recompiling unchanged code locally

## When to choose
- you build C/C++, Rust, or CUDA projects repeatedly and want faster rebuilds
- you want a shared or remote compilation cache for CI or teams
- you need distributed compilation with authentication and encryption
- you want a ccache alternative with cloud storage backends

## When to avoid
- your builds are fast and caching adds no benefit
- you need caching for languages sccache does not support
- you want a general-purpose build system rather than a cache layer

## Facets
- artifact type: cli-tool
- maturity: active
- function: caching, build-tool, cli, developer-tools
- domain: developer-tools, performance, cloud-computing
- platform: windows, cli, rust, cloud
- tags: compiler-cache, ccache-alternative, distributed-compilation, rust, ci-caching, github-actions, devops, linux, macos

## Member repositories
- mozilla/sccache (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:02.004812+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:36:49.887861+00:00, confidence not recorded.
  - readme: https://github.com/mozilla/sccache (fetched 2026-08-28T04:10:02.004812+00:00, sha fa1503a8d5b2)
  - registry_crates: https://crates.io/api/v1/crates/sccache (fetched 2026-08-29T08:32:00.257649+00:00, sha 984532d78264)
- Data as of 2026-08-30T08:39:29.467469+00:00.
