Witsy icon

Witsy 2.7.2

BYOK (Bring Your Own Keys) AI assistant

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "witsy",
  "version": "2.7.2",
  "src": {
    "url": "https://github.com/nbonamy/witsy/releases/download/v2.7.2/Witsy-2.7.2-darwin-arm64.dmg",
    "sha256": "468085ed570873bede8a4439e0fce91edbc86c42f40cb16d9d33752443db24fe"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Witsy.app\" && cp -r \"Witsy.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "BYOK (Bring Your Own Keys) AI assistant",
    "homepage": "https://witsyai.com/"
  }
}