Install and build Synthea from source
masterTo build Synthea locally, ensure you have Java JDK 17 or newer installed (LTS versions 17 or 25 are recommended). Clone the repository and use the Gradle wrapper to build and run the test suite.
git clone https://github.com/synthetichealth/synthea.git
cd synthea
./gradlew build check test