Geph icon

Geph 5.4.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.4.0",
  "src": {
    "url": "https://dl.geph.io/geph-releases/macos-stable/5.4.0/geph-macos.dmg",
    "sha256": "6a1fe54b24dcfeb26955c7b7fc3872025741ec652c2edba22a3a933028665bdf"
  },
  "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"
  }
}