🍺 BREW Explorer

← all formulae

gcc@14

brew install gcc@14 v14.3.0 GPL-3.0-or-later WITH GCC-exception-3.1

GNU compiler collection (GCC) version 14 with C, C++, Fortran, and Go support.

Why you might care

Use this when you need a specific GCC 14 toolchain alongside or instead of the system compiler, or to build software that requires GCC rather than Clang. It installs as a keg-only formula (gcc-14 binary), leaving the default cc/gcc untouched. Essential for projects with GCC-specific flags, Fortran codebases, or reproducible builds across compilers.

Categories

Alternatives

GCC (system) Clang LLVM
1.7k
30-day installs · #1055
6.6k
90-day · #974
17.2k
365-day · #1132

Runtime dependencies

Build dependencies

Links

Blurb generated by claude-haiku-4-5 on 2mo ago.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "GCC (system)",
    "Clang",
    "LLVM"
  ],
  "build_dependencies": [
    "make"
  ],
  "categories": [
    "compiler",
    "build-system"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "gmp",
    "isl",
    "libmpc",
    "mpfr",
    "zstd"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "GNU compiler collection",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:55+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "gcc@14",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://gcc.gnu.org/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": "GCC, the GNU Compiler Collection\n- GNU Project",
  "installs_30d": 1704,
  "installs_365d": 17231,
  "installs_90d": 6556,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-3.0-or-later WITH GCC-exception-3.1",
  "llm_generated_at": "2026-06-20T23:48:42+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "gcc@14",
  "oldnames": [],
  "one_liner": "GNU compiler collection (GCC) version 14 with C, C++, Fortran, and Go support.",
  "optional_dependencies": [],
  "rank_30d": 1055,
  "rank_365d": 1132,
  "rank_90d": 974,
  "raw_hash": "2946b2e6a77dd88b",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/g/gcc@14.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    {
      "flex": "build"
    },
    {
      "m4": "build"
    }
  ],
  "version_head": null,
  "version_stable": "14.3.0",
  "versioned_formulae": [
    "gcc@15",
    "gcc@13",
    "gcc@12",
    "gcc@11",
    "gcc@10",
    "gcc@9"
  ],
  "why_use_this": "Use this when you need a specific GCC 14 toolchain alongside or instead of the system compiler, or to build software that requires GCC rather than Clang. It installs as a keg-only formula (gcc-14 binary), leaving the default cc/gcc untouched. Essential for projects with GCC-specific flags, Fortran codebases, or reproducible builds across compilers."
}