Framer icon

Framer 2025.7.2

Tool that helps teams design every part of the product experience

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    framer # Framer
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    framer # Framer
  ];
}

Package Definition

{
  "pname": "framer",
  "version": "2025.7.2",
  "src": {
    "url": "https://updates.framer.com/electron/darwin/arm64/Framer-2025.7.2.zip",
    "sha256": "cbd45c4f76055d367dea09be1bbd6382c1220d088b5ec7e1fd7a1bfd6bdeac75"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Framer.app\" \"$out/Applications/Framer.app\""
  ],
  "meta": {
    "description": "Tool that helps teams design every part of the product experience",
    "homepage": "https://www.framer.com/"
  }
}