認証情報アクセス
Reads environment variables, toolchain files, and project config.
brew / 承認ゲート
cmake のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
エージェント安全性
cmake configures native builds and can run project-defined build commands.
Reads environment variables, toolchain files, and project config.
Usually local, but custom commands can call external services.
Can produce native release artifacts and installer packages.
Gate install/package targets and custom commands that use secrets.
Allow configure/build in scanned worktrees; require approval for install, package, and secret-backed custom targets.
インストール
brew install cmakelocal Homebrew formula metadata
sudo port install cmakeMacPorts ports tree · devel/cmake/Portfile · ソース: api.github.com
sudo apk add cmakeAlpine Linux edge package indexes · cmake · ソース: dl-cdn.alpinelinux.org
sudo apt install cmakeDebian stable package indexes · cmake · ソース: deb.debian.org
sudo dnf install cmakeFedora Rawhide package metadata · cmake · ソース: dl.fedoraproject.org
nix profile install nixpkgs#cmakenixpkgs package indexes · pkgs/by-name/cm/cmake/package.nix · ソース: api.github.com
sudo pacman -S cmakeArch Linux sync databases · cmake · ソース: geo.mirror.pkgbuild.com
sudo zypper install cmakeopenSUSE Tumbleweed package metadata · cmake · ソース: download.opensuse.org
choco install cmakeChocolatey community package catalog · cmake · ソース: community.chocolatey.org
scoop install main/cmakeScoop official bucket manifest trees · bucket/cmake.json · ソース: api.github.com
winget install --id Kitware.CMake -eWindows Package Manager source index · Kitware.CMake · ソース: cdn.winget.microsoft.com
概要
Cross-platform make
履歴
CMake is Kitware's cross-platform build, test, and package tooling family. It began as infrastructure for large portable C++ scientific software and became the de facto build-system interface for much of the C and C++ open source ecosystem.
The official CMake history says CMake was created in 2000 for the National Library of Medicine's Insight Toolkit, after Bill Hoffman concluded that a new portable C++ build tool was needed. The early design goals were native build-tool support, one input file across platforms, bootstrap portability with only a C++ compiler, and code-generator support.
CMake moved from ITK into VTK and ParaView in 2002, then into major open source projects over time. The official timeline highlights KDE switching in 2006, LLVM removing autoconf in favor of CMake in 2016, Visual Studio adding integrated CMake project support in 2017, and Qt switching to CMake in 2019. The CMake about page claims more than two million downloads per month, and the batch input lists packages across Homebrew, Debian, Fedora, Arch, Nix, MacPorts, Windows package managers, and more.
The cmake executable generates project buildsystems, builds and installs projects, runs scripts, runs command-line helper actions, and exposes help. CMake projects begin from CMakeLists.txt files; modern workflows may also use CMakePresets.json and CMakeUserPresets.json, while generated build trees contain CMakeCache.txt.
CMake is package-nerd infrastructure: it is the build-system front door for thousands of upstream projects and distro recipes. Its generator model lets package maintainers target Make, Ninja, IDE projects, and platform-native tooling from the same upstream metadata, while CTest and CPack standardize test and packaging hooks.
承認ゲート
ローカルの承認ゲートシードには cmake 用のルールが 6 件含まれます。対象エントリポイント: cmake, cpack, ctest。重大度ラベル: 高, 中。カバレッジ: partial、レビュー日: 2026-05-21。
local files
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.
Config paths the tool may read or write during local use.
CMakePresets.jsonCMakeUserPresets.json<build-tree>/CMakeCache.txt実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ccmake | cli | グローバル実行可能ファイル | |
cmake | cli | グローバル実行可能ファイル | |
cpack | cli | グローバル実行可能ファイル | |
ctest | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/Kitware/CMake
インストールメタデータ
| パッケージキー | brew:cmake |
|---|---|
| バージョン | 4.4.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/cmake |
| ホームページ | https://www.cmake.org/ |
| リポジトリ | https://github.com/Kitware/CMake |
| 上流ドキュメント | https://cmake.org/cmake/help/latest |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/Kitware/CMake/releases/download/v4.4.0/cmake-4.4.0.tar.gz |
| 最終更新 | 2026-07-10T04:16:11Z |
| Pulse | updated |
| macOS 提供ライブラリ | ncurses |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | To install the CMake documentation, run: brew install cmake-docs |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cmake |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
cmake 3.31.6-2
cross-platform, open-source make system
sudo apt install cmakecmake-curses-gui 3.31.6-2
curses based user interface for CMake (ccmake)
sudo apt install cmake-curses-guicmake-data 3.31.6-2
CMake data files (modules, templates and documentation)
sudo apt install cmake-datacmake-doc 3.31.6-2
extended documentation in various formats for CMake
sudo apt install cmake-doccmake-qt-gui 3.31.6-2
Qt based user interface for CMake (cmake-gui)
sudo apt install cmake-qt-guicmake
nix profile install nixpkgs#cmakecmake 3.28.3-1build7
cross-platform, open-source make system
sudo apt install cmakecmake-curses-gui 3.28.3-1build7
curses based user interface for CMake (ccmake)
sudo apt install cmake-curses-guicmake-data 3.28.3-1build7
CMake data files (modules, templates and documentation)
sudo apt install cmake-datacmake-doc 3.28.3-1build7
extended documentation in various formats for CMake
sudo apt install cmake-doccmake-qt-gui 3.28.3-1build7
Qt based user interface for CMake (cmake-gui)
sudo apt install cmake-qt-guiccmake 4.2.3-r0
Cross-platform, open-source make system (ccmake configurator)
sudo apk add ccmakecmake 4.2.3-r0
Cross-platform, open-source make system
sudo apk add cmakecmake-bash-completion 4.2.3-r0
Bash completions for cmake
sudo apk add cmake-bash-completioncmake-doc 4.2.3-r0
Cross-platform, open-source make system (documentation)
sudo apk add cmake-doccmake-emacs 4.2.3-r0
Cross-platform, open-source make system (emacs mode)
sudo apk add cmake-emacsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.