CC

ccache

ccache is a compiler cache that speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. It supports multiple compilers and platforms and is licensed under GPLv3+.
Latest: 4.13.6
Last checked: Jun 9, 2026 12:10am
Rank: 371/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: GNU General Public License version 3 or later (GPLv3+)Winget: Available

Version & Lifecycle

0
Current: 4.13.6 N-2: 4.13.4 Oldest supported: 2002-03-30 Avg cadence: Every 22 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Configuration note • May 18, 2026
0

Configuration tip

When deploying ccache on Windows to a shared build server, set the cache location via the CCACHE_DIR environment variable (for example, to a fast local SSD path) at the system level and precreate that directory with appropriate ACLs, then use the system-wide config file at %ALLUSERSPROFILE%ccacheccache.conf to centrally enforce options like max_size and compression so all users and build agents share consistent cache behavior.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

Ccacheccache Ccache

Packaging Notes

0

Supports Linux, macOS, Windows, and other Unix-like systems; supports GCC, Clang, MSVC compilers

Notes

0

Initial release in 2002; latest stable version 4.11.3 as of May 2025; written in C++; supports remote caching and various advanced caching features.