Download CGAL for macOS

With a Package Manager

Note that the package managers are not maintained by the CGAL project. Consequently, the latest stable release of CGAL might not be immediately available. On Brew, you can check the version of CGAL currently offered on the CGAL formulae page.

We recommand to use Brew to get CGAL on macOS (CGAL is also available on MacPorts).

# using homebrew
brew install cgal

A step-by-step guide showing how to install and use CGAL with a package manager is available in the CGAL Documentation.


With a Source Archive

You can also obtain the CGAL library sources directly from from the Releases page of the CGAL project.

A step-by-step guide showing how to install and use CGAL with sources is available in the CGAL Documentation.


Through Github

Advanced users can clone the current development version of CGAL from GitHub to enjoy early access to new features.

Please note that the directory layout and build process of the development version on GitHub are different from the release version. A basic usage guide is available on the CGAL project's Install.md.