jetbrains-gateway icon

jetbrains-gateway 2025.2,252.23892.437

Remote development gateway by Jetbrains

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "jetbrains-gateway",
  "version": "2025.2,252.23892.437",
  "src": {
    "url": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2025.2-aarch64.dmg",
    "sha256": "d8be067bdd845c3c61e8e9c214b1591c2658e0a59ba5e0a45f3b1129f9c6fa63"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/JetBrains Gateway.app\" && cp -r \"JetBrains Gateway.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/JetBrains Gateway.app/Contents/MacOS/gateway\" \"$out/bin/gateway\""
  ],
  "meta": {
    "description": "Remote development gateway by Jetbrains",
    "homepage": "https://www.jetbrains.com/remote-development/gateway/"
  }
}