Geph icon

Geph 4.99.17

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": "4.99.17",
  "src": {
    "url": "https://dl.geph.io/geph-releases/macos-stable/4.99.17/geph-macos.dmg",
    "sha256": "2ba9d55bdb32452eb0d302f07517a92e5fe186239295b8d7ce0a36a0d5c79c4f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Geph.app\" \"$out/Applications/Geph.app\""
  ],
  "meta": {
    "description": "Modular Internet censorship circumvention system",
    "homepage": "https://geph.io/en"
  }
}