All Releases

Rocq Platform 2026.07.0

This page describes the Rocq Platform version 2026.07.0, released on July 30th, 2026. Go here for a list of all Coq, Rocq and Platform releases. Go here for a list of all Rocq/Coq Platform releases.

Highlights

  • For Rocq 9.1
  • Coq 8.12.2-8.20.1 and Rocq 9.0 available

Note: snap is no longer supported (we are working on a replacement)

General information

See README for general information and installation of Rocq Platform.

See Charter for the concept and goals of Rocq Platform.

See CEP52 for the Rocq and Rocq Platform release cycle.

See macOS, Linux and Windows for detailed installation and usage instructions.

Major enhancements

Included Versions of Rocq

Compatibility Coq versions

The compatibility versions are intended to help porting packages from an older to the latest release. They can be installed in parallel with other versions of Coq (Coq Platform will create separate opam switches for each Coq version).

Notes

  • Notes on the macOS Intel installer: There are some issues with the Intel installer - we recommend to build from sources if you have an Intel Mac.

  • Notes on CoqHammer: The proof generation component of CoqHammer is available on macOS and Linux only. The CoqHammer tactics, which reconstruct generated proofs, do work on Windows, though. Since the CoqHammer tactic running on macOS and Linux creates simple and fast Rocq tactic call snippets which are intended to replace the slow generator tactics, it is possible to use the auto generated tactics on Windows as well. Also you can manually write CoqHammer tactic calls on Windows.

  • Note on QuickChick: QuickChick requires an OCaml compiler to run. The binary installers for Rocq Platform do not provide OCaml, so QuickChick does not work with the binary installers for macOS and Windows. It is recommended to use the "compile from sources" method if you want to use QuickChick. An alternative method is to install OCaml by other means and have it in the PATH, but this method is not supported by the Rocq Platform team. We plan to add an OCaml compiler to the binary installers in a future release.

  • Note on coq_makefile on Windows: The Windows installers don't supply make because make is quite limited without a posix shell. An addon is supplied which contains a Windows native gnumake and a patched template file for coq_makefile which allows to use coq_makefile and gnumake with CMD as shell.