Geph icon

Geph 5.1.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.1.0",
  "src": {
    "url": "https://dl.geph.io/geph-releases/macos-stable/5.1.0/geph-macos.dmg",
    "sha256": "28fdd941bb65a4a2457a95d038eb9ab1688efd461cdb6bb91850e4e3aee771bc"
  },
  "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"
  }
}