Hoppscotch SelfHost icon

Hoppscotch SelfHost 25.10.0-0

Desktop client for SelfHost version of the Hoppscotch API development ecosystem

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    hoppscotch-selfhost # Hoppscotch SelfHost
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    hoppscotch-selfhost # Hoppscotch SelfHost
  ];
}

Package Definition

{
  "pname": "hoppscotch-selfhost",
  "version": "25.10.0-0",
  "src": {
    "url": "https://github.com/hoppscotch/releases/releases/download/v25.10.0-0/Hoppscotch_SelfHost_mac_aarch64.dmg",
    "sha256": "89305512e0012846f4173843a74598387241dbf8eccc2d15b2a4b4bfea81f2a1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Hoppscotch.app\" && cp -r \"Hoppscotch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Desktop client for SelfHost version of the Hoppscotch API development ecosystem",
    "homepage": "https://hoppscotch.com/"
  }
}