Skip to main content

Installation

Jazz does not yet publish stable binary releases. Build it from the repository with Nix and Cabal.

Prerequisites

Install Git and Nix with flakes enabled. From the repository root:

nix --extra-experimental-features 'nix-command flakes' develop
cabal build all

Find the built executable:

cabal list-bin jazz

Run the test suite:

cabal test all --test-show-details=direct

Parser-scale suites, profiling builds, and full benchmarks are separate from the ordinary test command. See Project status for the current maturity boundary.