# Installer cmake

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

## installation

```sh
sudo av install brew:cmake
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cmake
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cmake
```

  Preuve: MacPorts ports tree: devel/cmake/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add cmake
```

  Preuve: Alpine Linux edge package indexes: cmake from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install cmake
```

  Preuve: Debian stable package indexes: cmake from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install cmake
```

  Preuve: Fedora Rawhide package metadata: cmake from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/13ee7b80cb813542594d4235c4a0b8695435d5ecf23dd3580bc7515ae1b6180d-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#cmake
```

  Preuve: nixpkgs package indexes: pkgs/by-name/cm/cmake/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S cmake
```

  Preuve: Arch Linux sync databases: cmake from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install cmake
```

  Preuve: openSUSE Tumbleweed package metadata: cmake from https://download.opensuse.org/tumbleweed/repo/oss/repodata/155b97171d05e27afd950b6fe0d55513ff38f4597110664535bceedc680bbe6fd459f0733718dcc21dcf0efc7c8250fd1390c73d4790b42e62fb2c16a87242e5-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install cmake
```

  Preuve: Chocolatey community package catalog: cmake from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','clover'

- Scoop (92%):

```sh
scoop install main/cmake
```

  Preuve: Scoop official bucket manifest trees: bucket/cmake.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Kitware.CMake -e
```

  Preuve: Windows Package Manager source index: Kitware.CMake from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:cmake
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/cmake>
- **Version:** 4.3.2
- **Résumé source:** Cross-platform make
- **Page d'accueil:** <https://www.cmake.org/>
- **Dépôt:** <https://github.com/Kitware/CMake>
- **Docs amont:** <https://www.cmake.org/>
- **Licence:** BSD-3-Clause
- **Archive source:** <https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2.tar.gz>
- **Mis à jour:** 2026-04-30T14:27:39+01:00
- **Source générée:** 2026-05-26T17:25:59+00:00

## exécutables

- ccmake (cli)
- cmake (cli)
- cpack (cli)
- ctest (cli)
- ccmake (alias)
- cmake (alias)
- cpack (alias)
- ctest (alias)

## Bibliothèques fournies par macOS

- ncurses

## Comportement d'installation

- hook post-installation: non défini
- Caveats: To install the CMake documentation, run: brew install cmake-docs
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux

## fraîcheur

- page générée: 2026-05-26
- version du gestionnaire: 4.3.2
- gestionnaire mis à jour: 2026-04-30
- données locales: ok
- dépôt amont: https://github.com/Kitware/CMake
- info: No cached GitHub release or tag data was available.

## Notes de sécurité

build system capable of executing project logic.

- **Risque Geiger:** yellow / high
- build system capable of executing project logic
- **règles d'approbation:** 6

## Liens liés

- [chapel](https://www.automicvault.com/pkg/brew/chapel/) - Popular package that depends on this formula.
- [cmake-docs](https://www.automicvault.com/pkg/brew/cmake-docs/) - Shares the same upstream source repository.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/)

## Sources

- Nucleus package database
- Geiger risk classifier
- approval-gate seed metadata
- package-page enrichment
- package version freshness
- package relationship graph
- cross-ecosystem install command graph
