jetbrains-gateway icon

jetbrains-gateway 2025.3,253.28294.342

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.3,253.28294.342",
  "src": {
    "url": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2025.3-aarch64.dmg",
    "sha256": "b10cabda93c88d27bcc135a44a1fd98fe60fe8305606d6e75a0d5b736f0df274"
  },
  "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/"
  }
}