VSee icon

VSee 4.27.0,52179

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.27.0,52179",
  "src": {
    "url": "https://d2q5hugz2rti4w.cloudfront.net/mac/52179/vseemac.dmg",
    "sha256": "6a3f676ff6c5ffc7b04f1a2bb3a17227c3c67512625e9a22ad1b44bfaa148ad9"
  },
  "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/"
  }
}