Geph icon

Geph 5.2.0

Modular Internet censorship circumvention system

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "geph",
  "version": "5.2.0",
  "src": {
    "url": "https://dl.geph.io/geph-releases/macos-stable/5.2.0/geph-macos.dmg",
    "sha256": "043d8e9d83c628973da414b993a3adb41bb9295f614b5eedf08b3e8c4224f2b2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Geph.app\" && cp -r \"Geph.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Modular Internet censorship circumvention system",
    "homepage": "https://geph.io/en"
  }
}