ZIP
WinGet
sccache
Mozilla · 0.14.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
sccache-v0.14.0-aarch64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Mozilla.sccache
Version
0.14.0
Description
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.
License
Apache-2.0
↗
Homepage
https://github.com/mozilla/sccache
Installer URL
https://github.com/mozilla/sccache/releases/download/v0.14.0/sccache-v0.14.0-aarch64-pc-windows-msvc.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Key improvements:
- New cloud storage: Added Tencent Cloud Object Storage support
- New feature: SCCACHE_BASEDIRS environment variable for configuring multiple base directories
- GCC/Clang: Distributed compilation now supports assembly and preprocessor outputs
- Objective-C: Added header file (.h) support for consistency
- Platform support: Added macOS 15 Intel prebuilt binaries, FreeBSD 15.0 CI, s390x fixes
- Nix: Added sccache-dist to flake.nix
- Snap: Updated to core24
- Testing infrastructur…