macOS
brew install sccachelocal Homebrew formula metadata
sudo port install sccacheMacPorts ports tree · devel/sccache/Portfile · source: api.github.com
brew / rank 843
Used as a compiler wrapper and avoids compilation when possible. Version 0.18.0 via Homebrew; verified 2026-09-16. Also installable with debian: sudo apt install sccache.
install
brew install sccachelocal Homebrew formula metadata
sudo port install sccacheMacPorts ports tree · devel/sccache/Portfile · source: api.github.com
sudo apk add sccacheAlpine Linux edge package indexes · sccache · source: dl-cdn.alpinelinux.org
sudo apt install sccacheDebian stable package indexes · sccache · source: deb.debian.org
sudo dnf install sccacheFedora Rawhide package metadata · sccache · source: dl.fedoraproject.org
nix profile install nixpkgs#sccachenixpkgs package indexes · pkgs/by-name/sc/sccache/package.nix · source: api.github.com
sudo pacman -S sccacheArch Linux sync databases · sccache · source: geo.mirror.pkgbuild.com
sudo zypper install sccacheopenSUSE Tumbleweed package metadata · sccache · source: download.opensuse.org
choco install sccacheChocolatey community package catalog · sccache · source: community.chocolatey.org
scoop install main/sccacheScoop official bucket manifest trees · bucket/sccache.json · source: api.github.com
winget install --id Mozilla.sccache -eWindows Package Manager source index · Mozilla.sccache · source: cdn.winget.microsoft.com
overview
Used as a compiler wrapper and avoids compilation when possible
history
sccache is a Mozilla-hosted compiler cache used as a compiler wrapper. It stores compilation results locally or in remote storage and can also participate in distributed compilation.
The project was developed under Mozilla as a compiler-cache implementation written in Rust. It grew beyond local compilation caching to support multiple compiler families, distributed compilation, and storage backends such as S3-compatible services, Redis, Azure, Google Cloud Storage, GitHub Actions, and local disk.
Later releases continued expanding platform and compiler coverage. The official 0.15.0 release highlighted multi-tier caching and partial C++20 module support, while 0.17.0 introduced a new client-side architecture.
sccache is distributed through numerous system and language-oriented package channels. The supplied package metadata lists Homebrew, Debian, Ubuntu, Fedora/DNF, Arch, Alpine, Nix, Chocolatey, Scoop, Winget, MacPorts, and openSUSE packages.
Its support for Rust through Cargo's rustc-wrapper setting, alongside major C/C++ compiler families and CI-oriented remote caches, has made it useful across both local development and automated build environments.
Prefix a supported compiler command with sccache, or configure Cargo with build.rustc-wrapper or RUSTC_WRAPPER. A local disk cache is used by default; configuration and environment variables select cache sizing, remote storage, distributed compilation, and other behavior.
The client normally starts a local server automatically. Users can inspect cache effectiveness with sccache --show-stats and explicitly start or stop the server when integrating it into build or CI workflows.
sccache combines the familiar compiler-wrapper workflow associated with ccache with Rust support, a client-server design, distributed compilation, and cloud or network cache backends. That breadth makes it a notable package for reproducible developer-machine and CI build acceleration.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/sccache/config~/Library/Application Support/Mozilla.sccache/config%APPDATA%\Mozilla\sccache\config\configCredential-bearing paths to review before unattended agent runs.
~/.config/sccache/config~/Library/Application Support/Mozilla.sccache/config%APPDATA%\Mozilla\sccache\config\configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
sccache | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/mozilla/sccache
install metadata
| Package key | brew:sccache |
|---|---|
| Version | 0.18.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/sccache |
| Homepage | https://github.com/mozilla/sccache |
| Repository | https://github.com/mozilla/sccache |
| License | Apache-2.0 |
| Source archive | https://github.com/mozilla/sccache/archive/refs/tags/v0.17.0.tar.gz |
| Last updated | 2026-09-16T03:48:46+02:00 |
| Pulse | updated |
| Build dependencies | pkgconf, rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | sccache |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
sccache 0.10.0-4
compiler cache for fast recompilation of C/C++/Rust code
https://github.com/mozilla/sccache
sudo apt install sccachesccache
nix profile install nixpkgs#sccachesccache 0.7.7-2build1
compiler cache for fast recompilation of C/C++/Rust code
https://github.com/mozilla/sccache
sudo apt install sccachesccache 0.17.0-r0
shared compilation cache for C/C++ and Rust
https://github.com/mozilla/sccache/
sudo apk add sccachesccache-dist 0.17.0-r0
shared compilation cache for C/C++ and Rust (dist server)
https://github.com/mozilla/sccache/
sudo apk add sccache-distsccache-doc 0.17.0-r0
shared compilation cache for C/C++ and Rust (documentation)
https://github.com/mozilla/sccache/
sudo apk add sccache-docsccache 0.17.0-1.fc45
Sccache is a ccache-like tool
https://crates.io/crates/sccache
sudo dnf install sccachesccache 0.16.0-3
Shared compilation cache
https://github.com/mozilla/sccache
sudo pacman -S sccachesccache 0.17.0~1-2.1
A compiler caching tool for Rust, C and C++ with optional cloud storage
https://github.com/mozilla/sccache
sudo zypper install sccachesccache
sudo port install sccachesccache
choco install sccachemain/sccache
scoop install main/sccacheMozilla.sccache
winget install --id Mozilla.sccache -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.