SFM icon

SFM 1.11.7

Standalone client for sing-box, the universal proxy platform

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    sfm # SFM
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    sfm # SFM
  ];
}

Package Definition

{
  "pname": "sfm",
  "version": "1.11.7",
  "src": {
    "url": "https://github.com/SagerNet/sing-box/releases/download/v1.11.7/SFM-1.11.7-universal.dmg",
    "sha256": "5063933767b9b1a7f655a76b0a47936894d20aa5714b2d06f722b8c6763f6a4c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SFM.app\" && cp -r \"SFM.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Standalone client for sing-box, the universal proxy platform",
    "homepage": "https://sing-box.sagernet.org/"
  }
}