cmake
brew install cmake
v4.3.4
BSD-3-Clause
Cross-platform build system generator that produces native makefiles and project files from CMake scripts.
Why you might care
CMake is the de facto standard for C/C++ projects and widely used across languages; it abstracts platform differences so one build config works on Linux, macOS, and Windows. Essential dependency for thousands of open-source projects. Much more powerful than plain Make for managing complex builds with multiple targets, dependencies, and configurations.
156.7k
30-day installs · #19
464.7k
90-day · #24
1.7M
365-day · #24
Links
- https://www.cmake.org/
- Brew formula source: Formula/c/cmake.rb
Caveats
To install the CMake documentation, run: brew install cmake-docs
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"Make",
"Autotools",
"Ninja",
"Meson",
"Bazel"
],
"build_dependencies": [],
"categories": [
"build-system"
],
"caveats": "To install the CMake documentation, run:\n brew install cmake-docs\n",
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Cross-platform make",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:29+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "cmake",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://www.cmake.org/",
"homepage_og_description": "CMake is a powerful and comprehensive solution for managing the software build process. CMake is the de-facto standard for building C++ code, with over 2 million downloads a month.",
"homepage_og_image": null,
"homepage_title": "CMake - Upgrade Your Software Build System",
"installs_30d": 156650,
"installs_365d": 1693314,
"installs_90d": 464692,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "BSD-3-Clause",
"llm_generated_at": "2026-06-20T23:42:10+00:00",
"llm_model": "claude-haiku-4-5",
"name": "cmake",
"oldnames": [],
"one_liner": "Cross-platform build system generator that produces native makefiles and project files from CMake scripts.",
"optional_dependencies": [],
"rank_30d": 19,
"rank_365d": 24,
"rank_90d": 24,
"raw_hash": "9bfcd148900713b7",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/c/cmake.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"ncurses"
],
"version_head": "HEAD",
"version_stable": "4.3.4",
"versioned_formulae": [],
"why_use_this": "CMake is the de facto standard for C/C++ projects and widely used across languages; it abstracts platform differences so one build config works on Linux, macOS, and Windows. Essential dependency for thousands of open-source projects. Much more powerful than plain Make for managing complex builds with multiple targets, dependencies, and configurations."
}