Cycling ‘74 Max icon

Cycling ‘74 Max 9.0.6,250513

Flexible space to create your own interactive software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    cycling74-max # Cycling ‘74 Max
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    cycling74-max # Cycling ‘74 Max
  ];
}

Package Definition

{
  "pname": "cycling74-max",
  "version": "9.0.6,250513",
  "src": {
    "url": "https://downloads.cdn.cycling74.com/max9/Max906_250513.dmg",
    "sha256": "58d72c0026c609ea0a5ec17f56d2940de91711b1212dd90a5334b47d33733bfa"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Max.app\" && cp -r \"Max.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Flexible space to create your own interactive software",
    "homepage": "https://cycling74.com/products/max"
  }
}