Automic VaultAutomic Vault

brew

Installer ccache avec Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ccache pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install ccache

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install ccache

MacPorts ports tree · devel/ccache/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add ccache

Alpine Linux edge package indexes · ccache · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install ccache

Debian stable package indexes · ccache · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install ccache

Fedora Rawhide package metadata · ccache · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#ccache

nixpkgs package indexes · pkgs/by-name/cc/ccache/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S ccache

Arch Linux sync databases · ccache · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install ccache

openSUSE Tumbleweed package metadata · ccache · Source: download.opensuse.org

Windows

Chocolateyvérifié · 92%
choco install ccache

Chocolatey community package catalog · ccache · Source: community.chocolatey.org

Scoopvérifié · 92%
scoop install main/ccache

Scoop official bucket manifest trees · bucket/ccache.json · Source: api.github.com

Windows Package Managervérifié · 92%
winget install --id Ccache.Ccache -e

Windows Package Manager source index · Ccache.Ccache · Source: cdn.winget.microsoft.com

aperçu

Résumé du paquet

Object-file caching compiler wrapper

historique

Historique du projet et usages

Ccache is a compiler cache that speeds up recompilation by caching prior compilations and detecting when the same compilation is being done again.

Historique du projet

The official credits page says ccache was originally written by Andrew Tridgell, inspired by Erik Thiele's compilercache shell script, and has been developed and maintained by Joel Rosdahl since 2010.

Historique d'adoption

The official site presents ccache as a cross-platform build accelerator supporting GCC, Clang, MSVC, and similar compilers on Linux, Windows, macOS, and other Unix-like systems. The supplied package facts show broad package-manager availability, including Homebrew, Debian, Fedora, Nix, MacPorts, Chocolatey, Scoop, winget, Alpine, Arch, Ubuntu, and zypper.

Modes d'utilisation

Ccache is used by developers and build farms to speed repeated clean builds, branch builds, and shared compilation servers. The manual documents command modes, statistics, automatic cleanup, local and remote storage, cache-specific and directory-specific configuration files, environment variables, and direct/depend modes.

Pourquoi les passionnés de paquets s'y intéressent

Few developer packages are as visibly package-manager-adjacent as ccache: it is commonly installed globally, inserted ahead of compilers in PATH or build-system variables, and tuned through predictable config files and environment variables. It is also a useful packaging stress test because it wraps many compilers while trying to preserve exact compiler output.

Chronologie

  • 2010: Official credits identify Joel Rosdahl as maintainer from this year.
  • 2016-06-06: Official news says source code and bug tracking moved to GitHub.
  • 2019-04-03: Official news says the website moved to ccache.dev.
  • 2026-05-04: Official news lists ccache 4.13.6 as released.

Related projects

  • Erik Thiele's compilercache, GCC, Clang, MSVC, distcc-style compiler-wrapper workflows, and remote cache/storage helpers.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 6 dépendances d’exécution.
  • Les métadonnées de compilation listent 7 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Linux
$CCACHE_CONFIGPATH$CCACHE_DIR/ccache.conf<cache_dir>/ccache.conf~/.ccache/ccache.conf$XDG_CONFIG_HOME/ccache/ccache.conf~/.config/ccache/ccache.conf
macOS
$CCACHE_CONFIGPATH$CCACHE_DIR/ccache.conf<cache_dir>/ccache.conf~/.ccache/ccache.conf$XDG_CONFIG_HOME/ccache/ccache.conf~/Library/Preferences/ccache/ccache.conf
Windows
%CCACHE_CONFIGPATH%%CCACHE_DIR%/ccache.conf<cache_dir>\ccache.conf%USERPROFILE%\.ccache\ccache.conf%LOCALAPPDATA%\ccache\ccache.conf%APPDATA%\ccache\ccache.conf

exécutables

Exécutables installés

CommandeTypeExpositionNote
ccachecliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire4.13.6
gestionnaire mis à jour2026-06-06
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/ccache/ccache

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:ccache
Version4.13.6
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/ccache
Page d'accueilhttps://ccache.dev/
Dépôthttps://github.com/ccache/ccache
Docs amonthttps://ccache.dev/documentation.html
LicenceGPL-3.0-or-later
Archive sourcehttps://github.com/ccache/ccache/releases/download/v4.13.6/ccache-4.13.6.tar.xz
Dernière mise à jour2026-06-06T10:04:21Z
Pulseupdated
Dépendancesblake3, fmt, hiredis, openssl@3, xxhash, zstd
Dépendances de compilationasciidoctor, cmake, cpp-httplib, doctest, pkgconf, span-lite, tl-expected
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré
PrécautionsTo install symlinks for compilers that will automatically use ccache, prepend this directory to your PATH: $HOMEBREW_PREFIX/opt/ccache/libexec If this is an upgrade and you have previously added the symlinks to your PATH, you may need to modify it to the path specified above so it points to the current version. NOTE: ccache can prevent some software from compiling. ALSO NOTE: The brew command, by design, will never use ccache.

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameccache
Version Scheme0
Revision1
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

ccache 4.11.2-2

Compiler cache for fast recompilation of C/C++ code

https://ccache.dev

sudo apt install ccache
  • Section: devel
  • Architecture: amd64
  • 7 Dépendances
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Ccache
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ccache from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

ccache

nix profile install nixpkgs#ccache
  • normalized package name match
  • Correspondance par : Ccache
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/cc/ccache/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

ccache 4.9.1-1

Compiler cache for fast recompilation of C/C++ code

https://ccache.dev

sudo apt install ccache
  • Section: universe/devel
  • Architecture: amd64
  • 5 Dépendances
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Ccache
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ccache from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

ccache 4.13.6-r0

fast C/C++ compiler cache

https://ccache.dev/

sudo apk add ccache
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: ccache
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Ccache
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ccache from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

ccache-doc 4.13.6-r0

fast C/C++ compiler cache (documentation)

https://ccache.dev/

sudo apk add ccache-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: ccache
  • normalized package name match
  • Correspondance par : Ccache
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ccache-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

ccache 4.13.6-1.fc45

C/C++ compiler cache

http://ccache.dev/

sudo dnf install ccache
  • License: GPL-3.0-or-later AND Apache-2.0 AND BSL-1.0 AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: ccache
  • 17 Dépendances
  • 4 fournit
  • normalized package name match
  • Correspondance par : Ccache
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ccache from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

ccache 4.13.6-1

Compiler cache that speeds up recompilation by caching previous compilations

https://ccache.dev/

sudo pacman -S ccache
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • 10 Dépendances
  • normalized package name match
  • Correspondance par : Ccache
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ccache from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

ccache 4.13.6-1.1

A Fast C/C++ Compiler Cache

https://ccache.dev/

sudo zypper install ccache
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: ccache
  • 9 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Ccache
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ccache from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

ccache

sudo port install ccache
  • normalized package name match
  • Correspondance par : Ccache
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/ccache/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

ccache

choco install ccache
  • normalized package name match
  • Correspondance par : Ccache
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: ccache from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','carbon'
Scoop95%

main/ccache

scoop install main/ccache
  • normalized package name match
  • Correspondance par : Ccache
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/ccache.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Ccache.Ccache

winget install --id Ccache.Ccache -e
  • normalized package name match
  • Correspondance par : Ccache
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Ccache.Ccache from https://cdn.winget.microsoft.com/cache/source.msix

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment