GAMA Platform with embedded JDK icon

GAMA Platform with embedded JDK 2025.06.4

IDE for building spatially explicit agent-based simulations

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    gama-jdk # GAMA Platform with embedded JDK
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    gama-jdk # GAMA Platform with embedded JDK
  ];
}

Package Definition

{
  "pname": "gama-jdk",
  "version": "2025.06.4",
  "src": {
    "url": "https://github.com/gama-platform/gama/releases/download/2025.06.4/GAMA_2025.06.4_MacOS_M1_with_JDK.dmg",
    "sha256": "6b2c112a7783ecd77ae27a635990f44abe7eddfd52acfcf8398663b335c96300"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gama.app\" && cp -r \"Gama.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "IDE for building spatially explicit agent-based simulations",
    "homepage": "https://gama-platform.org/"
  }
}