HTTPie for Desktop icon

HTTPie for Desktop 2025.2.0

Testing client for REST, GraphQL, and HTTP APIs

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    httpie # HTTPie for Desktop
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    httpie # HTTPie for Desktop
  ];
}

Package Definition

{
  "pname": "httpie",
  "version": "2025.2.0",
  "src": {
    "url": "https://github.com/httpie/desktop/releases/download/v2025.2.0/HTTPie-2025.2.0-arm64.dmg",
    "sha256": "4c0c73f115f37729124601c3843a74a38b45bbc9f82db3901cc53a6eae377b05"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/HTTPie.app\" && cp -r \"HTTPie.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Testing client for REST, GraphQL, and HTTP APIs",
    "homepage": "https://httpie.io/product"
  }
}