Geph icon

Geph 5.4.1

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.4.1",
  "src": {
    "url": "https://dl.geph.io/geph-releases/macos-stable/5.4.1/geph-macos.dmg",
    "sha256": "8d6707446e38407e6e9e12d3b3f0e43069ca7fe39b3cc7d0c9489d1b2aaf65db"
  },
  "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"
  }
}