VSee icon

VSee 4.28.2,52676

Group video calls, screen sharing and instant messaging

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "vsee",
  "version": "4.28.2,52676",
  "src": {
    "url": "https://d2q5hugz2rti4w.cloudfront.net/mac/52676/vseemac.dmg",
    "sha256": "f9441e2259a2b0d9050e371336b5f439edb7284788857341460cbe2af68fde0c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/VSee.app\" && cp -r \"VSee.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Group video calls, screen sharing and instant messaging",
    "homepage": "https://vsee.com/"
  }
}