Get the Software
The release was packaged with CPack which is included as part of the release. The.sh files are self extracting gziped tar files. To install a.sh file, run it with /bin/sh and follow the directions. The OS-machine.tar.gz files are gziped tar files of the install tree. The OS-machine.tar.Z files are compressed tar files of the install tree. The easiest way to backup and share your files with everyone. How you can benefit from Mercurial. It is fast and powerful. Mercurial efficiently handles projects of any size and kind.Every clone contains the whole project history, so most actions are local, fast and convenient.
You can either download binaries or source code archives for the latest stable or previous release or access the current development (aka nightly) distribution through Git. This software may not be exported in violation of any U.S. export laws or regulations. For more information regarding Export Control matters please go to https://www.kitware.com/legal.
Stay updated
Kitware provides training sessions on CMake on a regular basis. If you are interested, please register. Kitware provides support for your CMake project such as migration from other tools to CMake, auditing of existing CMake-based project and training. You can always contact kitware for more information regarding CMake. If you want to get regular updates or more information regarding CMake services please leave us your email:
Latest Release (3.20.0)
The release was packaged with CPack which is included as part of the release. The .sh files are self extracting gziped tar files. To install a .sh file, run it with /bin/sh and follow the directions. The OS-machine.tar.gz files are gziped tar files of the install tree. The OS-machine.tar.Z files are compressed tar files of the install tree. The tar file distributions can be untared in any directory. They are prefixed by the version of CMake. For example, the linux-x86_64 tar file is all under the directory cmake–linux-x86_64. This prefix can be removed as long as the share, bin, man and doc directories are moved relative to each other. To build the source distributions, unpack them with zip or tar and follow the instructions in Readme.txt at the top of the source tree. See also the CMake 3.20 Release Notes.
Source distributions:
Platform | Files |
Unix/Linux Source (has n line feeds) | cmake-3.20.0.tar.gz |
Windows Source (has rn line feeds) | cmake-3.20.0.zip |
Binary distributions:
Platform | Files |
Windows x64 Installer: Installer tool has changed. Uninstall CMake 3.4 or lower first! | cmake-3.20.0-windows-x86_64.msi |
Windows x64 ZIP | cmake-3.20.0-windows-x86_64.zip |
Windows i386 Installer: Installer tool has changed. Uninstall CMake 3.4 or lower first! | cmake-3.20.0-windows-i386.msi |
Windows i386 ZIP | cmake-3.20.0-windows-i386.zip |
macOS 10.13 or later | cmake-3.20.0-macos-universal.dmg |
cmake-3.20.0-macos-universal.tar.gz | |
macOS 10.10 or later | cmake-3.20.0-macos10.10-universal.dmg |
cmake-3.20.0-macos10.10-universal.tar.gz | |
Linux x86_64 | cmake-3.20.0-linux-x86_64.sh |
cmake-3.20.0-linux-x86_64.tar.gz | |
Linux aarch64 | cmake-3.20.0-linux-aarch64.sh |
cmake-3.20.0-linux-aarch64.tar.gz |
Download verification:
Role | Files |
Cryptographic Hashes | cmake-3.20.0-SHA-256.txt |
PGP sig by 2D2CEF1034921684 | cmake-3.20.0-SHA-256.txt.asc |
Previous Release (3.19.7)
Install Numpy Python 3.8 Mac
The release was packaged with CPack which is included as part of the release. The .sh files are self extracting gziped tar files. To install a .sh file, run it with /bin/sh and follow the directions. The OS-machine.tar.gz files are gziped tar files of the install tree. The OS-machine.tar.Z files are compressed tar files of the install tree. The tar file distributions can be untared in any directory. They are prefixed by the version of CMake. For example, the Linux-x86_64 tar file is all under the directory cmake–Linux-x86_64. This prefix can be removed as long as the share, bin, man and doc directories are moved relative to each other. To build the source distributions, unpack them with zip or tar and follow the instructions in Readme.txt at the top of the source tree. See also the CMake 3.19 Release Notes.
Source distributions:
Install Python 3.8 Mac Brew
Platform | Files |
Unix/Linux Source (has n line feeds) | cmake-3.19.7.tar.gz |
Windows Source (has rn line feeds) | cmake-3.19.7.zip |
Binary distributions:
Platform | Files |
Windows win64-x64 Installer: Installer tool has changed. Uninstall CMake 3.4 or lower first! | cmake-3.19.7-win64-x64.msi |
Windows win64-x64 ZIP | cmake-3.19.7-win64-x64.zip |
Windows win32-x86 Installer: Installer tool has changed. Uninstall CMake 3.4 or lower first! | cmake-3.19.7-win32-x86.msi |
Windows win32-x86 ZIP | cmake-3.19.7-win32-x86.zip |
Mac OS X 10.13 or later | cmake-3.19.7-macos-universal.dmg |
cmake-3.19.7-macos-universal.tar.gz | |
Mac OS X 10.10 or later | cmake-3.19.7-macos10.10-universal.dmg |
cmake-3.19.7-macos10.10-universal.tar.gz | |
Linux x86_64 | cmake-3.19.7-Linux-x86_64.sh |
cmake-3.19.7-Linux-x86_64.tar.gz | |
Linux aarch64 | cmake-3.19.7-Linux-aarch64.sh |
cmake-3.19.7-Linux-aarch64.tar.gz |
Download verification:
Role | Files |
Cryptographic Hashes | cmake-3.19.7-SHA-256.txt |
PGP sig by 2D2CEF1034921684 | cmake-3.19.7-SHA-256.txt.asc |
Alternative Binary Releases
Host | Link |
Kitware’s Ubuntu packages | https://apt.kitware.com/ |
snap | https://snapcraft.io/cmake |
pip | https://pypi.org/project/cmake/ |
Older Releases
Host | Link |
kitware | https://cmake.org/files |
github | https://github.com/Kitware/CMake/releases |
Editor Syntax Files
Editor | Files |
emacs | cmake-mode.el |
vim | vim-cmake-syntax |
Macos Install Python 3.8
Current development distribution
Each night binaries are created as part of the testing process. Other than passing all of the tests in CMake, this version of CMake should not be expected to work in a production environment. It is being produced so that users can test bug fixes done upstream without having to build CMake.
Nightly Binaries | Link |
https | https://cmake.org/files/dev/ |
Alternatively one may build from source. Development is managed on Kitware’s GitLab instance:
On UNIX, one may use the bootstrap script provided in the source tree to build CMake. In order to build the Windows version of CMake, you will need a current binary installation of CMake to bootstrap the build process.