Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
happ # Happ
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
happ # Happ
];
} Package Definition
{
"pname": "happ",
"version": "2.18.3",
"src": {
"url": "https://github.com/Happ-proxy/happ-desktop/releases/download/2.18.3/Happ.macOS.universal.dmg",
"sha256": "852694fe1afd29f2b745a1d408de0b1283941387a9a24767da1785ce8ab41915"
},
"installPhase": [
"mkdir -p \"$out/Applications/Happ.app\" && cp -r \"Happ.app\" \"$out/Applications\""
],
"meta": {
"description": "Platform for building proxies to bypass network restrictions",
"homepage": "https://www.happ.su/main/"
}
} Version History
2.18.3 (NixCasks v4)
25 June 2026, 00:00 2.18.1 (NixCasks v4)
23 June 2026, 00:00 2.17.1 (NixCasks v4)
9 June 2026, 00:00 2.16.2 (NixCasks v4)
26 May 2026, 00:00 2.14.0 (NixCasks v4)
8 May 2026, 00:00 2.9.1 (NixCasks v4)
25 April 2026, 00:00 2.9.0 (NixCasks v4)
24 April 2026, 00:03 2.8.0 (NixCasks v4)
15 April 2026, 00:01 2.7.0 (NixCasks v4)
8 April 2026, 00:01