Skip to content

Installation of Coq on Mac

Théo Zimmermann edited this page Mar 5, 2019 · 5 revisions

Installation from Package managers

You can install Coq with Homebrew by simply running

brew install coq

or using MacPorts by running

sudo port install coq

or using the Nix package manager running

nix-env -iA nixpkgs.coq

You can check that your installation was successful by running coqc -v.

The Coq development team will maintain an opam repository for Coq and this will become the preferred way to get Coq on MacOS.

Clone this wiki locally